Shades of Lily #C58BA9
Tints of Lily #C58BA9
RGB
CMYK
RGB Variations
Color information
#C58BA9 (or 0xC58BA9) is known color: Lily. HEX triplet: C5, 8B and A9. RGB value is (197,139,169). Sum of RGB (Red+Green+Blue) = 197+139+169=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BA9 is #3A7456. Grayscale: #9F9F9F. Windows color (decimal): -3830871 or 11111365. OLE color: 11111365.
HSL color Cylindrical-coordinate representation of color #C58BA9: hue angle of 328.97º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BA9 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 169 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.23 |
| HSL | 328.97º | 0.33% | 0.66% | - |
| HSV(B) | 328.97º | 0.29% | 0.77% | - |
| XYZ | 39.42 | 33.2 | 41.87 | - |
| YUV | 159.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 169 | 0 | 0.29 | 0.14 | 0.23 | 328.97 | 0.33 | 0.66 |
| Hex | C5 | 8B | A9 | 0 | 1D | E | 17 | 149 | 21 | 42 |
| Octal | 305 | 213 | 251 | 0 | 35 | 16 | 27 | 511 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10101001 | 0 | 11101 | 1110 | 10111 | 101001001 | 100001 | 1000010 |
Color Harmonies of #C58BA9
Complementary color
Monochromatic Colors of #C58BA9
Black with #C58BA9
Text Example
Text Example
White with #C58BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BA9; }
p { color: rgb(197,139,169); }
H1.HeaderClassName
{
color: #C58BA9;
}
.AnyTagClassName
{
color: #C58BA9;
}
</style>
background-color css
<style>
a { background-color: #C58BA9; }
a { background-color: rgb(197,139,169); }
div.DivClassName
{
background-color: #C58BA9;
}
.BgClassName
{
background-color: #C58BA9;
}
</style>
border-color css
<style>
span { border-color: #C58BA9; }
span { border-color: rgb(197,139,169); }
td.TdClassName
{
border-color: #C58BA9;
}
.TagClassName
{
border-color: #C58BA9;
}
</style>