Shades of Lily #C49CAB
Tints of Lily #C49CAB
RGB
CMYK
RGB Variations
Color information
#C49CAB (or 0xC49CAB) is known color: Lily. HEX triplet: C4, 9C and AB. RGB value is (196,156,171). Sum of RGB (Red+Green+Blue) = 196+156+171=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49CAB is #3B6354. Grayscale: #A9A9A9. Windows color (decimal): -3892053 or 11246788. OLE color: 11246788.
HSL color Cylindrical-coordinate representation of color #C49CAB: hue angle of 337.5º 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 #C49CAB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 171 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.23 |
| HSL | 337.5º | 0.25% | 0.69% | - |
| HSV(B) | 337.5º | 0.2% | 0.77% | - |
| XYZ | 42 | 38.45 | 43.74 | - |
| YUV | 169.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 171 | 0 | 0.20 | 0.13 | 0.23 | 337.5 | 0.25 | 0.69 |
| Hex | C4 | 9C | AB | 0 | 14 | D | 17 | 152 | 19 | 45 |
| Octal | 304 | 234 | 253 | 0 | 24 | 15 | 27 | 522 | 31 | 105 |
| Binary | 11000100 | 10011100 | 10101011 | 0 | 10100 | 1101 | 10111 | 101010010 | 11001 | 1000101 |
Color Harmonies of #C49CAB
Complementary color
Monochromatic Colors of #C49CAB
Black with #C49CAB
Text Example
Text Example
White with #C49CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CAB; }
p { color: rgb(196,156,171); }
H1.HeaderClassName
{
color: #C49CAB;
}
.AnyTagClassName
{
color: #C49CAB;
}
</style>
background-color css
<style>
a { background-color: #C49CAB; }
a { background-color: rgb(196,156,171); }
div.DivClassName
{
background-color: #C49CAB;
}
.BgClassName
{
background-color: #C49CAB;
}
</style>
border-color css
<style>
span { border-color: #C49CAB; }
span { border-color: rgb(196,156,171); }
td.TdClassName
{
border-color: #C49CAB;
}
.TagClassName
{
border-color: #C49CAB;
}
</style>