Shades of Lily #C49FB1
Tints of Lily #C49FB1
RGB
CMYK
RGB Variations
Color information
#C49FB1 (or 0xC49FB1) is known color: Lily. HEX triplet: C4, 9F and B1. RGB value is (196,159,177). Sum of RGB (Red+Green+Blue) = 196+159+177=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49FB1 is #3B604E. Grayscale: #ACACAC. Windows color (decimal): -3891279 or 11640772. OLE color: 11640772.
HSL color Cylindrical-coordinate representation of color #C49FB1: hue angle of 330.81º 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 #C49FB1 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 177 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.23 |
| HSL | 330.81º | 0.24% | 0.7% | - |
| HSV(B) | 330.81º | 0.19% | 0.77% | - |
| XYZ | 43.1 | 39.71 | 46.99 | - |
| YUV | 172.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 177 | 0 | 0.19 | 0.10 | 0.23 | 330.81 | 0.24 | 0.7 |
| Hex | C4 | 9F | B1 | 0 | 13 | A | 17 | 14B | 18 | 46 |
| Octal | 304 | 237 | 261 | 0 | 23 | 12 | 27 | 513 | 30 | 106 |
| Binary | 11000100 | 10011111 | 10110001 | 0 | 10011 | 1010 | 10111 | 101001011 | 11000 | 1000110 |
Color Harmonies of #C49FB1
Complementary color
Monochromatic Colors of #C49FB1
Black with #C49FB1
Text Example
Text Example
White with #C49FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FB1; }
p { color: rgb(196,159,177); }
H1.HeaderClassName
{
color: #C49FB1;
}
.AnyTagClassName
{
color: #C49FB1;
}
</style>
background-color css
<style>
a { background-color: #C49FB1; }
a { background-color: rgb(196,159,177); }
div.DivClassName
{
background-color: #C49FB1;
}
.BgClassName
{
background-color: #C49FB1;
}
</style>
border-color css
<style>
span { border-color: #C49FB1; }
span { border-color: rgb(196,159,177); }
td.TdClassName
{
border-color: #C49FB1;
}
.TagClassName
{
border-color: #C49FB1;
}
</style>