Shades of Lily #C49AB0
Tints of Lily #C49AB0
RGB
CMYK
RGB Variations
Color information
#C49AB0 (or 0xC49AB0) is known color: Lily. HEX triplet: C4, 9A and B0. RGB value is (196,154,176). Sum of RGB (Red+Green+Blue) = 196+154+176=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AB0 is #3B654F. Grayscale: #A9A9A9. Windows color (decimal): -3892560 or 11573956. OLE color: 11573956.
HSL color Cylindrical-coordinate representation of color #C49AB0: hue angle of 328.57º 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 #C49AB0 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 176 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.23 |
| HSL | 328.57º | 0.26% | 0.69% | - |
| HSV(B) | 328.57º | 0.21% | 0.77% | - |
| XYZ | 42.16 | 37.98 | 46.18 | - |
| YUV | 169.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 176 | 0 | 0.21 | 0.10 | 0.23 | 328.57 | 0.26 | 0.69 |
| Hex | C4 | 9A | B0 | 0 | 15 | A | 17 | 149 | 1A | 45 |
| Octal | 304 | 232 | 260 | 0 | 25 | 12 | 27 | 511 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10110000 | 0 | 10101 | 1010 | 10111 | 101001001 | 11010 | 1000101 |
Color Harmonies of #C49AB0
Complementary color
Monochromatic Colors of #C49AB0
Black with #C49AB0
Text Example
Text Example
White with #C49AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AB0; }
p { color: rgb(196,154,176); }
H1.HeaderClassName
{
color: #C49AB0;
}
.AnyTagClassName
{
color: #C49AB0;
}
</style>
background-color css
<style>
a { background-color: #C49AB0; }
a { background-color: rgb(196,154,176); }
div.DivClassName
{
background-color: #C49AB0;
}
.BgClassName
{
background-color: #C49AB0;
}
</style>
border-color css
<style>
span { border-color: #C49AB0; }
span { border-color: rgb(196,154,176); }
td.TdClassName
{
border-color: #C49AB0;
}
.TagClassName
{
border-color: #C49AB0;
}
</style>