Shades of Lily #C988AA
Tints of Lily #C988AA
RGB
CMYK
RGB Variations
Color information
#C988AA (or 0xC988AA) is known color: Lily. HEX triplet: C9, 88 and AA. RGB value is (201,136,170). Sum of RGB (Red+Green+Blue) = 201+136+170=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C988AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988AA is #367755. Grayscale: #9F9F9F. Windows color (decimal): -3569494 or 11176137. OLE color: 11176137.
HSL color Cylindrical-coordinate representation of color #C988AA: hue angle of 328.62º 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 #C988AA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 170 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.21 |
| HSL | 328.62º | 0.38% | 0.66% | - |
| HSV(B) | 328.62º | 0.32% | 0.79% | - |
| XYZ | 40.15 | 32.93 | 42.27 | - |
| YUV | 159.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 170 | 0 | 0.32 | 0.15 | 0.21 | 328.62 | 0.38 | 0.66 |
| Hex | C9 | 88 | AA | 0 | 20 | F | 15 | 149 | 26 | 42 |
| Octal | 311 | 210 | 252 | 0 | 40 | 17 | 25 | 511 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10101010 | 0 | 100000 | 1111 | 10101 | 101001001 | 100110 | 1000010 |
Color Harmonies of #C988AA
Complementary color
Monochromatic Colors of #C988AA
Black with #C988AA
Text Example
Text Example
White with #C988AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988AA; }
p { color: rgb(201,136,170); }
H1.HeaderClassName
{
color: #C988AA;
}
.AnyTagClassName
{
color: #C988AA;
}
</style>
background-color css
<style>
a { background-color: #C988AA; }
a { background-color: rgb(201,136,170); }
div.DivClassName
{
background-color: #C988AA;
}
.BgClassName
{
background-color: #C988AA;
}
</style>
border-color css
<style>
span { border-color: #C988AA; }
span { border-color: rgb(201,136,170); }
td.TdClassName
{
border-color: #C988AA;
}
.TagClassName
{
border-color: #C988AA;
}
</style>