Shades of Lilac #C49BBE
Tints of Lilac #C49BBE
RGB
CMYK
RGB Variations
Color information
#C49BBE (or 0xC49BBE) is known color: Lilac. HEX triplet: C4, 9B and BE. RGB value is (196,155,190). Sum of RGB (Red+Green+Blue) = 196+155+190=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BBE is #3B6441. Grayscale: #ABABAB. Windows color (decimal): -3892290 or 12491716. OLE color: 12491716.
HSL color Cylindrical-coordinate representation of color #C49BBE: hue angle of 308.78º 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 #C49BBE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 190 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.23 |
| HSL | 308.78º | 0.26% | 0.69% | - |
| HSV(B) | 308.78º | 0.21% | 0.77% | - |
| XYZ | 43.78 | 38.9 | 53.92 | - |
| YUV | 171.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 190 | 0 | 0.21 | 0.03 | 0.23 | 308.78 | 0.26 | 0.69 |
| Hex | C4 | 9B | BE | 0 | 15 | 3 | 17 | 135 | 1A | 45 |
| Octal | 304 | 233 | 276 | 0 | 25 | 3 | 27 | 465 | 32 | 105 |
| Binary | 11000100 | 10011011 | 10111110 | 0 | 10101 | 11 | 10111 | 100110101 | 11010 | 1000101 |
Color Harmonies of #C49BBE
Complementary color
Monochromatic Colors of #C49BBE
Black with #C49BBE
Text Example
Text Example
White with #C49BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BBE; }
p { color: rgb(196,155,190); }
H1.HeaderClassName
{
color: #C49BBE;
}
.AnyTagClassName
{
color: #C49BBE;
}
</style>
background-color css
<style>
a { background-color: #C49BBE; }
a { background-color: rgb(196,155,190); }
div.DivClassName
{
background-color: #C49BBE;
}
.BgClassName
{
background-color: #C49BBE;
}
</style>
border-color css
<style>
span { border-color: #C49BBE; }
span { border-color: rgb(196,155,190); }
td.TdClassName
{
border-color: #C49BBE;
}
.TagClassName
{
border-color: #C49BBE;
}
</style>