Shades of Lily #C49EBB
Tints of Lily #C49EBB
RGB
CMYK
RGB Variations
Color information
#C49EBB (or 0xC49EBB) is known color: Lily. HEX triplet: C4, 9E and BB. RGB value is (196,158,187). Sum of RGB (Red+Green+Blue) = 196+158+187=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EBB is #3B6144. Grayscale: #ACACAC. Windows color (decimal): -3891525 or 12295876. OLE color: 12295876.
HSL color Cylindrical-coordinate representation of color #C49EBB: hue angle of 314.21º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49EBB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 187 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.23 |
| HSL | 314.21º | 0.24% | 0.69% | - |
| HSV(B) | 314.21º | 0.19% | 0.77% | - |
| XYZ | 43.96 | 39.78 | 52.37 | - |
| YUV | 172.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 187 | 0 | 0.19 | 0.05 | 0.23 | 314.21 | 0.24 | 0.69 |
| Hex | C4 | 9E | BB | 0 | 13 | 5 | 17 | 13A | 18 | 45 |
| Octal | 304 | 236 | 273 | 0 | 23 | 5 | 27 | 472 | 30 | 105 |
| Binary | 11000100 | 10011110 | 10111011 | 0 | 10011 | 101 | 10111 | 100111010 | 11000 | 1000101 |
Color Harmonies of #C49EBB
Complementary color
Monochromatic Colors of #C49EBB
Black with #C49EBB
Text Example
Text Example
White with #C49EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EBB; }
p { color: rgb(196,158,187); }
H1.HeaderClassName
{
color: #C49EBB;
}
.AnyTagClassName
{
color: #C49EBB;
}
</style>
background-color css
<style>
a { background-color: #C49EBB; }
a { background-color: rgb(196,158,187); }
div.DivClassName
{
background-color: #C49EBB;
}
.BgClassName
{
background-color: #C49EBB;
}
</style>
border-color css
<style>
span { border-color: #C49EBB; }
span { border-color: rgb(196,158,187); }
td.TdClassName
{
border-color: #C49EBB;
}
.TagClassName
{
border-color: #C49EBB;
}
</style>