Shades of Mulberry #C85986
Tints of Mulberry #C85986
RGB
CMYK
RGB Variations
Color information
#C85986 (or 0xC85986) is known color: Mulberry. HEX triplet: C8, 59 and 86. RGB value is (200,89,134). Sum of RGB (Red+Green+Blue) = 200+89+134=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85986 is #37A679. Grayscale: #7F7F7F. Windows color (decimal): -3647098 or 8804808. OLE color: 8804808.
HSL color Cylindrical-coordinate representation of color #C85986: hue angle of 335.68º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85986 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 134 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.22 |
| HSL | 335.68º | 0.5% | 0.57% | - |
| HSV(B) | 335.68º | 0.56% | 0.78% | - |
| XYZ | 31.69 | 21.15 | 24.97 | - |
| YUV | 127.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 134 | 0 | 0.56 | 0.33 | 0.22 | 335.68 | 0.5 | 0.57 |
| Hex | C8 | 59 | 86 | 0 | 38 | 21 | 16 | 150 | 32 | 39 |
| Octal | 310 | 131 | 206 | 0 | 70 | 41 | 26 | 520 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10000110 | 0 | 111000 | 100001 | 10110 | 101010000 | 110010 | 111001 |
Color Harmonies of #C85986
Complementary color
Monochromatic Colors of #C85986
Black with #C85986
Text Example
Text Example
White with #C85986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85986; }
p { color: rgb(200,89,134); }
H1.HeaderClassName
{
color: #C85986;
}
.AnyTagClassName
{
color: #C85986;
}
</style>
background-color css
<style>
a { background-color: #C85986; }
a { background-color: rgb(200,89,134); }
div.DivClassName
{
background-color: #C85986;
}
.BgClassName
{
background-color: #C85986;
}
</style>
border-color css
<style>
span { border-color: #C85986; }
span { border-color: rgb(200,89,134); }
td.TdClassName
{
border-color: #C85986;
}
.TagClassName
{
border-color: #C85986;
}
</style>