Shades of Lilac #CAA0C7
Tints of Lilac #CAA0C7
RGB
CMYK
RGB Variations
Color information
#CAA0C7 (or 0xCAA0C7) is known color: Lilac. HEX triplet: CA, A0 and C7. RGB value is (202,160,199). Sum of RGB (Red+Green+Blue) = 202+160+199=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C7 is #355F38. Grayscale: #B0B0B0. Windows color (decimal): -3497785 or 13082826. OLE color: 13082826.
HSL color Cylindrical-coordinate representation of color #CAA0C7: hue angle of 304.29º 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 #CAA0C7 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 199 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.21 |
| HSL | 304.29º | 0.28% | 0.71% | - |
| HSV(B) | 304.29º | 0.21% | 0.79% | - |
| XYZ | 47.24 | 41.82 | 59.62 | - |
| YUV | 177 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 199 | 0 | 0.21 | 0.01 | 0.21 | 304.29 | 0.28 | 0.71 |
| Hex | CA | A0 | C7 | 0 | 15 | 1 | 15 | 130 | 1C | 47 |
| Octal | 312 | 240 | 307 | 0 | 25 | 1 | 25 | 460 | 34 | 107 |
| Binary | 11001010 | 10100000 | 11000111 | 0 | 10101 | 1 | 10101 | 100110000 | 11100 | 1000111 |
Color Harmonies of #CAA0C7
Complementary color
Monochromatic Colors of #CAA0C7
Black with #CAA0C7
Text Example
Text Example
White with #CAA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0C7; }
p { color: rgb(202,160,199); }
H1.HeaderClassName
{
color: #CAA0C7;
}
.AnyTagClassName
{
color: #CAA0C7;
}
</style>
background-color css
<style>
a { background-color: #CAA0C7; }
a { background-color: rgb(202,160,199); }
div.DivClassName
{
background-color: #CAA0C7;
}
.BgClassName
{
background-color: #CAA0C7;
}
</style>
border-color css
<style>
span { border-color: #CAA0C7; }
span { border-color: rgb(202,160,199); }
td.TdClassName
{
border-color: #CAA0C7;
}
.TagClassName
{
border-color: #CAA0C7;
}
</style>