Shades of Lily #C988B1
Tints of Lily #C988B1
RGB
CMYK
RGB Variations
Color information
#C988B1 (or 0xC988B1) is known color: Lily. HEX triplet: C9, 88 and B1. RGB value is (201,136,177). Sum of RGB (Red+Green+Blue) = 201+136+177=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988B1 is #36774E. Grayscale: #A0A0A0. Windows color (decimal): -3569487 or 11634889. OLE color: 11634889.
HSL color Cylindrical-coordinate representation of color #C988B1: hue angle of 322.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C988B1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 177 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.21 |
| HSL | 322.15º | 0.38% | 0.66% | - |
| HSV(B) | 322.15º | 0.32% | 0.79% | - |
| XYZ | 40.83 | 33.2 | 45.85 | - |
| YUV | 160.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 177 | 0 | 0.32 | 0.12 | 0.21 | 322.15 | 0.38 | 0.66 |
| Hex | C9 | 88 | B1 | 0 | 20 | C | 15 | 142 | 26 | 42 |
| Octal | 311 | 210 | 261 | 0 | 40 | 14 | 25 | 502 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10110001 | 0 | 100000 | 1100 | 10101 | 101000010 | 100110 | 1000010 |
Color Harmonies of #C988B1
Complementary color
Monochromatic Colors of #C988B1
Black with #C988B1
Text Example
Text Example
White with #C988B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988B1; }
p { color: rgb(201,136,177); }
H1.HeaderClassName
{
color: #C988B1;
}
.AnyTagClassName
{
color: #C988B1;
}
</style>
background-color css
<style>
a { background-color: #C988B1; }
a { background-color: rgb(201,136,177); }
div.DivClassName
{
background-color: #C988B1;
}
.BgClassName
{
background-color: #C988B1;
}
</style>
border-color css
<style>
span { border-color: #C988B1; }
span { border-color: rgb(201,136,177); }
td.TdClassName
{
border-color: #C988B1;
}
.TagClassName
{
border-color: #C988B1;
}
</style>