Shades of Lily #C988AC
Tints of Lily #C988AC
RGB
CMYK
RGB Variations
Color information
#C988AC (or 0xC988AC) is known color: Lily. HEX triplet: C9, 88 and AC. RGB value is (201,136,172). Sum of RGB (Red+Green+Blue) = 201+136+172=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C988AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988AC is #367753. Grayscale: #9F9F9F. Windows color (decimal): -3569492 or 11307209. OLE color: 11307209.
HSL color Cylindrical-coordinate representation of color #C988AC: hue angle of 326.77º 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 #C988AC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 172 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.21 |
| HSL | 326.77º | 0.38% | 0.66% | - |
| HSV(B) | 326.77º | 0.32% | 0.79% | - |
| XYZ | 40.34 | 33 | 43.27 | - |
| YUV | 159.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 172 | 0 | 0.32 | 0.14 | 0.21 | 326.77 | 0.38 | 0.66 |
| Hex | C9 | 88 | AC | 0 | 20 | E | 15 | 147 | 26 | 42 |
| Octal | 311 | 210 | 254 | 0 | 40 | 16 | 25 | 507 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10101100 | 0 | 100000 | 1110 | 10101 | 101000111 | 100110 | 1000010 |
Color Harmonies of #C988AC
Complementary color
Monochromatic Colors of #C988AC
Black with #C988AC
Text Example
Text Example
White with #C988AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988AC; }
p { color: rgb(201,136,172); }
H1.HeaderClassName
{
color: #C988AC;
}
.AnyTagClassName
{
color: #C988AC;
}
</style>
background-color css
<style>
a { background-color: #C988AC; }
a { background-color: rgb(201,136,172); }
div.DivClassName
{
background-color: #C988AC;
}
.BgClassName
{
background-color: #C988AC;
}
</style>
border-color css
<style>
span { border-color: #C988AC; }
span { border-color: rgb(201,136,172); }
td.TdClassName
{
border-color: #C988AC;
}
.TagClassName
{
border-color: #C988AC;
}
</style>