Shades of Lily #C988B4
Tints of Lily #C988B4
RGB
CMYK
RGB Variations
Color information
#C988B4 (or 0xC988B4) is known color: Lily. HEX triplet: C9, 88 and B4. RGB value is (201,136,180). Sum of RGB (Red+Green+Blue) = 201+136+180=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C988B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988B4 is #36774B. Grayscale: #A0A0A0. Windows color (decimal): -3569484 or 11831497. OLE color: 11831497.
HSL color Cylindrical-coordinate representation of color #C988B4: hue angle of 319.38º 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 #C988B4 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 180 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.21 |
| HSL | 319.38º | 0.38% | 0.66% | - |
| HSV(B) | 319.38º | 0.32% | 0.79% | - |
| XYZ | 41.13 | 33.32 | 47.44 | - |
| YUV | 160.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 180 | 0 | 0.32 | 0.10 | 0.21 | 319.38 | 0.38 | 0.66 |
| Hex | C9 | 88 | B4 | 0 | 20 | A | 15 | 13F | 26 | 42 |
| Octal | 311 | 210 | 264 | 0 | 40 | 12 | 25 | 477 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10110100 | 0 | 100000 | 1010 | 10101 | 100111111 | 100110 | 1000010 |
Color Harmonies of #C988B4
Complementary color
Monochromatic Colors of #C988B4
Black with #C988B4
Text Example
Text Example
White with #C988B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988B4; }
p { color: rgb(201,136,180); }
H1.HeaderClassName
{
color: #C988B4;
}
.AnyTagClassName
{
color: #C988B4;
}
</style>
background-color css
<style>
a { background-color: #C988B4; }
a { background-color: rgb(201,136,180); }
div.DivClassName
{
background-color: #C988B4;
}
.BgClassName
{
background-color: #C988B4;
}
</style>
border-color css
<style>
span { border-color: #C988B4; }
span { border-color: rgb(201,136,180); }
td.TdClassName
{
border-color: #C988B4;
}
.TagClassName
{
border-color: #C988B4;
}
</style>