Shades of Lilac #C4A4CB
Tints of Lilac #C4A4CB
RGB
CMYK
RGB Variations
Color information
#C4A4CB (or 0xC4A4CB) is known color: Lilac. HEX triplet: C4, A4 and CB. RGB value is (196,164,203). Sum of RGB (Red+Green+Blue) = 196+164+203=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4CB is #3B5B34. Grayscale: #B1B1B1. Windows color (decimal): -3889973 or 13345988. OLE color: 13345988.
HSL color Cylindrical-coordinate representation of color #C4A4CB: hue angle of 289.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4A4CB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 164 | 203 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.20 |
| HSL | 289.23º | 0.27% | 0.72% | - |
| HSV(B) | 289.23º | 0.19% | 0.8% | - |
| XYZ | 46.82 | 42.6 | 62.25 | - |
| YUV | 178.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 203 | 0.03 | 0.19 | 0 | 0.20 | 289.23 | 0.27 | 0.72 |
| Hex | C4 | A4 | CB | 3 | 13 | 0 | 14 | 121 | 1B | 48 |
| Octal | 304 | 244 | 313 | 3 | 23 | 0 | 24 | 441 | 33 | 110 |
| Binary | 11000100 | 10100100 | 11001011 | 11 | 10011 | 0 | 10100 | 100100001 | 11011 | 1001000 |
Color Harmonies of #C4A4CB
Complementary color
Monochromatic Colors of #C4A4CB
Black with #C4A4CB
Text Example
Text Example
White with #C4A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4CB; }
p { color: rgb(196,164,203); }
H1.HeaderClassName
{
color: #C4A4CB;
}
.AnyTagClassName
{
color: #C4A4CB;
}
</style>
background-color css
<style>
a { background-color: #C4A4CB; }
a { background-color: rgb(196,164,203); }
div.DivClassName
{
background-color: #C4A4CB;
}
.BgClassName
{
background-color: #C4A4CB;
}
</style>
border-color css
<style>
span { border-color: #C4A4CB; }
span { border-color: rgb(196,164,203); }
td.TdClassName
{
border-color: #C4A4CB;
}
.TagClassName
{
border-color: #C4A4CB;
}
</style>