Color #C99CB3

#C99CB3rgb(201, 156, 179)

Color Codes

HEX#C99CB3
RGBrgb(201, 156, 179)
HSLhsl(329°, 29%, 70%)
CMYKcmyk(0%, 22%, 11%, 21%)
CIELABLab(69.1, 20.4, -5.5)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #C99CB3;
color: #C99CB3;
border: 2px solid #C99CB3;
background: linear-gradient(135deg, #C99CB3, #9cc9b2);

Code Export

css
:root {
  --color-primary: #c99cb3;
  --color-primary-rgb: 201, 156, 179;
  --color-primary-hsl: 329, 29%, 70%;
}

Related Tools