Shades of Lily #C49FBB
Tints of Lily #C49FBB
RGB
CMYK
RGB Variations
Color information
#C49FBB (or 0xC49FBB) is known color: Lily. HEX triplet: C4, 9F and BB. RGB value is (196,159,187). Sum of RGB (Red+Green+Blue) = 196+159+187=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBB is #3B6044. Grayscale: #ADADAD. Windows color (decimal): -3891269 or 12296132. OLE color: 12296132.
HSL color Cylindrical-coordinate representation of color #C49FBB: hue angle of 314.59º 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 #C49FBB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 187 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.23 |
| HSL | 314.59º | 0.24% | 0.7% | - |
| HSV(B) | 314.59º | 0.19% | 0.77% | - |
| XYZ | 44.13 | 40.12 | 52.43 | - |
| YUV | 173.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 187 | 0 | 0.19 | 0.05 | 0.23 | 314.59 | 0.24 | 0.7 |
| Hex | C4 | 9F | BB | 0 | 13 | 5 | 17 | 13B | 18 | 46 |
| Octal | 304 | 237 | 273 | 0 | 23 | 5 | 27 | 473 | 30 | 106 |
| Binary | 11000100 | 10011111 | 10111011 | 0 | 10011 | 101 | 10111 | 100111011 | 11000 | 1000110 |
Color Harmonies of #C49FBB
Complementary color
Monochromatic Colors of #C49FBB
Black with #C49FBB
Text Example
Text Example
White with #C49FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FBB; }
p { color: rgb(196,159,187); }
H1.HeaderClassName
{
color: #C49FBB;
}
.AnyTagClassName
{
color: #C49FBB;
}
</style>
background-color css
<style>
a { background-color: #C49FBB; }
a { background-color: rgb(196,159,187); }
div.DivClassName
{
background-color: #C49FBB;
}
.BgClassName
{
background-color: #C49FBB;
}
</style>
border-color css
<style>
span { border-color: #C49FBB; }
span { border-color: rgb(196,159,187); }
td.TdClassName
{
border-color: #C49FBB;
}
.TagClassName
{
border-color: #C49FBB;
}
</style>