Shades of Lily #C487AB
Tints of Lily #C487AB
RGB
CMYK
RGB Variations
Color information
#C487AB (or 0xC487AB) is known color: Lily. HEX triplet: C4, 87 and AB. RGB value is (196,135,171). Sum of RGB (Red+Green+Blue) = 196+135+171=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C487AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487AB is #3B7854. Grayscale: #9D9D9D. Windows color (decimal): -3897429 or 11241412. OLE color: 11241412.
HSL color Cylindrical-coordinate representation of color #C487AB: hue angle of 324.59º 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 #C487AB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 171 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.23 |
| HSL | 324.59º | 0.34% | 0.65% | - |
| HSV(B) | 324.59º | 0.31% | 0.77% | - |
| XYZ | 38.78 | 32 | 42.66 | - |
| YUV | 157.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 171 | 0 | 0.31 | 0.13 | 0.23 | 324.59 | 0.34 | 0.65 |
| Hex | C4 | 87 | AB | 0 | 1F | D | 17 | 145 | 22 | 41 |
| Octal | 304 | 207 | 253 | 0 | 37 | 15 | 27 | 505 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10101011 | 0 | 11111 | 1101 | 10111 | 101000101 | 100010 | 1000001 |
Color Harmonies of #C487AB
Complementary color
Monochromatic Colors of #C487AB
Black with #C487AB
Text Example
Text Example
White with #C487AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487AB; }
p { color: rgb(196,135,171); }
H1.HeaderClassName
{
color: #C487AB;
}
.AnyTagClassName
{
color: #C487AB;
}
</style>
background-color css
<style>
a { background-color: #C487AB; }
a { background-color: rgb(196,135,171); }
div.DivClassName
{
background-color: #C487AB;
}
.BgClassName
{
background-color: #C487AB;
}
</style>
border-color css
<style>
span { border-color: #C487AB; }
span { border-color: rgb(196,135,171); }
td.TdClassName
{
border-color: #C487AB;
}
.TagClassName
{
border-color: #C487AB;
}
</style>