Shades of Mulberry #C85889
Tints of Mulberry #C85889
RGB
CMYK
RGB Variations
Color information
#C85889 (or 0xC85889) is known color: Mulberry. HEX triplet: C8, 58 and 89. RGB value is (200,88,137). Sum of RGB (Red+Green+Blue) = 200+88+137=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C85889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85889 is #37A776. Grayscale: #7E7E7E. Windows color (decimal): -3647351 or 9001160. OLE color: 9001160.
HSL color Cylindrical-coordinate representation of color #C85889: hue angle of 333.75º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85889 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 137 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.22 |
| HSL | 333.75º | 0.5% | 0.56% | - |
| HSV(B) | 333.75º | 0.56% | 0.78% | - |
| XYZ | 31.82 | 21.06 | 26.06 | - |
| YUV | 127.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 137 | 0 | 0.56 | 0.32 | 0.22 | 333.75 | 0.5 | 0.56 |
| Hex | C8 | 58 | 89 | 0 | 38 | 20 | 16 | 14E | 32 | 38 |
| Octal | 310 | 130 | 211 | 0 | 70 | 40 | 26 | 516 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10001001 | 0 | 111000 | 100000 | 10110 | 101001110 | 110010 | 111000 |
Color Harmonies of #C85889
Complementary color
Monochromatic Colors of #C85889
Black with #C85889
Text Example
Text Example
White with #C85889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85889; }
p { color: rgb(200,88,137); }
H1.HeaderClassName
{
color: #C85889;
}
.AnyTagClassName
{
color: #C85889;
}
</style>
background-color css
<style>
a { background-color: #C85889; }
a { background-color: rgb(200,88,137); }
div.DivClassName
{
background-color: #C85889;
}
.BgClassName
{
background-color: #C85889;
}
</style>
border-color css
<style>
span { border-color: #C85889; }
span { border-color: rgb(200,88,137); }
td.TdClassName
{
border-color: #C85889;
}
.TagClassName
{
border-color: #C85889;
}
</style>