Shades of Lily #C586AB
Tints of Lily #C586AB
RGB
CMYK
RGB Variations
Color information
#C586AB (or 0xC586AB) is known color: Lily. HEX triplet: C5, 86 and AB. RGB value is (197,134,171). Sum of RGB (Red+Green+Blue) = 197+134+171=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C586AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586AB is #3A7954. Grayscale: #9C9C9C. Windows color (decimal): -3832149 or 11241157. OLE color: 11241157.
HSL color Cylindrical-coordinate representation of color #C586AB: hue angle of 324.76º 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 #C586AB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 171 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.23 |
| HSL | 324.76º | 0.35% | 0.65% | - |
| HSV(B) | 324.76º | 0.32% | 0.77% | - |
| XYZ | 38.9 | 31.86 | 42.63 | - |
| YUV | 157.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 171 | 0 | 0.32 | 0.13 | 0.23 | 324.76 | 0.35 | 0.65 |
| Hex | C5 | 86 | AB | 0 | 20 | D | 17 | 145 | 23 | 41 |
| Octal | 305 | 206 | 253 | 0 | 40 | 15 | 27 | 505 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10101011 | 0 | 100000 | 1101 | 10111 | 101000101 | 100011 | 1000001 |
Color Harmonies of #C586AB
Complementary color
Monochromatic Colors of #C586AB
Black with #C586AB
Text Example
Text Example
White with #C586AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586AB; }
p { color: rgb(197,134,171); }
H1.HeaderClassName
{
color: #C586AB;
}
.AnyTagClassName
{
color: #C586AB;
}
</style>
background-color css
<style>
a { background-color: #C586AB; }
a { background-color: rgb(197,134,171); }
div.DivClassName
{
background-color: #C586AB;
}
.BgClassName
{
background-color: #C586AB;
}
</style>
border-color css
<style>
span { border-color: #C586AB; }
span { border-color: rgb(197,134,171); }
td.TdClassName
{
border-color: #C586AB;
}
.TagClassName
{
border-color: #C586AB;
}
</style>