Shades of Lily #C585AB
Tints of Lily #C585AB
RGB
CMYK
RGB Variations
Color information
#C585AB (or 0xC585AB) is known color: Lily. HEX triplet: C5, 85 and AB. RGB value is (197,133,171). Sum of RGB (Red+Green+Blue) = 197+133+171=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AB is #3A7A54. Grayscale: #9C9C9C. Windows color (decimal): -3832405 or 11240901. OLE color: 11240901.
HSL color Cylindrical-coordinate representation of color #C585AB: hue angle of 324.38º degrees, saturation: 0.36, 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 #C585AB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 171 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.23 |
| HSL | 324.38º | 0.36% | 0.65% | - |
| HSV(B) | 324.38º | 0.32% | 0.77% | - |
| XYZ | 38.76 | 31.59 | 42.58 | - |
| YUV | 156.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 171 | 0 | 0.32 | 0.13 | 0.23 | 324.38 | 0.36 | 0.65 |
| Hex | C5 | 85 | AB | 0 | 20 | D | 17 | 144 | 24 | 41 |
| Octal | 305 | 205 | 253 | 0 | 40 | 15 | 27 | 504 | 44 | 101 |
| Binary | 11000101 | 10000101 | 10101011 | 0 | 100000 | 1101 | 10111 | 101000100 | 100100 | 1000001 |
Color Harmonies of #C585AB
Complementary color
Monochromatic Colors of #C585AB
Black with #C585AB
Text Example
Text Example
White with #C585AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585AB; }
p { color: rgb(197,133,171); }
H1.HeaderClassName
{
color: #C585AB;
}
.AnyTagClassName
{
color: #C585AB;
}
</style>
background-color css
<style>
a { background-color: #C585AB; }
a { background-color: rgb(197,133,171); }
div.DivClassName
{
background-color: #C585AB;
}
.BgClassName
{
background-color: #C585AB;
}
</style>
border-color css
<style>
span { border-color: #C585AB; }
span { border-color: rgb(197,133,171); }
td.TdClassName
{
border-color: #C585AB;
}
.TagClassName
{
border-color: #C585AB;
}
</style>