Shades of Lily #C586AA
Tints of Lily #C586AA
RGB
CMYK
RGB Variations
Color information
#C586AA (or 0xC586AA) is known color: Lily. HEX triplet: C5, 86 and AA. RGB value is (197,134,170). Sum of RGB (Red+Green+Blue) = 197+134+170=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C586AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586AA is #3A7955. Grayscale: #9C9C9C. Windows color (decimal): -3832150 or 11175621. OLE color: 11175621.
HSL color Cylindrical-coordinate representation of color #C586AA: hue angle of 325.71º 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 #C586AA is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 170 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.23 |
| HSL | 325.71º | 0.35% | 0.65% | - |
| HSV(B) | 325.71º | 0.32% | 0.77% | - |
| XYZ | 38.81 | 31.82 | 42.13 | - |
| YUV | 156.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 170 | 0 | 0.32 | 0.14 | 0.23 | 325.71 | 0.35 | 0.65 |
| Hex | C5 | 86 | AA | 0 | 20 | E | 17 | 146 | 23 | 41 |
| Octal | 305 | 206 | 252 | 0 | 40 | 16 | 27 | 506 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10101010 | 0 | 100000 | 1110 | 10111 | 101000110 | 100011 | 1000001 |
Color Harmonies of #C586AA
Complementary color
Monochromatic Colors of #C586AA
Black with #C586AA
Text Example
Text Example
White with #C586AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586AA; }
p { color: rgb(197,134,170); }
H1.HeaderClassName
{
color: #C586AA;
}
.AnyTagClassName
{
color: #C586AA;
}
</style>
background-color css
<style>
a { background-color: #C586AA; }
a { background-color: rgb(197,134,170); }
div.DivClassName
{
background-color: #C586AA;
}
.BgClassName
{
background-color: #C586AA;
}
</style>
border-color css
<style>
span { border-color: #C586AA; }
span { border-color: rgb(197,134,170); }
td.TdClassName
{
border-color: #C586AA;
}
.TagClassName
{
border-color: #C586AA;
}
</style>