Shades of Lilac #CAB0C9
Tints of Lilac #CAB0C9
RGB
CMYK
RGB Variations
Color information
#CAB0C9 (or 0xCAB0C9) is known color: Lilac. HEX triplet: CA, B0 and C9. RGB value is (202,176,201). Sum of RGB (Red+Green+Blue) = 202+176+201=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C9 is #354F36. Grayscale: #BABABA. Windows color (decimal): -3493687 or 13217994. OLE color: 13217994.
HSL color Cylindrical-coordinate representation of color #CAB0C9: hue angle of 302.31º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB0C9 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 201 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.21 |
| HSL | 302.31º | 0.2% | 0.74% | - |
| HSV(B) | 302.31º | 0.13% | 0.79% | - |
| XYZ | 50.43 | 47.82 | 61.83 | - |
| YUV | 186.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 201 | 0 | 0.13 | 0.00 | 0.21 | 302.31 | 0.2 | 0.74 |
| Hex | CA | B0 | C9 | 0 | D | 0 | 15 | 12E | 14 | 4A |
| Octal | 312 | 260 | 311 | 0 | 15 | 0 | 25 | 456 | 24 | 112 |
| Binary | 11001010 | 10110000 | 11001001 | 0 | 1101 | 0 | 10101 | 100101110 | 10100 | 1001010 |
Color Harmonies of #CAB0C9
Complementary color
Monochromatic Colors of #CAB0C9
Black with #CAB0C9
Text Example
Text Example
White with #CAB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0C9; }
p { color: rgb(202,176,201); }
H1.HeaderClassName
{
color: #CAB0C9;
}
.AnyTagClassName
{
color: #CAB0C9;
}
</style>
background-color css
<style>
a { background-color: #CAB0C9; }
a { background-color: rgb(202,176,201); }
div.DivClassName
{
background-color: #CAB0C9;
}
.BgClassName
{
background-color: #CAB0C9;
}
</style>
border-color css
<style>
span { border-color: #CAB0C9; }
span { border-color: rgb(202,176,201); }
td.TdClassName
{
border-color: #CAB0C9;
}
.TagClassName
{
border-color: #CAB0C9;
}
</style>