Shades of Lily #C586A9
Tints of Lily #C586A9
RGB
CMYK
RGB Variations
Color information
#C586A9 (or 0xC586A9) is known color: Lily. HEX triplet: C5, 86 and A9. RGB value is (197,134,169). Sum of RGB (Red+Green+Blue) = 197+134+169=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C586A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586A9 is #3A7956. Grayscale: #9C9C9C. Windows color (decimal): -3832151 or 11110085. OLE color: 11110085.
HSL color Cylindrical-coordinate representation of color #C586A9: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586A9 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 169 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.23 |
| HSL | 326.67º | 0.35% | 0.65% | - |
| HSV(B) | 326.67º | 0.32% | 0.77% | - |
| XYZ | 38.71 | 31.79 | 41.63 | - |
| YUV | 156.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 169 | 0 | 0.32 | 0.14 | 0.23 | 326.67 | 0.35 | 0.65 |
| Hex | C5 | 86 | A9 | 0 | 20 | E | 17 | 147 | 23 | 41 |
| Octal | 305 | 206 | 251 | 0 | 40 | 16 | 27 | 507 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10101001 | 0 | 100000 | 1110 | 10111 | 101000111 | 100011 | 1000001 |
Color Harmonies of #C586A9
Complementary color
Monochromatic Colors of #C586A9
Black with #C586A9
Text Example
Text Example
White with #C586A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586A9; }
p { color: rgb(197,134,169); }
H1.HeaderClassName
{
color: #C586A9;
}
.AnyTagClassName
{
color: #C586A9;
}
</style>
background-color css
<style>
a { background-color: #C586A9; }
a { background-color: rgb(197,134,169); }
div.DivClassName
{
background-color: #C586A9;
}
.BgClassName
{
background-color: #C586A9;
}
</style>
border-color css
<style>
span { border-color: #C586A9; }
span { border-color: rgb(197,134,169); }
td.TdClassName
{
border-color: #C586A9;
}
.TagClassName
{
border-color: #C586A9;
}
</style>