Shades of Lily #C58DAB
Tints of Lily #C58DAB
RGB
CMYK
RGB Variations
Color information
#C58DAB (or 0xC58DAB) is known color: Lily. HEX triplet: C5, 8D and AB. RGB value is (197,141,171). Sum of RGB (Red+Green+Blue) = 197+141+171=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58DAB is #3A7254. Grayscale: #A1A1A1. Windows color (decimal): -3830357 or 11242949. OLE color: 11242949.
HSL color Cylindrical-coordinate representation of color #C58DAB: hue angle of 327.86º degrees, saturation: 0.33, 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 #C58DAB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 171 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.23 |
| HSL | 327.86º | 0.33% | 0.66% | - |
| HSV(B) | 327.86º | 0.28% | 0.77% | - |
| XYZ | 39.9 | 33.86 | 42.96 | - |
| YUV | 161.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 171 | 0 | 0.28 | 0.13 | 0.23 | 327.86 | 0.33 | 0.66 |
| Hex | C5 | 8D | AB | 0 | 1C | D | 17 | 148 | 21 | 42 |
| Octal | 305 | 215 | 253 | 0 | 34 | 15 | 27 | 510 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10101011 | 0 | 11100 | 1101 | 10111 | 101001000 | 100001 | 1000010 |
Color Harmonies of #C58DAB
Complementary color
Monochromatic Colors of #C58DAB
Black with #C58DAB
Text Example
Text Example
White with #C58DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DAB; }
p { color: rgb(197,141,171); }
H1.HeaderClassName
{
color: #C58DAB;
}
.AnyTagClassName
{
color: #C58DAB;
}
</style>
background-color css
<style>
a { background-color: #C58DAB; }
a { background-color: rgb(197,141,171); }
div.DivClassName
{
background-color: #C58DAB;
}
.BgClassName
{
background-color: #C58DAB;
}
</style>
border-color css
<style>
span { border-color: #C58DAB; }
span { border-color: rgb(197,141,171); }
td.TdClassName
{
border-color: #C58DAB;
}
.TagClassName
{
border-color: #C58DAB;
}
</style>