Shades of Lily #C49AAF
Tints of Lily #C49AAF
RGB
CMYK
RGB Variations
Color information
#C49AAF (or 0xC49AAF) is known color: Lily. HEX triplet: C4, 9A and AF. RGB value is (196,154,175). Sum of RGB (Red+Green+Blue) = 196+154+175=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AAF is #3B6550. Grayscale: #A8A8A8. Windows color (decimal): -3892561 or 11508420. OLE color: 11508420.
HSL color Cylindrical-coordinate representation of color #C49AAF: hue angle of 330º 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 #C49AAF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 175 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.23 |
| HSL | 330º | 0.26% | 0.69% | - |
| HSV(B) | 330º | 0.21% | 0.77% | - |
| XYZ | 42.06 | 37.94 | 45.66 | - |
| YUV | 168.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 175 | 0 | 0.21 | 0.11 | 0.23 | 330 | 0.26 | 0.69 |
| Hex | C4 | 9A | AF | 0 | 15 | B | 17 | 14A | 1A | 45 |
| Octal | 304 | 232 | 257 | 0 | 25 | 13 | 27 | 512 | 32 | 105 |
| Binary | 11000100 | 10011010 | 10101111 | 0 | 10101 | 1011 | 10111 | 101001010 | 11010 | 1000101 |
Color Harmonies of #C49AAF
Complementary color
Monochromatic Colors of #C49AAF
Black with #C49AAF
Text Example
Text Example
White with #C49AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AAF; }
p { color: rgb(196,154,175); }
H1.HeaderClassName
{
color: #C49AAF;
}
.AnyTagClassName
{
color: #C49AAF;
}
</style>
background-color css
<style>
a { background-color: #C49AAF; }
a { background-color: rgb(196,154,175); }
div.DivClassName
{
background-color: #C49AAF;
}
.BgClassName
{
background-color: #C49AAF;
}
</style>
border-color css
<style>
span { border-color: #C49AAF; }
span { border-color: rgb(196,154,175); }
td.TdClassName
{
border-color: #C49AAF;
}
.TagClassName
{
border-color: #C49AAF;
}
</style>