Shades of Lilac #C4A6CB
Tints of Lilac #C4A6CB
RGB
CMYK
RGB Variations
Color information
#C4A6CB (or 0xC4A6CB) is known color: Lilac. HEX triplet: C4, A6 and CB. RGB value is (196,166,203). Sum of RGB (Red+Green+Blue) = 196+166+203=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6CB is #3B5934. Grayscale: #B3B3B3. Windows color (decimal): -3889461 or 13346500. OLE color: 13346500.
HSL color Cylindrical-coordinate representation of color #C4A6CB: hue angle of 288.65º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A6CB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 166 | 203 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.20 |
| HSL | 288.65º | 0.26% | 0.72% | - |
| HSV(B) | 288.65º | 0.18% | 0.8% | - |
| XYZ | 47.18 | 43.32 | 62.37 | - |
| YUV | 179.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 203 | 0.03 | 0.18 | 0 | 0.20 | 288.65 | 0.26 | 0.72 |
| Hex | C4 | A6 | CB | 3 | 12 | 0 | 14 | 121 | 1A | 48 |
| Octal | 304 | 246 | 313 | 3 | 22 | 0 | 24 | 441 | 32 | 110 |
| Binary | 11000100 | 10100110 | 11001011 | 11 | 10010 | 0 | 10100 | 100100001 | 11010 | 1001000 |
Color Harmonies of #C4A6CB
Complementary color
Monochromatic Colors of #C4A6CB
Black with #C4A6CB
Text Example
Text Example
White with #C4A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6CB; }
p { color: rgb(196,166,203); }
H1.HeaderClassName
{
color: #C4A6CB;
}
.AnyTagClassName
{
color: #C4A6CB;
}
</style>
background-color css
<style>
a { background-color: #C4A6CB; }
a { background-color: rgb(196,166,203); }
div.DivClassName
{
background-color: #C4A6CB;
}
.BgClassName
{
background-color: #C4A6CB;
}
</style>
border-color css
<style>
span { border-color: #C4A6CB; }
span { border-color: rgb(196,166,203); }
td.TdClassName
{
border-color: #C4A6CB;
}
.TagClassName
{
border-color: #C4A6CB;
}
</style>