Shades of Lily #C59FAE
Tints of Lily #C59FAE
RGB
CMYK
RGB Variations
Color information
#C59FAE (or 0xC59FAE) is known color: Lily. HEX triplet: C5, 9F and AE. RGB value is (197,159,174). Sum of RGB (Red+Green+Blue) = 197+159+174=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C59FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59FAE is #3A6051. Grayscale: #ACACAC. Windows color (decimal): -3825746 or 11444165. OLE color: 11444165.
HSL color Cylindrical-coordinate representation of color #C59FAE: hue angle of 336.32º degrees, saturation: 0.25, 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 #C59FAE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 174 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.23 |
| HSL | 336.32º | 0.25% | 0.7% | - |
| HSV(B) | 336.32º | 0.19% | 0.77% | - |
| XYZ | 43.06 | 39.72 | 45.44 | - |
| YUV | 172.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 174 | 0 | 0.19 | 0.12 | 0.23 | 336.32 | 0.25 | 0.7 |
| Hex | C5 | 9F | AE | 0 | 13 | C | 17 | 150 | 19 | 46 |
| Octal | 305 | 237 | 256 | 0 | 23 | 14 | 27 | 520 | 31 | 106 |
| Binary | 11000101 | 10011111 | 10101110 | 0 | 10011 | 1100 | 10111 | 101010000 | 11001 | 1000110 |
Color Harmonies of #C59FAE
Complementary color
Monochromatic Colors of #C59FAE
Black with #C59FAE
Text Example
Text Example
White with #C59FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FAE; }
p { color: rgb(197,159,174); }
H1.HeaderClassName
{
color: #C59FAE;
}
.AnyTagClassName
{
color: #C59FAE;
}
</style>
background-color css
<style>
a { background-color: #C59FAE; }
a { background-color: rgb(197,159,174); }
div.DivClassName
{
background-color: #C59FAE;
}
.BgClassName
{
background-color: #C59FAE;
}
</style>
border-color css
<style>
span { border-color: #C59FAE; }
span { border-color: rgb(197,159,174); }
td.TdClassName
{
border-color: #C59FAE;
}
.TagClassName
{
border-color: #C59FAE;
}
</style>