Shades of Lily #C58EA9
Tints of Lily #C58EA9
RGB
CMYK
RGB Variations
Color information
#C58EA9 (or 0xC58EA9) is known color: Lily. HEX triplet: C5, 8E and A9. RGB value is (197,142,169). Sum of RGB (Red+Green+Blue) = 197+142+169=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58EA9 is #3A7156. Grayscale: #A1A1A1. Windows color (decimal): -3830103 or 11112133. OLE color: 11112133.
HSL color Cylindrical-coordinate representation of color #C58EA9: hue angle of 330.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EA9 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 169 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.23 |
| HSL | 330.55º | 0.32% | 0.66% | - |
| HSV(B) | 330.55º | 0.28% | 0.77% | - |
| XYZ | 39.86 | 34.08 | 42.01 | - |
| YUV | 161.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 169 | 0 | 0.28 | 0.14 | 0.23 | 330.55 | 0.32 | 0.66 |
| Hex | C5 | 8E | A9 | 0 | 1C | E | 17 | 14B | 20 | 42 |
| Octal | 305 | 216 | 251 | 0 | 34 | 16 | 27 | 513 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10101001 | 0 | 11100 | 1110 | 10111 | 101001011 | 100000 | 1000010 |
Color Harmonies of #C58EA9
Complementary color
Monochromatic Colors of #C58EA9
Black with #C58EA9
Text Example
Text Example
White with #C58EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EA9; }
p { color: rgb(197,142,169); }
H1.HeaderClassName
{
color: #C58EA9;
}
.AnyTagClassName
{
color: #C58EA9;
}
</style>
background-color css
<style>
a { background-color: #C58EA9; }
a { background-color: rgb(197,142,169); }
div.DivClassName
{
background-color: #C58EA9;
}
.BgClassName
{
background-color: #C58EA9;
}
</style>
border-color css
<style>
span { border-color: #C58EA9; }
span { border-color: rgb(197,142,169); }
td.TdClassName
{
border-color: #C58EA9;
}
.TagClassName
{
border-color: #C58EA9;
}
</style>