Shades of Lilac #CAA0C6
Tints of Lilac #CAA0C6
RGB
CMYK
RGB Variations
Color information
#CAA0C6 (or 0xCAA0C6) is known color: Lilac. HEX triplet: CA, A0 and C6. RGB value is (202,160,198). Sum of RGB (Red+Green+Blue) = 202+160+198=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C6 is #355F39. Grayscale: #B0B0B0. Windows color (decimal): -3497786 or 13017290. OLE color: 13017290.
HSL color Cylindrical-coordinate representation of color #CAA0C6: hue angle of 305.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0C6 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 198 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.21 |
| HSL | 305.71º | 0.28% | 0.71% | - |
| HSV(B) | 305.71º | 0.21% | 0.79% | - |
| XYZ | 47.12 | 41.78 | 59.01 | - |
| YUV | 176.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 198 | 0 | 0.21 | 0.02 | 0.21 | 305.71 | 0.28 | 0.71 |
| Hex | CA | A0 | C6 | 0 | 15 | 2 | 15 | 132 | 1C | 47 |
| Octal | 312 | 240 | 306 | 0 | 25 | 2 | 25 | 462 | 34 | 107 |
| Binary | 11001010 | 10100000 | 11000110 | 0 | 10101 | 10 | 10101 | 100110010 | 11100 | 1000111 |
Color Harmonies of #CAA0C6
Complementary color
Monochromatic Colors of #CAA0C6
Black with #CAA0C6
Text Example
Text Example
White with #CAA0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0C6; }
p { color: rgb(202,160,198); }
H1.HeaderClassName
{
color: #CAA0C6;
}
.AnyTagClassName
{
color: #CAA0C6;
}
</style>
background-color css
<style>
a { background-color: #CAA0C6; }
a { background-color: rgb(202,160,198); }
div.DivClassName
{
background-color: #CAA0C6;
}
.BgClassName
{
background-color: #CAA0C6;
}
</style>
border-color css
<style>
span { border-color: #CAA0C6; }
span { border-color: rgb(202,160,198); }
td.TdClassName
{
border-color: #CAA0C6;
}
.TagClassName
{
border-color: #CAA0C6;
}
</style>