Shades of Lilac #CAA6C6
Tints of Lilac #CAA6C6
RGB
CMYK
RGB Variations
Color information
#CAA6C6 (or 0xCAA6C6) is known color: Lilac. HEX triplet: CA, A6 and C6. RGB value is (202,166,198). Sum of RGB (Red+Green+Blue) = 202+166+198=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C6 is #355939. Grayscale: #B4B4B4. Windows color (decimal): -3496250 or 13018826. OLE color: 13018826.
HSL color Cylindrical-coordinate representation of color #CAA6C6: hue angle of 306.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 #CAA6C6 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 198 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.21 |
| HSL | 306.67º | 0.25% | 0.72% | - |
| HSV(B) | 306.67º | 0.18% | 0.79% | - |
| XYZ | 48.19 | 43.91 | 59.36 | - |
| YUV | 180.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 198 | 0 | 0.18 | 0.02 | 0.21 | 306.67 | 0.25 | 0.72 |
| Hex | CA | A6 | C6 | 0 | 12 | 2 | 15 | 133 | 19 | 48 |
| Octal | 312 | 246 | 306 | 0 | 22 | 2 | 25 | 463 | 31 | 110 |
| Binary | 11001010 | 10100110 | 11000110 | 0 | 10010 | 10 | 10101 | 100110011 | 11001 | 1001000 |
Color Harmonies of #CAA6C6
Complementary color
Monochromatic Colors of #CAA6C6
Black with #CAA6C6
Text Example
Text Example
White with #CAA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6C6; }
p { color: rgb(202,166,198); }
H1.HeaderClassName
{
color: #CAA6C6;
}
.AnyTagClassName
{
color: #CAA6C6;
}
</style>
background-color css
<style>
a { background-color: #CAA6C6; }
a { background-color: rgb(202,166,198); }
div.DivClassName
{
background-color: #CAA6C6;
}
.BgClassName
{
background-color: #CAA6C6;
}
</style>
border-color css
<style>
span { border-color: #CAA6C6; }
span { border-color: rgb(202,166,198); }
td.TdClassName
{
border-color: #CAA6C6;
}
.TagClassName
{
border-color: #CAA6C6;
}
</style>