Shades of Lily #C497AE
Tints of Lily #C497AE
RGB
CMYK
RGB Variations
Color information
#C497AE (or 0xC497AE) is known color: Lily. HEX triplet: C4, 97 and AE. RGB value is (196,151,174). Sum of RGB (Red+Green+Blue) = 196+151+174=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C497AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C497AE is #3B6851. Grayscale: #A7A7A7. Windows color (decimal): -3893330 or 11442116. OLE color: 11442116.
HSL color Cylindrical-coordinate representation of color #C497AE: hue angle of 329.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C497AE is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 174 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.23 |
| HSL | 329.33º | 0.28% | 0.68% | - |
| HSV(B) | 329.33º | 0.23% | 0.77% | - |
| XYZ | 41.47 | 36.92 | 44.99 | - |
| YUV | 167.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 174 | 0 | 0.23 | 0.11 | 0.23 | 329.33 | 0.28 | 0.68 |
| Hex | C4 | 97 | AE | 0 | 17 | B | 17 | 149 | 1C | 44 |
| Octal | 304 | 227 | 256 | 0 | 27 | 13 | 27 | 511 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10101110 | 0 | 10111 | 1011 | 10111 | 101001001 | 11100 | 1000100 |
Color Harmonies of #C497AE
Complementary color
Monochromatic Colors of #C497AE
Black with #C497AE
Text Example
Text Example
White with #C497AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497AE; }
p { color: rgb(196,151,174); }
H1.HeaderClassName
{
color: #C497AE;
}
.AnyTagClassName
{
color: #C497AE;
}
</style>
background-color css
<style>
a { background-color: #C497AE; }
a { background-color: rgb(196,151,174); }
div.DivClassName
{
background-color: #C497AE;
}
.BgClassName
{
background-color: #C497AE;
}
</style>
border-color css
<style>
span { border-color: #C497AE; }
span { border-color: rgb(196,151,174); }
td.TdClassName
{
border-color: #C497AE;
}
.TagClassName
{
border-color: #C497AE;
}
</style>