Shades of Lilac #C49ABF
Tints of Lilac #C49ABF
RGB
CMYK
RGB Variations
Color information
#C49ABF (or 0xC49ABF) is known color: Lilac. HEX triplet: C4, 9A and BF. RGB value is (196,154,191). Sum of RGB (Red+Green+Blue) = 196+154+191=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ABF is #3B6540. Grayscale: #AAAAAA. Windows color (decimal): -3892545 or 12556996. OLE color: 12556996.
HSL color Cylindrical-coordinate representation of color #C49ABF: hue angle of 307.14º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49ABF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 154 | 191 | - |
CMYK | 0 | 0.21 | 0.03 | 0.23 |
HSL | 307.14º | 0.26% | 0.69% | - |
HSV(B) | 307.14º | 0.21% | 0.77% | - |
XYZ | 43.72 | 38.61 | 54.44 | - |
YUV | 170.78 | 139.41 | 145.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 154 | 191 | 0 | 0.21 | 0.03 | 0.23 | 307.14 | 0.26 | 0.69 |
Hex | C4 | 9A | BF | 0 | 15 | 3 | 17 | 133 | 1A | 45 |
Octal | 304 | 232 | 277 | 0 | 25 | 3 | 27 | 463 | 32 | 105 |
Binary | 11000100 | 10011010 | 10111111 | 0 | 10101 | 11 | 10111 | 100110011 | 11010 | 1000101 |
Color Harmonies of #C49ABF
Complementary color
Monochromatic Colors of #C49ABF
Black with #C49ABF
Text Example
Text Example
White with #C49ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ABF; }
p { color: rgb(196,154,191); }
H1.HeaderClassName
{
color: #C49ABF;
}
.AnyTagClassName
{
color: #C49ABF;
}
</style>
background-color css
<style>
a { background-color: #C49ABF; }
a { background-color: rgb(196,154,191); }
div.DivClassName
{
background-color: #C49ABF;
}
.BgClassName
{
background-color: #C49ABF;
}
</style>
border-color css
<style>
span { border-color: #C49ABF; }
span { border-color: rgb(196,154,191); }
td.TdClassName
{
border-color: #C49ABF;
}
.TagClassName
{
border-color: #C49ABF;
}
</style>