Shades of Lily #C989B9
Tints of Lily #C989B9
RGB
CMYK
RGB Variations
Color information
#C989B9 (or 0xC989B9) is known color: Lily. HEX triplet: C9, 89 and B9. RGB value is (201,137,185). Sum of RGB (Red+Green+Blue) = 201+137+185=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C989B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989B9 is #367646. Grayscale: #A1A1A1. Windows color (decimal): -3569223 or 12159433. OLE color: 12159433.
HSL color Cylindrical-coordinate representation of color #C989B9: hue angle of 315º degrees, saturation: 0.37, 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 #C989B9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 185 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.21 |
| HSL | 315º | 0.37% | 0.66% | - |
| HSV(B) | 315º | 0.32% | 0.79% | - |
| XYZ | 41.79 | 33.81 | 50.22 | - |
| YUV | 161.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 185 | 0 | 0.32 | 0.08 | 0.21 | 315 | 0.37 | 0.66 |
| Hex | C9 | 89 | B9 | 0 | 20 | 8 | 15 | 13B | 25 | 42 |
| Octal | 311 | 211 | 271 | 0 | 40 | 10 | 25 | 473 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10111001 | 0 | 100000 | 1000 | 10101 | 100111011 | 100101 | 1000010 |
Color Harmonies of #C989B9
Complementary color
Monochromatic Colors of #C989B9
Black with #C989B9
Text Example
Text Example
White with #C989B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989B9; }
p { color: rgb(201,137,185); }
H1.HeaderClassName
{
color: #C989B9;
}
.AnyTagClassName
{
color: #C989B9;
}
</style>
background-color css
<style>
a { background-color: #C989B9; }
a { background-color: rgb(201,137,185); }
div.DivClassName
{
background-color: #C989B9;
}
.BgClassName
{
background-color: #C989B9;
}
</style>
border-color css
<style>
span { border-color: #C989B9; }
span { border-color: rgb(201,137,185); }
td.TdClassName
{
border-color: #C989B9;
}
.TagClassName
{
border-color: #C989B9;
}
</style>