Shades of Lily #C989B5
Tints of Lily #C989B5
RGB
CMYK
RGB Variations
Color information
#C989B5 (or 0xC989B5) is known color: Lily. HEX triplet: C9, 89 and B5. RGB value is (201,137,181). Sum of RGB (Red+Green+Blue) = 201+137+181=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C989B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989B5 is #36764A. Grayscale: #A1A1A1. Windows color (decimal): -3569227 or 11897289. OLE color: 11897289.
HSL color Cylindrical-coordinate representation of color #C989B5: hue angle of 318.75º 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 #C989B5 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 181 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.21 |
| HSL | 318.75º | 0.37% | 0.66% | - |
| HSV(B) | 318.75º | 0.32% | 0.79% | - |
| XYZ | 41.37 | 33.65 | 48.03 | - |
| YUV | 161.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 181 | 0 | 0.32 | 0.10 | 0.21 | 318.75 | 0.37 | 0.66 |
| Hex | C9 | 89 | B5 | 0 | 20 | A | 15 | 13F | 25 | 42 |
| Octal | 311 | 211 | 265 | 0 | 40 | 12 | 25 | 477 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10110101 | 0 | 100000 | 1010 | 10101 | 100111111 | 100101 | 1000010 |
Color Harmonies of #C989B5
Complementary color
Monochromatic Colors of #C989B5
Black with #C989B5
Text Example
Text Example
White with #C989B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989B5; }
p { color: rgb(201,137,181); }
H1.HeaderClassName
{
color: #C989B5;
}
.AnyTagClassName
{
color: #C989B5;
}
</style>
background-color css
<style>
a { background-color: #C989B5; }
a { background-color: rgb(201,137,181); }
div.DivClassName
{
background-color: #C989B5;
}
.BgClassName
{
background-color: #C989B5;
}
</style>
border-color css
<style>
span { border-color: #C989B5; }
span { border-color: rgb(201,137,181); }
td.TdClassName
{
border-color: #C989B5;
}
.TagClassName
{
border-color: #C989B5;
}
</style>