Shades of Lily #C49AAB
Tints of Lily #C49AAB
RGB
CMYK
RGB Variations
Color information
#C49AAB (or 0xC49AAB) is known color: Lily. HEX triplet: C4, 9A and AB. RGB value is (196,154,171). Sum of RGB (Red+Green+Blue) = 196+154+171=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AAB is #3B6554. Grayscale: #A8A8A8. Windows color (decimal): -3892565 or 11246276. OLE color: 11246276.
HSL color Cylindrical-coordinate representation of color #C49AAB: hue angle of 335.71º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49AAB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 171 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.23 |
| HSL | 335.71º | 0.26% | 0.69% | - |
| HSV(B) | 335.71º | 0.21% | 0.77% | - |
| XYZ | 41.67 | 37.79 | 43.63 | - |
| YUV | 168.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 171 | 0 | 0.21 | 0.13 | 0.23 | 335.71 | 0.26 | 0.69 |
| Hex | C4 | 9A | AB | 0 | 15 | D | 17 | 150 | 1A | 45 |
| Octal | 304 | 232 | 253 | 0 | 25 | 15 | 27 | 520 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10101011 | 0 | 10101 | 1101 | 10111 | 101010000 | 11010 | 1000101 |
Color Harmonies of #C49AAB
Complementary color
Monochromatic Colors of #C49AAB
Black with #C49AAB
Text Example
Text Example
White with #C49AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AAB; }
p { color: rgb(196,154,171); }
H1.HeaderClassName
{
color: #C49AAB;
}
.AnyTagClassName
{
color: #C49AAB;
}
</style>
background-color css
<style>
a { background-color: #C49AAB; }
a { background-color: rgb(196,154,171); }
div.DivClassName
{
background-color: #C49AAB;
}
.BgClassName
{
background-color: #C49AAB;
}
</style>
border-color css
<style>
span { border-color: #C49AAB; }
span { border-color: rgb(196,154,171); }
td.TdClassName
{
border-color: #C49AAB;
}
.TagClassName
{
border-color: #C49AAB;
}
</style>