Shades of Lilac #C4A4CA
Tints of Lilac #C4A4CA
RGB
CMYK
RGB Variations
Color information
#C4A4CA (or 0xC4A4CA) is known color: Lilac. HEX triplet: C4, A4 and CA. RGB value is (196,164,202). Sum of RGB (Red+Green+Blue) = 196+164+202=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4A4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4CA is #3B5B35. Grayscale: #B1B1B1. Windows color (decimal): -3889974 or 13280452. OLE color: 13280452.
HSL color Cylindrical-coordinate representation of color #C4A4CA: hue angle of 290.53º 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 #C4A4CA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 164 | 202 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.21 |
| HSL | 290.53º | 0.26% | 0.72% | - |
| HSV(B) | 290.53º | 0.19% | 0.79% | - |
| XYZ | 46.7 | 42.55 | 61.63 | - |
| YUV | 177.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 202 | 0.03 | 0.19 | 0 | 0.21 | 290.53 | 0.26 | 0.72 |
| Hex | C4 | A4 | CA | 3 | 13 | 0 | 15 | 123 | 1A | 48 |
| Octal | 304 | 244 | 312 | 3 | 23 | 0 | 25 | 443 | 32 | 110 |
| Binary | 11000100 | 10100100 | 11001010 | 11 | 10011 | 0 | 10101 | 100100011 | 11010 | 1001000 |
Color Harmonies of #C4A4CA
Complementary color
Monochromatic Colors of #C4A4CA
Black with #C4A4CA
Text Example
Text Example
White with #C4A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4CA; }
p { color: rgb(196,164,202); }
H1.HeaderClassName
{
color: #C4A4CA;
}
.AnyTagClassName
{
color: #C4A4CA;
}
</style>
background-color css
<style>
a { background-color: #C4A4CA; }
a { background-color: rgb(196,164,202); }
div.DivClassName
{
background-color: #C4A4CA;
}
.BgClassName
{
background-color: #C4A4CA;
}
</style>
border-color css
<style>
span { border-color: #C4A4CA; }
span { border-color: rgb(196,164,202); }
td.TdClassName
{
border-color: #C4A4CA;
}
.TagClassName
{
border-color: #C4A4CA;
}
</style>