Shades of Lily #C499AC
Tints of Lily #C499AC
RGB
CMYK
RGB Variations
Color information
#C499AC (or 0xC499AC) is known color: Lily. HEX triplet: C4, 99 and AC. RGB value is (196,153,172). Sum of RGB (Red+Green+Blue) = 196+153+172=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C499AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C499AC is #3B6653. Grayscale: #A7A7A7. Windows color (decimal): -3892820 or 11311556. OLE color: 11311556.
HSL color Cylindrical-coordinate representation of color #C499AC: hue angle of 333.49º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C499AC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 172 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.23 |
| HSL | 333.49º | 0.27% | 0.68% | - |
| HSV(B) | 333.49º | 0.22% | 0.77% | - |
| XYZ | 41.6 | 37.5 | 44.07 | - |
| YUV | 168.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 172 | 0 | 0.22 | 0.12 | 0.23 | 333.49 | 0.27 | 0.68 |
| Hex | C4 | 99 | AC | 0 | 16 | C | 17 | 14D | 1B | 44 |
| Octal | 304 | 231 | 254 | 0 | 26 | 14 | 27 | 515 | 33 | 104 |
| Binary | 11000100 | 10011001 | 10101100 | 0 | 10110 | 1100 | 10111 | 101001101 | 11011 | 1000100 |
Color Harmonies of #C499AC
Complementary color
Monochromatic Colors of #C499AC
Black with #C499AC
Text Example
Text Example
White with #C499AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499AC; }
p { color: rgb(196,153,172); }
H1.HeaderClassName
{
color: #C499AC;
}
.AnyTagClassName
{
color: #C499AC;
}
</style>
background-color css
<style>
a { background-color: #C499AC; }
a { background-color: rgb(196,153,172); }
div.DivClassName
{
background-color: #C499AC;
}
.BgClassName
{
background-color: #C499AC;
}
</style>
border-color css
<style>
span { border-color: #C499AC; }
span { border-color: rgb(196,153,172); }
td.TdClassName
{
border-color: #C499AC;
}
.TagClassName
{
border-color: #C499AC;
}
</style>