Shades of Lilac #C49FBF
Tints of Lilac #C49FBF
RGB
CMYK
RGB Variations
Color information
#C49FBF (or 0xC49FBF) is known color: Lilac. HEX triplet: C4, 9F and BF. RGB value is (196,159,191). Sum of RGB (Red+Green+Blue) = 196+159+191=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBF is #3B6040. Grayscale: #ADADAD. Windows color (decimal): -3891265 or 12558276. OLE color: 12558276.
HSL color Cylindrical-coordinate representation of color #C49FBF: hue angle of 308.11º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49FBF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 191 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.23 |
| HSL | 308.11º | 0.24% | 0.7% | - |
| HSV(B) | 308.11º | 0.19% | 0.77% | - |
| XYZ | 44.57 | 40.29 | 54.72 | - |
| YUV | 173.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 191 | 0 | 0.19 | 0.03 | 0.23 | 308.11 | 0.24 | 0.7 |
| Hex | C4 | 9F | BF | 0 | 13 | 3 | 17 | 134 | 18 | 46 |
| Octal | 304 | 237 | 277 | 0 | 23 | 3 | 27 | 464 | 30 | 106 |
| Binary | 11000100 | 10011111 | 10111111 | 0 | 10011 | 11 | 10111 | 100110100 | 11000 | 1000110 |
Color Harmonies of #C49FBF
Complementary color
Monochromatic Colors of #C49FBF
Black with #C49FBF
Text Example
Text Example
White with #C49FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FBF; }
p { color: rgb(196,159,191); }
H1.HeaderClassName
{
color: #C49FBF;
}
.AnyTagClassName
{
color: #C49FBF;
}
</style>
background-color css
<style>
a { background-color: #C49FBF; }
a { background-color: rgb(196,159,191); }
div.DivClassName
{
background-color: #C49FBF;
}
.BgClassName
{
background-color: #C49FBF;
}
</style>
border-color css
<style>
span { border-color: #C49FBF; }
span { border-color: rgb(196,159,191); }
td.TdClassName
{
border-color: #C49FBF;
}
.TagClassName
{
border-color: #C49FBF;
}
</style>