Shades of Lilac #C29CBE
Tints of Lilac #C29CBE
RGB
CMYK
RGB Variations
Color information
#C29CBE (or 0xC29CBE) is known color: Lilac. HEX triplet: C2, 9C and BE. RGB value is (194,156,190). Sum of RGB (Red+Green+Blue) = 194+156+190=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CBE is #3D6341. Grayscale: #ABABAB. Windows color (decimal): -4023106 or 12491970. OLE color: 12491970.
HSL color Cylindrical-coordinate representation of color #C29CBE: hue angle of 306.32º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29CBE is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 190 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.24 |
| HSL | 306.32º | 0.24% | 0.69% | - |
| HSV(B) | 306.32º | 0.2% | 0.76% | - |
| XYZ | 43.43 | 38.96 | 53.95 | - |
| YUV | 171.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 190 | 0 | 0.20 | 0.02 | 0.24 | 306.32 | 0.24 | 0.69 |
| Hex | C2 | 9C | BE | 0 | 14 | 2 | 18 | 132 | 18 | 45 |
| Octal | 302 | 234 | 276 | 0 | 24 | 2 | 30 | 462 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10111110 | 0 | 10100 | 10 | 11000 | 100110010 | 11000 | 1000101 |
Color Harmonies of #C29CBE
Complementary color
Monochromatic Colors of #C29CBE
Black with #C29CBE
Text Example
Text Example
White with #C29CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CBE; }
p { color: rgb(194,156,190); }
H1.HeaderClassName
{
color: #C29CBE;
}
.AnyTagClassName
{
color: #C29CBE;
}
</style>
background-color css
<style>
a { background-color: #C29CBE; }
a { background-color: rgb(194,156,190); }
div.DivClassName
{
background-color: #C29CBE;
}
.BgClassName
{
background-color: #C29CBE;
}
</style>
border-color css
<style>
span { border-color: #C29CBE; }
span { border-color: rgb(194,156,190); }
td.TdClassName
{
border-color: #C29CBE;
}
.TagClassName
{
border-color: #C29CBE;
}
</style>