Shades of Lily #C487A9
Tints of Lily #C487A9
RGB
CMYK
RGB Variations
Color information
#C487A9 (or 0xC487A9) is known color: Lily. HEX triplet: C4, 87 and A9. RGB value is (196,135,169). Sum of RGB (Red+Green+Blue) = 196+135+169=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C487A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487A9 is #3B7856. Grayscale: #9D9D9D. Windows color (decimal): -3897431 or 11110340. OLE color: 11110340.
HSL color Cylindrical-coordinate representation of color #C487A9: hue angle of 326.56º degrees, saturation: 0.34, 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 #C487A9 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 169 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.23 |
| HSL | 326.56º | 0.34% | 0.65% | - |
| HSV(B) | 326.56º | 0.31% | 0.77% | - |
| XYZ | 38.59 | 31.93 | 41.66 | - |
| YUV | 157.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 169 | 0 | 0.31 | 0.14 | 0.23 | 326.56 | 0.34 | 0.65 |
| Hex | C4 | 87 | A9 | 0 | 1F | E | 17 | 147 | 22 | 41 |
| Octal | 304 | 207 | 251 | 0 | 37 | 16 | 27 | 507 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10101001 | 0 | 11111 | 1110 | 10111 | 101000111 | 100010 | 1000001 |
Color Harmonies of #C487A9
Complementary color
Monochromatic Colors of #C487A9
Black with #C487A9
Text Example
Text Example
White with #C487A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487A9; }
p { color: rgb(196,135,169); }
H1.HeaderClassName
{
color: #C487A9;
}
.AnyTagClassName
{
color: #C487A9;
}
</style>
background-color css
<style>
a { background-color: #C487A9; }
a { background-color: rgb(196,135,169); }
div.DivClassName
{
background-color: #C487A9;
}
.BgClassName
{
background-color: #C487A9;
}
</style>
border-color css
<style>
span { border-color: #C487A9; }
span { border-color: rgb(196,135,169); }
td.TdClassName
{
border-color: #C487A9;
}
.TagClassName
{
border-color: #C487A9;
}
</style>