Shades of Lilac #C29ABC
Tints of Lilac #C29ABC
RGB
CMYK
RGB Variations
Color information
#C29ABC (or 0xC29ABC) is known color: Lilac. HEX triplet: C2, 9A and BC. RGB value is (194,154,188). Sum of RGB (Red+Green+Blue) = 194+154+188=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C29ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ABC is #3D6543. Grayscale: #A9A9A9. Windows color (decimal): -4023620 or 12360386. OLE color: 12360386.
HSL color Cylindrical-coordinate representation of color #C29ABC: hue angle of 309º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29ABC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 188 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.24 |
| HSL | 309º | 0.25% | 0.68% | - |
| HSV(B) | 309º | 0.21% | 0.76% | - |
| XYZ | 42.88 | 38.21 | 52.69 | - |
| YUV | 169.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 188 | 0 | 0.21 | 0.03 | 0.24 | 309 | 0.25 | 0.68 |
| Hex | C2 | 9A | BC | 0 | 15 | 3 | 18 | 135 | 19 | 44 |
| Octal | 302 | 232 | 274 | 0 | 25 | 3 | 30 | 465 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10111100 | 0 | 10101 | 11 | 11000 | 100110101 | 11001 | 1000100 |
Color Harmonies of #C29ABC
Complementary color
Monochromatic Colors of #C29ABC
Black with #C29ABC
Text Example
Text Example
White with #C29ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ABC; }
p { color: rgb(194,154,188); }
H1.HeaderClassName
{
color: #C29ABC;
}
.AnyTagClassName
{
color: #C29ABC;
}
</style>
background-color css
<style>
a { background-color: #C29ABC; }
a { background-color: rgb(194,154,188); }
div.DivClassName
{
background-color: #C29ABC;
}
.BgClassName
{
background-color: #C29ABC;
}
</style>
border-color css
<style>
span { border-color: #C29ABC; }
span { border-color: rgb(194,154,188); }
td.TdClassName
{
border-color: #C29ABC;
}
.TagClassName
{
border-color: #C29ABC;
}
</style>