Shades of Lily #C889B2
Tints of Lily #C889B2
RGB
CMYK
RGB Variations
Color information
#C889B2 (or 0xC889B2) is known color: Lily. HEX triplet: C8, 89 and B2. RGB value is (200,137,178). Sum of RGB (Red+Green+Blue) = 200+137+178=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C889B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C889B2 is #37764D. Grayscale: #A0A0A0. Windows color (decimal): -3634766 or 11700680. OLE color: 11700680.
HSL color Cylindrical-coordinate representation of color #C889B2: hue angle of 320.95º 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 #C889B2 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 178 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.22 |
| HSL | 320.95º | 0.36% | 0.66% | - |
| HSV(B) | 320.95º | 0.32% | 0.78% | - |
| XYZ | 40.8 | 33.39 | 46.41 | - |
| YUV | 160.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 178 | 0 | 0.32 | 0.11 | 0.22 | 320.95 | 0.36 | 0.66 |
| Hex | C8 | 89 | B2 | 0 | 20 | B | 16 | 141 | 24 | 42 |
| Octal | 310 | 211 | 262 | 0 | 40 | 13 | 26 | 501 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10110010 | 0 | 100000 | 1011 | 10110 | 101000001 | 100100 | 1000010 |
Color Harmonies of #C889B2
Complementary color
Monochromatic Colors of #C889B2
Black with #C889B2
Text Example
Text Example
White with #C889B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889B2; }
p { color: rgb(200,137,178); }
H1.HeaderClassName
{
color: #C889B2;
}
.AnyTagClassName
{
color: #C889B2;
}
</style>
background-color css
<style>
a { background-color: #C889B2; }
a { background-color: rgb(200,137,178); }
div.DivClassName
{
background-color: #C889B2;
}
.BgClassName
{
background-color: #C889B2;
}
</style>
border-color css
<style>
span { border-color: #C889B2; }
span { border-color: rgb(200,137,178); }
td.TdClassName
{
border-color: #C889B2;
}
.TagClassName
{
border-color: #C889B2;
}
</style>