Shades of Lily #C49BAF
Tints of Lily #C49BAF
RGB
CMYK
RGB Variations
Color information
#C49BAF (or 0xC49BAF) is known color: Lily. HEX triplet: C4, 9B and AF. RGB value is (196,155,175). Sum of RGB (Red+Green+Blue) = 196+155+175=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49BAF is #3B6450. Grayscale: #A9A9A9. Windows color (decimal): -3892305 or 11508676. OLE color: 11508676.
HSL color Cylindrical-coordinate representation of color #C49BAF: hue angle of 330.73º 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 #C49BAF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 175 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.23 |
| HSL | 330.73º | 0.26% | 0.69% | - |
| HSV(B) | 330.73º | 0.21% | 0.77% | - |
| XYZ | 42.22 | 38.27 | 45.72 | - |
| YUV | 169.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 175 | 0 | 0.21 | 0.11 | 0.23 | 330.73 | 0.26 | 0.69 |
| Hex | C4 | 9B | AF | 0 | 15 | B | 17 | 14B | 1A | 45 |
| Octal | 304 | 233 | 257 | 0 | 25 | 13 | 27 | 513 | 32 | 105 |
| Binary | 11000100 | 10011011 | 10101111 | 0 | 10101 | 1011 | 10111 | 101001011 | 11010 | 1000101 |
Color Harmonies of #C49BAF
Complementary color
Monochromatic Colors of #C49BAF
Black with #C49BAF
Text Example
Text Example
White with #C49BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BAF; }
p { color: rgb(196,155,175); }
H1.HeaderClassName
{
color: #C49BAF;
}
.AnyTagClassName
{
color: #C49BAF;
}
</style>
background-color css
<style>
a { background-color: #C49BAF; }
a { background-color: rgb(196,155,175); }
div.DivClassName
{
background-color: #C49BAF;
}
.BgClassName
{
background-color: #C49BAF;
}
</style>
border-color css
<style>
span { border-color: #C49BAF; }
span { border-color: rgb(196,155,175); }
td.TdClassName
{
border-color: #C49BAF;
}
.TagClassName
{
border-color: #C49BAF;
}
</style>