Shades of Lily #C49CAC
Tints of Lily #C49CAC
RGB
CMYK
RGB Variations
Color information
#C49CAC (or 0xC49CAC) is known color: Lily. HEX triplet: C4, 9C and AC. RGB value is (196,156,172). Sum of RGB (Red+Green+Blue) = 196+156+172=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49CAC is #3B6353. Grayscale: #A9A9A9. Windows color (decimal): -3892052 or 11312324. OLE color: 11312324.
HSL color Cylindrical-coordinate representation of color #C49CAC: hue angle of 336º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CAC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 172 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.23 |
| HSL | 336º | 0.25% | 0.69% | - |
| HSV(B) | 336º | 0.2% | 0.77% | - |
| XYZ | 42.1 | 38.49 | 44.24 | - |
| YUV | 169.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 172 | 0 | 0.20 | 0.12 | 0.23 | 336 | 0.25 | 0.69 |
| Hex | C4 | 9C | AC | 0 | 14 | C | 17 | 150 | 19 | 45 |
| Octal | 304 | 234 | 254 | 0 | 24 | 14 | 27 | 520 | 31 | 105 |
| Binary | 11000100 | 10011100 | 10101100 | 0 | 10100 | 1100 | 10111 | 101010000 | 11001 | 1000101 |
Color Harmonies of #C49CAC
Complementary color
Monochromatic Colors of #C49CAC
Black with #C49CAC
Text Example
Text Example
White with #C49CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CAC; }
p { color: rgb(196,156,172); }
H1.HeaderClassName
{
color: #C49CAC;
}
.AnyTagClassName
{
color: #C49CAC;
}
</style>
background-color css
<style>
a { background-color: #C49CAC; }
a { background-color: rgb(196,156,172); }
div.DivClassName
{
background-color: #C49CAC;
}
.BgClassName
{
background-color: #C49CAC;
}
</style>
border-color css
<style>
span { border-color: #C49CAC; }
span { border-color: rgb(196,156,172); }
td.TdClassName
{
border-color: #C49CAC;
}
.TagClassName
{
border-color: #C49CAC;
}
</style>