Shades of Lily #C49EAC
Tints of Lily #C49EAC
RGB
CMYK
RGB Variations
Color information
#C49EAC (or 0xC49EAC) is known color: Lily. HEX triplet: C4, 9E and AC. RGB value is (196,158,172). Sum of RGB (Red+Green+Blue) = 196+158+172=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49EAC is #3B6153. Grayscale: #AAAAAA. Windows color (decimal): -3891540 or 11312836. OLE color: 11312836.
HSL color Cylindrical-coordinate representation of color #C49EAC: hue angle of 337.89º 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 #C49EAC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 172 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.23 |
| HSL | 337.89º | 0.24% | 0.69% | - |
| HSV(B) | 337.89º | 0.19% | 0.77% | - |
| XYZ | 42.44 | 39.17 | 44.35 | - |
| YUV | 170.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 172 | 0 | 0.19 | 0.12 | 0.23 | 337.89 | 0.24 | 0.69 |
| Hex | C4 | 9E | AC | 0 | 13 | C | 17 | 152 | 18 | 45 |
| Octal | 304 | 236 | 254 | 0 | 23 | 14 | 27 | 522 | 30 | 105 |
| Binary | 11000100 | 10011110 | 10101100 | 0 | 10011 | 1100 | 10111 | 101010010 | 11000 | 1000101 |
Color Harmonies of #C49EAC
Complementary color
Monochromatic Colors of #C49EAC
Black with #C49EAC
Text Example
Text Example
White with #C49EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EAC; }
p { color: rgb(196,158,172); }
H1.HeaderClassName
{
color: #C49EAC;
}
.AnyTagClassName
{
color: #C49EAC;
}
</style>
background-color css
<style>
a { background-color: #C49EAC; }
a { background-color: rgb(196,158,172); }
div.DivClassName
{
background-color: #C49EAC;
}
.BgClassName
{
background-color: #C49EAC;
}
</style>
border-color css
<style>
span { border-color: #C49EAC; }
span { border-color: rgb(196,158,172); }
td.TdClassName
{
border-color: #C49EAC;
}
.TagClassName
{
border-color: #C49EAC;
}
</style>