Shades of Lily #C987AC
Tints of Lily #C987AC
RGB
CMYK
RGB Variations
Color information
#C987AC (or 0xC987AC) is known color: Lily. HEX triplet: C9, 87 and AC. RGB value is (201,135,172). Sum of RGB (Red+Green+Blue) = 201+135+172=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C987AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987AC is #367853. Grayscale: #9E9E9E. Windows color (decimal): -3569748 or 11306953. OLE color: 11306953.
HSL color Cylindrical-coordinate representation of color #C987AC: hue angle of 326.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987AC is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 172 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.21 |
| HSL | 326.36º | 0.38% | 0.66% | - |
| HSV(B) | 326.36º | 0.33% | 0.79% | - |
| XYZ | 40.2 | 32.72 | 43.23 | - |
| YUV | 158.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 172 | 0 | 0.33 | 0.14 | 0.21 | 326.36 | 0.38 | 0.66 |
| Hex | C9 | 87 | AC | 0 | 21 | E | 15 | 146 | 26 | 42 |
| Octal | 311 | 207 | 254 | 0 | 41 | 16 | 25 | 506 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10101100 | 0 | 100001 | 1110 | 10101 | 101000110 | 100110 | 1000010 |
Color Harmonies of #C987AC
Complementary color
Monochromatic Colors of #C987AC
Black with #C987AC
Text Example
Text Example
White with #C987AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987AC; }
p { color: rgb(201,135,172); }
H1.HeaderClassName
{
color: #C987AC;
}
.AnyTagClassName
{
color: #C987AC;
}
</style>
background-color css
<style>
a { background-color: #C987AC; }
a { background-color: rgb(201,135,172); }
div.DivClassName
{
background-color: #C987AC;
}
.BgClassName
{
background-color: #C987AC;
}
</style>
border-color css
<style>
span { border-color: #C987AC; }
span { border-color: rgb(201,135,172); }
td.TdClassName
{
border-color: #C987AC;
}
.TagClassName
{
border-color: #C987AC;
}
</style>