Shades of Lily #C988B7
Tints of Lily #C988B7
RGB
CMYK
RGB Variations
Color information
#C988B7 (or 0xC988B7) is known color: Lily. HEX triplet: C9, 88 and B7. RGB value is (201,136,183). Sum of RGB (Red+Green+Blue) = 201+136+183=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988B7 is #367748. Grayscale: #A0A0A0. Windows color (decimal): -3569481 or 12028105. OLE color: 12028105.
HSL color Cylindrical-coordinate representation of color #C988B7: hue angle of 316.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 #C988B7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 183 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.21 |
| HSL | 316.62º | 0.38% | 0.66% | - |
| HSV(B) | 316.62º | 0.32% | 0.79% | - |
| XYZ | 41.44 | 33.44 | 49.07 | - |
| YUV | 160.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 183 | 0 | 0.32 | 0.09 | 0.21 | 316.62 | 0.38 | 0.66 |
| Hex | C9 | 88 | B7 | 0 | 20 | 9 | 15 | 13D | 26 | 42 |
| Octal | 311 | 210 | 267 | 0 | 40 | 11 | 25 | 475 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10110111 | 0 | 100000 | 1001 | 10101 | 100111101 | 100110 | 1000010 |
Color Harmonies of #C988B7
Complementary color
Monochromatic Colors of #C988B7
Black with #C988B7
Text Example
Text Example
White with #C988B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988B7; }
p { color: rgb(201,136,183); }
H1.HeaderClassName
{
color: #C988B7;
}
.AnyTagClassName
{
color: #C988B7;
}
</style>
background-color css
<style>
a { background-color: #C988B7; }
a { background-color: rgb(201,136,183); }
div.DivClassName
{
background-color: #C988B7;
}
.BgClassName
{
background-color: #C988B7;
}
</style>
border-color css
<style>
span { border-color: #C988B7; }
span { border-color: rgb(201,136,183); }
td.TdClassName
{
border-color: #C988B7;
}
.TagClassName
{
border-color: #C988B7;
}
</style>