Shades of Lilac #CAA6C4
Tints of Lilac #CAA6C4
RGB
CMYK
RGB Variations
Color information
#CAA6C4 (or 0xCAA6C4) is known color: Lilac. HEX triplet: CA, A6 and C4. RGB value is (202,166,196). Sum of RGB (Red+Green+Blue) = 202+166+196=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C4 is #35593B. Grayscale: #B4B4B4. Windows color (decimal): -3496252 or 12887754. OLE color: 12887754.
HSL color Cylindrical-coordinate representation of color #CAA6C4: hue angle of 310º 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 #CAA6C4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 196 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.21 |
| HSL | 310º | 0.25% | 0.72% | - |
| HSV(B) | 310º | 0.18% | 0.79% | - |
| XYZ | 47.96 | 43.81 | 58.15 | - |
| YUV | 180.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 196 | 0 | 0.18 | 0.03 | 0.21 | 310 | 0.25 | 0.72 |
| Hex | CA | A6 | C4 | 0 | 12 | 3 | 15 | 136 | 19 | 48 |
| Octal | 312 | 246 | 304 | 0 | 22 | 3 | 25 | 466 | 31 | 110 |
| Binary | 11001010 | 10100110 | 11000100 | 0 | 10010 | 11 | 10101 | 100110110 | 11001 | 1001000 |
Color Harmonies of #CAA6C4
Complementary color
Monochromatic Colors of #CAA6C4
Black with #CAA6C4
Text Example
Text Example
White with #CAA6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6C4; }
p { color: rgb(202,166,196); }
H1.HeaderClassName
{
color: #CAA6C4;
}
.AnyTagClassName
{
color: #CAA6C4;
}
</style>
background-color css
<style>
a { background-color: #CAA6C4; }
a { background-color: rgb(202,166,196); }
div.DivClassName
{
background-color: #CAA6C4;
}
.BgClassName
{
background-color: #CAA6C4;
}
</style>
border-color css
<style>
span { border-color: #CAA6C4; }
span { border-color: rgb(202,166,196); }
td.TdClassName
{
border-color: #CAA6C4;
}
.TagClassName
{
border-color: #CAA6C4;
}
</style>