Shades of Lily #C49FAC
Tints of Lily #C49FAC
RGB
CMYK
RGB Variations
Color information
#C49FAC (or 0xC49FAC) is known color: Lily. HEX triplet: C4, 9F and AC. RGB value is (196,159,172). Sum of RGB (Red+Green+Blue) = 196+159+172=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49FAC is #3B6053. Grayscale: #ABABAB. Windows color (decimal): -3891284 or 11313092. OLE color: 11313092.
HSL color Cylindrical-coordinate representation of color #C49FAC: hue angle of 338.92º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49FAC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 172 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.23 |
| HSL | 338.92º | 0.24% | 0.7% | - |
| HSV(B) | 338.92º | 0.19% | 0.77% | - |
| XYZ | 42.61 | 39.51 | 44.41 | - |
| YUV | 171.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 172 | 0 | 0.19 | 0.12 | 0.23 | 338.92 | 0.24 | 0.7 |
| Hex | C4 | 9F | AC | 0 | 13 | C | 17 | 153 | 18 | 46 |
| Octal | 304 | 237 | 254 | 0 | 23 | 14 | 27 | 523 | 30 | 106 |
| Binary | 11000100 | 10011111 | 10101100 | 0 | 10011 | 1100 | 10111 | 101010011 | 11000 | 1000110 |
Color Harmonies of #C49FAC
Complementary color
Monochromatic Colors of #C49FAC
Black with #C49FAC
Text Example
Text Example
White with #C49FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FAC; }
p { color: rgb(196,159,172); }
H1.HeaderClassName
{
color: #C49FAC;
}
.AnyTagClassName
{
color: #C49FAC;
}
</style>
background-color css
<style>
a { background-color: #C49FAC; }
a { background-color: rgb(196,159,172); }
div.DivClassName
{
background-color: #C49FAC;
}
.BgClassName
{
background-color: #C49FAC;
}
</style>
border-color css
<style>
span { border-color: #C49FAC; }
span { border-color: rgb(196,159,172); }
td.TdClassName
{
border-color: #C49FAC;
}
.TagClassName
{
border-color: #C49FAC;
}
</style>