Shades of Lily #C988B6
Tints of Lily #C988B6
RGB
CMYK
RGB Variations
Color information
#C988B6 (or 0xC988B6) is known color: Lily. HEX triplet: C9, 88 and B6. RGB value is (201,136,182). Sum of RGB (Red+Green+Blue) = 201+136+182=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988B6 is #367749. Grayscale: #A0A0A0. Windows color (decimal): -3569482 or 11962569. OLE color: 11962569.
HSL color Cylindrical-coordinate representation of color #C988B6: hue angle of 317.54º 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 #C988B6 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 182 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.21 |
| HSL | 317.54º | 0.38% | 0.66% | - |
| HSV(B) | 317.54º | 0.32% | 0.79% | - |
| XYZ | 41.34 | 33.4 | 48.52 | - |
| YUV | 160.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 182 | 0 | 0.32 | 0.09 | 0.21 | 317.54 | 0.38 | 0.66 |
| Hex | C9 | 88 | B6 | 0 | 20 | 9 | 15 | 13E | 26 | 42 |
| Octal | 311 | 210 | 266 | 0 | 40 | 11 | 25 | 476 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10110110 | 0 | 100000 | 1001 | 10101 | 100111110 | 100110 | 1000010 |
Color Harmonies of #C988B6
Complementary color
Monochromatic Colors of #C988B6
Black with #C988B6
Text Example
Text Example
White with #C988B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988B6; }
p { color: rgb(201,136,182); }
H1.HeaderClassName
{
color: #C988B6;
}
.AnyTagClassName
{
color: #C988B6;
}
</style>
background-color css
<style>
a { background-color: #C988B6; }
a { background-color: rgb(201,136,182); }
div.DivClassName
{
background-color: #C988B6;
}
.BgClassName
{
background-color: #C988B6;
}
</style>
border-color css
<style>
span { border-color: #C988B6; }
span { border-color: rgb(201,136,182); }
td.TdClassName
{
border-color: #C988B6;
}
.TagClassName
{
border-color: #C988B6;
}
</style>