Shades of Lilac #C49CBD
Tints of Lilac #C49CBD
RGB
CMYK
RGB Variations
Color information
#C49CBD (or 0xC49CBD) is known color: Lilac. HEX triplet: C4, 9C and BD. RGB value is (196,156,189). Sum of RGB (Red+Green+Blue) = 196+156+189=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CBD is #3B6342. Grayscale: #ABABAB. Windows color (decimal): -3892035 or 12426436. OLE color: 12426436.
HSL color Cylindrical-coordinate representation of color #C49CBD: hue angle of 310.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CBD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 189 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.23 |
| HSL | 310.5º | 0.25% | 0.69% | - |
| HSV(B) | 310.5º | 0.2% | 0.77% | - |
| XYZ | 43.84 | 39.19 | 53.4 | - |
| YUV | 171.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 189 | 0 | 0.20 | 0.04 | 0.23 | 310.5 | 0.25 | 0.69 |
| Hex | C4 | 9C | BD | 0 | 14 | 4 | 17 | 136 | 19 | 45 |
| Octal | 304 | 234 | 275 | 0 | 24 | 4 | 27 | 466 | 31 | 105 |
| Binary | 11000100 | 10011100 | 10111101 | 0 | 10100 | 100 | 10111 | 100110110 | 11001 | 1000101 |
Color Harmonies of #C49CBD
Complementary color
Monochromatic Colors of #C49CBD
Black with #C49CBD
Text Example
Text Example
White with #C49CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CBD; }
p { color: rgb(196,156,189); }
H1.HeaderClassName
{
color: #C49CBD;
}
.AnyTagClassName
{
color: #C49CBD;
}
</style>
background-color css
<style>
a { background-color: #C49CBD; }
a { background-color: rgb(196,156,189); }
div.DivClassName
{
background-color: #C49CBD;
}
.BgClassName
{
background-color: #C49CBD;
}
</style>
border-color css
<style>
span { border-color: #C49CBD; }
span { border-color: rgb(196,156,189); }
td.TdClassName
{
border-color: #C49CBD;
}
.TagClassName
{
border-color: #C49CBD;
}
</style>