Color #C99CA7
#C99CA7rgb(201, 156, 167)
Color Codes
HEX#C99CA7
RGBrgb(201, 156, 167)
HSLhsl(345°, 29%, 70%)
CMYKcmyk(0%, 22%, 17%, 21%)
CIELABLab(68.7, 18.4, 0.7)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #C99CA7;color: #C99CA7;border: 2px solid #C99CA7;background: linear-gradient(135deg, #C99CA7, #9cc9be);Code Export
css
:root {
--color-primary: #c99ca7;
--color-primary-rgb: 201, 156, 167;
--color-primary-hsl: 345, 29%, 70%;
}