Shades of Lily #C889B1
Tints of Lily #C889B1
RGB
CMYK
RGB Variations
Color information
#C889B1 (or 0xC889B1) is known color: Lily. HEX triplet: C8, 89 and B1. RGB value is (200,137,177). Sum of RGB (Red+Green+Blue) = 200+137+177=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C889B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C889B1 is #37764E. Grayscale: #A0A0A0. Windows color (decimal): -3634767 or 11635144. OLE color: 11635144.
HSL color Cylindrical-coordinate representation of color #C889B1: hue angle of 321.9º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C889B1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 177 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.22 |
| HSL | 321.9º | 0.36% | 0.66% | - |
| HSV(B) | 321.9º | 0.32% | 0.78% | - |
| XYZ | 40.7 | 33.35 | 45.89 | - |
| YUV | 160.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 177 | 0 | 0.32 | 0.12 | 0.22 | 321.9 | 0.36 | 0.66 |
| Hex | C8 | 89 | B1 | 0 | 20 | C | 16 | 142 | 24 | 42 |
| Octal | 310 | 211 | 261 | 0 | 40 | 14 | 26 | 502 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10110001 | 0 | 100000 | 1100 | 10110 | 101000010 | 100100 | 1000010 |
Color Harmonies of #C889B1
Complementary color
Monochromatic Colors of #C889B1
Black with #C889B1
Text Example
Text Example
White with #C889B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889B1; }
p { color: rgb(200,137,177); }
H1.HeaderClassName
{
color: #C889B1;
}
.AnyTagClassName
{
color: #C889B1;
}
</style>
background-color css
<style>
a { background-color: #C889B1; }
a { background-color: rgb(200,137,177); }
div.DivClassName
{
background-color: #C889B1;
}
.BgClassName
{
background-color: #C889B1;
}
</style>
border-color css
<style>
span { border-color: #C889B1; }
span { border-color: rgb(200,137,177); }
td.TdClassName
{
border-color: #C889B1;
}
.TagClassName
{
border-color: #C889B1;
}
</style>