Shades of Lilac #CAA6C9
Tints of Lilac #CAA6C9
RGB
CMYK
RGB Variations
Color information
#CAA6C9 (or 0xCAA6C9) is known color: Lilac. HEX triplet: CA, A6 and C9. RGB value is (202,166,201). Sum of RGB (Red+Green+Blue) = 202+166+201=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C9 is #355936. Grayscale: #B4B4B4. Windows color (decimal): -3496247 or 13215434. OLE color: 13215434.
HSL color Cylindrical-coordinate representation of color #CAA6C9: hue angle of 301.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6C9 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 201 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.21 |
| HSL | 301.67º | 0.25% | 0.72% | - |
| HSV(B) | 301.67º | 0.18% | 0.79% | - |
| XYZ | 48.54 | 44.05 | 61.2 | - |
| YUV | 180.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 201 | 0 | 0.18 | 0.00 | 0.21 | 301.67 | 0.25 | 0.72 |
| Hex | CA | A6 | C9 | 0 | 12 | 0 | 15 | 12E | 19 | 48 |
| Octal | 312 | 246 | 311 | 0 | 22 | 0 | 25 | 456 | 31 | 110 |
| Binary | 11001010 | 10100110 | 11001001 | 0 | 10010 | 0 | 10101 | 100101110 | 11001 | 1001000 |
Color Harmonies of #CAA6C9
Complementary color
Monochromatic Colors of #CAA6C9
Black with #CAA6C9
Text Example
Text Example
White with #CAA6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6C9; }
p { color: rgb(202,166,201); }
H1.HeaderClassName
{
color: #CAA6C9;
}
.AnyTagClassName
{
color: #CAA6C9;
}
</style>
background-color css
<style>
a { background-color: #CAA6C9; }
a { background-color: rgb(202,166,201); }
div.DivClassName
{
background-color: #CAA6C9;
}
.BgClassName
{
background-color: #CAA6C9;
}
</style>
border-color css
<style>
span { border-color: #CAA6C9; }
span { border-color: rgb(202,166,201); }
td.TdClassName
{
border-color: #CAA6C9;
}
.TagClassName
{
border-color: #CAA6C9;
}
</style>