Shades of Lilac #C29ACB
Tints of Lilac #C29ACB
RGB
CMYK
RGB Variations
Color information
#C29ACB (or 0xC29ACB) is known color: Lilac. HEX triplet: C2, 9A and CB. RGB value is (194,154,203). Sum of RGB (Red+Green+Blue) = 194+154+203=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C29ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ACB is #3D6534. Grayscale: #ABABAB. Windows color (decimal): -4023605 or 13343426. OLE color: 13343426.
HSL color Cylindrical-coordinate representation of color #C29ACB: hue angle of 288.98º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29ACB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 154 | 203 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.20 |
| HSL | 288.98º | 0.32% | 0.7% | - |
| HSV(B) | 288.98º | 0.24% | 0.8% | - |
| XYZ | 44.58 | 38.89 | 61.66 | - |
| YUV | 171.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 203 | 0.04 | 0.24 | 0 | 0.20 | 288.98 | 0.32 | 0.7 |
| Hex | C2 | 9A | CB | 4 | 18 | 0 | 14 | 121 | 20 | 46 |
| Octal | 302 | 232 | 313 | 4 | 30 | 0 | 24 | 441 | 40 | 106 |
| Binary | 11000010 | 10011010 | 11001011 | 100 | 11000 | 0 | 10100 | 100100001 | 100000 | 1000110 |
Color Harmonies of #C29ACB
Complementary color
Monochromatic Colors of #C29ACB
Black with #C29ACB
Text Example
Text Example
White with #C29ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ACB; }
p { color: rgb(194,154,203); }
H1.HeaderClassName
{
color: #C29ACB;
}
.AnyTagClassName
{
color: #C29ACB;
}
</style>
background-color css
<style>
a { background-color: #C29ACB; }
a { background-color: rgb(194,154,203); }
div.DivClassName
{
background-color: #C29ACB;
}
.BgClassName
{
background-color: #C29ACB;
}
</style>
border-color css
<style>
span { border-color: #C29ACB; }
span { border-color: rgb(194,154,203); }
td.TdClassName
{
border-color: #C29ACB;
}
.TagClassName
{
border-color: #C29ACB;
}
</style>