Shades of Lily #C889B5
Tints of Lily #C889B5
RGB
CMYK
RGB Variations
Color information
#C889B5 (or 0xC889B5) is known color: Lily. HEX triplet: C8, 89 and B5. RGB value is (200,137,181). Sum of RGB (Red+Green+Blue) = 200+137+181=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C889B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C889B5 is #37764A. Grayscale: #A0A0A0. Windows color (decimal): -3634763 or 11897288. OLE color: 11897288.
HSL color Cylindrical-coordinate representation of color #C889B5: hue angle of 318.1º 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 #C889B5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 181 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.22 |
| HSL | 318.1º | 0.36% | 0.66% | - |
| HSV(B) | 318.1º | 0.32% | 0.78% | - |
| XYZ | 41.11 | 33.51 | 48.02 | - |
| YUV | 160.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 181 | 0 | 0.32 | 0.09 | 0.22 | 318.1 | 0.36 | 0.66 |
| Hex | C8 | 89 | B5 | 0 | 20 | 9 | 16 | 13E | 24 | 42 |
| Octal | 310 | 211 | 265 | 0 | 40 | 11 | 26 | 476 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10110101 | 0 | 100000 | 1001 | 10110 | 100111110 | 100100 | 1000010 |
Color Harmonies of #C889B5
Complementary color
Monochromatic Colors of #C889B5
Black with #C889B5
Text Example
Text Example
White with #C889B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C889B5; }
p { color: rgb(200,137,181); }
H1.HeaderClassName
{
color: #C889B5;
}
.AnyTagClassName
{
color: #C889B5;
}
</style>
background-color css
<style>
a { background-color: #C889B5; }
a { background-color: rgb(200,137,181); }
div.DivClassName
{
background-color: #C889B5;
}
.BgClassName
{
background-color: #C889B5;
}
</style>
border-color css
<style>
span { border-color: #C889B5; }
span { border-color: rgb(200,137,181); }
td.TdClassName
{
border-color: #C889B5;
}
.TagClassName
{
border-color: #C889B5;
}
</style>