Shades of Lilac #C49CBF
Tints of Lilac #C49CBF
RGB
CMYK
RGB Variations
Color information
#C49CBF (or 0xC49CBF) is known color: Lilac. HEX triplet: C4, 9C and BF. RGB value is (196,156,191). Sum of RGB (Red+Green+Blue) = 196+156+191=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CBF is #3B6340. Grayscale: #ABABAB. Windows color (decimal): -3892033 or 12557508. OLE color: 12557508.
HSL color Cylindrical-coordinate representation of color #C49CBF: hue angle of 307.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 #C49CBF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 191 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.23 |
| HSL | 307.5º | 0.25% | 0.69% | - |
| HSV(B) | 307.5º | 0.2% | 0.77% | - |
| XYZ | 44.06 | 39.27 | 54.55 | - |
| YUV | 171.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 191 | 0 | 0.20 | 0.03 | 0.23 | 307.5 | 0.25 | 0.69 |
| Hex | C4 | 9C | BF | 0 | 14 | 3 | 17 | 134 | 19 | 45 |
| Octal | 304 | 234 | 277 | 0 | 24 | 3 | 27 | 464 | 31 | 105 |
| Binary | 11000100 | 10011100 | 10111111 | 0 | 10100 | 11 | 10111 | 100110100 | 11001 | 1000101 |
Color Harmonies of #C49CBF
Complementary color
Monochromatic Colors of #C49CBF
Black with #C49CBF
Text Example
Text Example
White with #C49CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CBF; }
p { color: rgb(196,156,191); }
H1.HeaderClassName
{
color: #C49CBF;
}
.AnyTagClassName
{
color: #C49CBF;
}
</style>
background-color css
<style>
a { background-color: #C49CBF; }
a { background-color: rgb(196,156,191); }
div.DivClassName
{
background-color: #C49CBF;
}
.BgClassName
{
background-color: #C49CBF;
}
</style>
border-color css
<style>
span { border-color: #C49CBF; }
span { border-color: rgb(196,156,191); }
td.TdClassName
{
border-color: #C49CBF;
}
.TagClassName
{
border-color: #C49CBF;
}
</style>