Color #C99CBE

#C99CBErgb(201, 156, 190)

Color Codes

HEX#C99CBE
RGBrgb(201, 156, 190)
HSLhsl(315°, 29%, 70%)
CMYKcmyk(0%, 22%, 5%, 21%)
CIELABLab(69.4, 22.3, -11.1)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #c99cbe;
  --color-primary-rgb: 201, 156, 190;
  --color-primary-hsl: 315, 29%, 70%;
}

Related Tools