Shades of Lilac #C4A0C0
Tints of Lilac #C4A0C0
RGB
CMYK
RGB Variations
Color information
#C4A0C0 (or 0xC4A0C0) is known color: Lilac. HEX triplet: C4, A0 and C0. RGB value is (196,160,192). Sum of RGB (Red+Green+Blue) = 196+160+192=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0C0 is #3B5F3F. Grayscale: #AEAEAE. Windows color (decimal): -3891008 or 12624068. OLE color: 12624068.
HSL color Cylindrical-coordinate representation of color #C4A0C0: hue angle of 306.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A0C0 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 192 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.23 |
| HSL | 306.67º | 0.23% | 0.7% | - |
| HSV(B) | 306.67º | 0.18% | 0.77% | - |
| XYZ | 44.85 | 40.68 | 55.36 | - |
| YUV | 174.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 192 | 0 | 0.18 | 0.02 | 0.23 | 306.67 | 0.23 | 0.7 |
| Hex | C4 | A0 | C0 | 0 | 12 | 2 | 17 | 133 | 17 | 46 |
| Octal | 304 | 240 | 300 | 0 | 22 | 2 | 27 | 463 | 27 | 106 |
| Binary | 11000100 | 10100000 | 11000000 | 0 | 10010 | 10 | 10111 | 100110011 | 10111 | 1000110 |
Color Harmonies of #C4A0C0
Complementary color
Monochromatic Colors of #C4A0C0
Black with #C4A0C0
Text Example
Text Example
White with #C4A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0C0; }
p { color: rgb(196,160,192); }
H1.HeaderClassName
{
color: #C4A0C0;
}
.AnyTagClassName
{
color: #C4A0C0;
}
</style>
background-color css
<style>
a { background-color: #C4A0C0; }
a { background-color: rgb(196,160,192); }
div.DivClassName
{
background-color: #C4A0C0;
}
.BgClassName
{
background-color: #C4A0C0;
}
</style>
border-color css
<style>
span { border-color: #C4A0C0; }
span { border-color: rgb(196,160,192); }
td.TdClassName
{
border-color: #C4A0C0;
}
.TagClassName
{
border-color: #C4A0C0;
}
</style>