Shades of Lily #C49FB6
Tints of Lily #C49FB6
RGB
CMYK
RGB Variations
Color information
#C49FB6 (or 0xC49FB6) is known color: Lily. HEX triplet: C4, 9F and B6. RGB value is (196,159,182). Sum of RGB (Red+Green+Blue) = 196+159+182=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FB6 is #3B6049. Grayscale: #ACACAC. Windows color (decimal): -3891274 or 11968452. OLE color: 11968452.
HSL color Cylindrical-coordinate representation of color #C49FB6: hue angle of 322.7º 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 #C49FB6 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 182 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.23 |
| HSL | 322.7º | 0.24% | 0.7% | - |
| HSV(B) | 322.7º | 0.19% | 0.77% | - |
| XYZ | 43.61 | 39.91 | 49.66 | - |
| YUV | 172.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 182 | 0 | 0.19 | 0.07 | 0.23 | 322.7 | 0.24 | 0.7 |
| Hex | C4 | 9F | B6 | 0 | 13 | 7 | 17 | 143 | 18 | 46 |
| Octal | 304 | 237 | 266 | 0 | 23 | 7 | 27 | 503 | 30 | 106 |
| Binary | 11000100 | 10011111 | 10110110 | 0 | 10011 | 111 | 10111 | 101000011 | 11000 | 1000110 |
Color Harmonies of #C49FB6
Complementary color
Monochromatic Colors of #C49FB6
Black with #C49FB6
Text Example
Text Example
White with #C49FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FB6; }
p { color: rgb(196,159,182); }
H1.HeaderClassName
{
color: #C49FB6;
}
.AnyTagClassName
{
color: #C49FB6;
}
</style>
background-color css
<style>
a { background-color: #C49FB6; }
a { background-color: rgb(196,159,182); }
div.DivClassName
{
background-color: #C49FB6;
}
.BgClassName
{
background-color: #C49FB6;
}
</style>
border-color css
<style>
span { border-color: #C49FB6; }
span { border-color: rgb(196,159,182); }
td.TdClassName
{
border-color: #C49FB6;
}
.TagClassName
{
border-color: #C49FB6;
}
</style>