Shades of Lily #C587AC
Tints of Lily #C587AC
RGB
CMYK
RGB Variations
Color information
#C587AC (or 0xC587AC) is known color: Lily. HEX triplet: C5, 87 and AC. RGB value is (197,135,172). Sum of RGB (Red+Green+Blue) = 197+135+172=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C587AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C587AC is #3A7853. Grayscale: #9D9D9D. Windows color (decimal): -3831892 or 11306949. OLE color: 11306949.
HSL color Cylindrical-coordinate representation of color #C587AC: hue angle of 324.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C587AC is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 172 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.23 |
| HSL | 324.19º | 0.35% | 0.65% | - |
| HSV(B) | 324.19º | 0.31% | 0.77% | - |
| XYZ | 39.14 | 32.18 | 43.18 | - |
| YUV | 157.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 172 | 0 | 0.31 | 0.13 | 0.23 | 324.19 | 0.35 | 0.65 |
| Hex | C5 | 87 | AC | 0 | 1F | D | 17 | 144 | 23 | 41 |
| Octal | 305 | 207 | 254 | 0 | 37 | 15 | 27 | 504 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10101100 | 0 | 11111 | 1101 | 10111 | 101000100 | 100011 | 1000001 |
Color Harmonies of #C587AC
Complementary color
Monochromatic Colors of #C587AC
Black with #C587AC
Text Example
Text Example
White with #C587AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587AC; }
p { color: rgb(197,135,172); }
H1.HeaderClassName
{
color: #C587AC;
}
.AnyTagClassName
{
color: #C587AC;
}
</style>
background-color css
<style>
a { background-color: #C587AC; }
a { background-color: rgb(197,135,172); }
div.DivClassName
{
background-color: #C587AC;
}
.BgClassName
{
background-color: #C587AC;
}
</style>
border-color css
<style>
span { border-color: #C587AC; }
span { border-color: rgb(197,135,172); }
td.TdClassName
{
border-color: #C587AC;
}
.TagClassName
{
border-color: #C587AC;
}
</style>