Shades of Lily #C487AF
Tints of Lily #C487AF
RGB
CMYK
RGB Variations
Color information
#C487AF (or 0xC487AF) is known color: Lily. HEX triplet: C4, 87 and AF. RGB value is (196,135,175). Sum of RGB (Red+Green+Blue) = 196+135+175=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C487AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487AF is #3B7850. Grayscale: #9D9D9D. Windows color (decimal): -3897425 or 11503556. OLE color: 11503556.
HSL color Cylindrical-coordinate representation of color #C487AF: hue angle of 320.66º 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 #C487AF is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 175 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.23 |
| HSL | 320.66º | 0.34% | 0.65% | - |
| HSV(B) | 320.66º | 0.31% | 0.77% | - |
| XYZ | 39.17 | 32.16 | 44.7 | - |
| YUV | 157.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 175 | 0 | 0.31 | 0.11 | 0.23 | 320.66 | 0.34 | 0.65 |
| Hex | C4 | 87 | AF | 0 | 1F | B | 17 | 141 | 22 | 41 |
| Octal | 304 | 207 | 257 | 0 | 37 | 13 | 27 | 501 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10101111 | 0 | 11111 | 1011 | 10111 | 101000001 | 100010 | 1000001 |
Color Harmonies of #C487AF
Complementary color
Monochromatic Colors of #C487AF
Black with #C487AF
Text Example
Text Example
White with #C487AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487AF; }
p { color: rgb(196,135,175); }
H1.HeaderClassName
{
color: #C487AF;
}
.AnyTagClassName
{
color: #C487AF;
}
</style>
background-color css
<style>
a { background-color: #C487AF; }
a { background-color: rgb(196,135,175); }
div.DivClassName
{
background-color: #C487AF;
}
.BgClassName
{
background-color: #C487AF;
}
</style>
border-color css
<style>
span { border-color: #C487AF; }
span { border-color: rgb(196,135,175); }
td.TdClassName
{
border-color: #C487AF;
}
.TagClassName
{
border-color: #C487AF;
}
</style>