Shades of Lily #C580A9
Tints of Lily #C580A9
RGB
CMYK
RGB Variations
Color information
#C580A9 (or 0xC580A9) is known color: Lily. HEX triplet: C5, 80 and A9. RGB value is (197,128,169). Sum of RGB (Red+Green+Blue) = 197+128+169=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C580A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580A9 is #3A7F56. Grayscale: #999999. Windows color (decimal): -3833687 or 11108549. OLE color: 11108549.
HSL color Cylindrical-coordinate representation of color #C580A9: hue angle of 324.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580A9 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 169 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.23 |
| HSL | 324.35º | 0.37% | 0.64% | - |
| HSV(B) | 324.35º | 0.35% | 0.77% | - |
| XYZ | 37.91 | 30.17 | 41.36 | - |
| YUV | 153.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 169 | 0 | 0.35 | 0.14 | 0.23 | 324.35 | 0.37 | 0.64 |
| Hex | C5 | 80 | A9 | 0 | 23 | E | 17 | 144 | 25 | 40 |
| Octal | 305 | 200 | 251 | 0 | 43 | 16 | 27 | 504 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10101001 | 0 | 100011 | 1110 | 10111 | 101000100 | 100101 | 1000000 |
Color Harmonies of #C580A9
Complementary color
Monochromatic Colors of #C580A9
Black with #C580A9
Text Example
Text Example
White with #C580A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580A9; }
p { color: rgb(197,128,169); }
H1.HeaderClassName
{
color: #C580A9;
}
.AnyTagClassName
{
color: #C580A9;
}
</style>
background-color css
<style>
a { background-color: #C580A9; }
a { background-color: rgb(197,128,169); }
div.DivClassName
{
background-color: #C580A9;
}
.BgClassName
{
background-color: #C580A9;
}
</style>
border-color css
<style>
span { border-color: #C580A9; }
span { border-color: rgb(197,128,169); }
td.TdClassName
{
border-color: #C580A9;
}
.TagClassName
{
border-color: #C580A9;
}
</style>