Shades of Lilac #CAA0C2
Tints of Lilac #CAA0C2
RGB
CMYK
RGB Variations
Color information
#CAA0C2 (or 0xCAA0C2) is known color: Lilac. HEX triplet: CA, A0 and C2. RGB value is (202,160,194). Sum of RGB (Red+Green+Blue) = 202+160+194=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C2 is #355F3D. Grayscale: #B0B0B0. Windows color (decimal): -3497790 or 12755146. OLE color: 12755146.
HSL color Cylindrical-coordinate representation of color #CAA0C2: hue angle of 311.43º 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 #CAA0C2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 194 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.21 |
| HSL | 311.43º | 0.28% | 0.71% | - |
| HSV(B) | 311.43º | 0.21% | 0.79% | - |
| XYZ | 46.67 | 41.59 | 56.61 | - |
| YUV | 176.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 194 | 0 | 0.21 | 0.04 | 0.21 | 311.43 | 0.28 | 0.71 |
| Hex | CA | A0 | C2 | 0 | 15 | 4 | 15 | 137 | 1C | 47 |
| Octal | 312 | 240 | 302 | 0 | 25 | 4 | 25 | 467 | 34 | 107 |
| Binary | 11001010 | 10100000 | 11000010 | 0 | 10101 | 100 | 10101 | 100110111 | 11100 | 1000111 |
Color Harmonies of #CAA0C2
Complementary color
Monochromatic Colors of #CAA0C2
Black with #CAA0C2
Text Example
Text Example
White with #CAA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0C2; }
p { color: rgb(202,160,194); }
H1.HeaderClassName
{
color: #CAA0C2;
}
.AnyTagClassName
{
color: #CAA0C2;
}
</style>
background-color css
<style>
a { background-color: #CAA0C2; }
a { background-color: rgb(202,160,194); }
div.DivClassName
{
background-color: #CAA0C2;
}
.BgClassName
{
background-color: #CAA0C2;
}
</style>
border-color css
<style>
span { border-color: #CAA0C2; }
span { border-color: rgb(202,160,194); }
td.TdClassName
{
border-color: #CAA0C2;
}
.TagClassName
{
border-color: #CAA0C2;
}
</style>