Shades of Lilac #CAA4C4
Tints of Lilac #CAA4C4
RGB
CMYK
RGB Variations
Color information
#CAA4C4 (or 0xCAA4C4) is known color: Lilac. HEX triplet: CA, A4 and C4. RGB value is (202,164,196). Sum of RGB (Red+Green+Blue) = 202+164+196=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4C4 is #355B3B. Grayscale: #B2B2B2. Windows color (decimal): -3496764 or 12887242. OLE color: 12887242.
HSL color Cylindrical-coordinate representation of color #CAA4C4: hue angle of 309.47º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA4C4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 196 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.21 |
| HSL | 309.47º | 0.26% | 0.72% | - |
| HSV(B) | 309.47º | 0.19% | 0.79% | - |
| XYZ | 47.6 | 43.09 | 58.03 | - |
| YUV | 179.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 196 | 0 | 0.19 | 0.03 | 0.21 | 309.47 | 0.26 | 0.72 |
| Hex | CA | A4 | C4 | 0 | 13 | 3 | 15 | 135 | 1A | 48 |
| Octal | 312 | 244 | 304 | 0 | 23 | 3 | 25 | 465 | 32 | 110 |
| Binary | 11001010 | 10100100 | 11000100 | 0 | 10011 | 11 | 10101 | 100110101 | 11010 | 1001000 |
Color Harmonies of #CAA4C4
Complementary color
Monochromatic Colors of #CAA4C4
Black with #CAA4C4
Text Example
Text Example
White with #CAA4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4C4; }
p { color: rgb(202,164,196); }
H1.HeaderClassName
{
color: #CAA4C4;
}
.AnyTagClassName
{
color: #CAA4C4;
}
</style>
background-color css
<style>
a { background-color: #CAA4C4; }
a { background-color: rgb(202,164,196); }
div.DivClassName
{
background-color: #CAA4C4;
}
.BgClassName
{
background-color: #CAA4C4;
}
</style>
border-color css
<style>
span { border-color: #CAA4C4; }
span { border-color: rgb(202,164,196); }
td.TdClassName
{
border-color: #CAA4C4;
}
.TagClassName
{
border-color: #CAA4C4;
}
</style>