Shades of Lilac #C49BC0
Tints of Lilac #C49BC0
RGB
CMYK
RGB Variations
Color information
#C49BC0 (or 0xC49BC0) is known color: Lilac. HEX triplet: C4, 9B and C0. RGB value is (196,155,192). Sum of RGB (Red+Green+Blue) = 196+155+192=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BC0 is #3B643F. Grayscale: #ABABAB. Windows color (decimal): -3892288 or 12622788. OLE color: 12622788.
HSL color Cylindrical-coordinate representation of color #C49BC0: hue angle of 305.85º 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 #C49BC0 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 192 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.23 |
| HSL | 305.85º | 0.26% | 0.69% | - |
| HSV(B) | 305.85º | 0.21% | 0.77% | - |
| XYZ | 44 | 38.98 | 55.07 | - |
| YUV | 171.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 192 | 0 | 0.21 | 0.02 | 0.23 | 305.85 | 0.26 | 0.69 |
| Hex | C4 | 9B | C0 | 0 | 15 | 2 | 17 | 132 | 1A | 45 |
| Octal | 304 | 233 | 300 | 0 | 25 | 2 | 27 | 462 | 32 | 105 |
| Binary | 11000100 | 10011011 | 11000000 | 0 | 10101 | 10 | 10111 | 100110010 | 11010 | 1000101 |
Color Harmonies of #C49BC0
Complementary color
Monochromatic Colors of #C49BC0
Black with #C49BC0
Text Example
Text Example
White with #C49BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BC0; }
p { color: rgb(196,155,192); }
H1.HeaderClassName
{
color: #C49BC0;
}
.AnyTagClassName
{
color: #C49BC0;
}
</style>
background-color css
<style>
a { background-color: #C49BC0; }
a { background-color: rgb(196,155,192); }
div.DivClassName
{
background-color: #C49BC0;
}
.BgClassName
{
background-color: #C49BC0;
}
</style>
border-color css
<style>
span { border-color: #C49BC0; }
span { border-color: rgb(196,155,192); }
td.TdClassName
{
border-color: #C49BC0;
}
.TagClassName
{
border-color: #C49BC0;
}
</style>