Shades of Lily #C988AD
Tints of Lily #C988AD
RGB
CMYK
RGB Variations
Color information
#C988AD (or 0xC988AD) is known color: Lily. HEX triplet: C9, 88 and AD. RGB value is (201,136,173). Sum of RGB (Red+Green+Blue) = 201+136+173=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C988AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988AD is #367752. Grayscale: #9F9F9F. Windows color (decimal): -3569491 or 11372745. OLE color: 11372745.
HSL color Cylindrical-coordinate representation of color #C988AD: hue angle of 325.85º 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 #C988AD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 173 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.21 |
| HSL | 325.85º | 0.38% | 0.66% | - |
| HSV(B) | 325.85º | 0.32% | 0.79% | - |
| XYZ | 40.43 | 33.04 | 43.78 | - |
| YUV | 159.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 173 | 0 | 0.32 | 0.14 | 0.21 | 325.85 | 0.38 | 0.66 |
| Hex | C9 | 88 | AD | 0 | 20 | E | 15 | 146 | 26 | 42 |
| Octal | 311 | 210 | 255 | 0 | 40 | 16 | 25 | 506 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10101101 | 0 | 100000 | 1110 | 10101 | 101000110 | 100110 | 1000010 |
Color Harmonies of #C988AD
Complementary color
Monochromatic Colors of #C988AD
Black with #C988AD
Text Example
Text Example
White with #C988AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988AD; }
p { color: rgb(201,136,173); }
H1.HeaderClassName
{
color: #C988AD;
}
.AnyTagClassName
{
color: #C988AD;
}
</style>
background-color css
<style>
a { background-color: #C988AD; }
a { background-color: rgb(201,136,173); }
div.DivClassName
{
background-color: #C988AD;
}
.BgClassName
{
background-color: #C988AD;
}
</style>
border-color css
<style>
span { border-color: #C988AD; }
span { border-color: rgb(201,136,173); }
td.TdClassName
{
border-color: #C988AD;
}
.TagClassName
{
border-color: #C988AD;
}
</style>