Shades of Mulberry #C85A87
Tints of Mulberry #C85A87
RGB
CMYK
RGB Variations
Color information
#C85A87 (or 0xC85A87) is known color: Mulberry. HEX triplet: C8, 5A and 87. RGB value is (200,90,135). Sum of RGB (Red+Green+Blue) = 200+90+135=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A87 is #37A578. Grayscale: #7F7F7F. Windows color (decimal): -3646841 or 8870600. OLE color: 8870600.
HSL color Cylindrical-coordinate representation of color #C85A87: hue angle of 335.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A87 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 135 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.22 |
| HSL | 335.45º | 0.5% | 0.57% | - |
| HSV(B) | 335.45º | 0.55% | 0.78% | - |
| XYZ | 31.85 | 21.34 | 25.36 | - |
| YUV | 128.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 135 | 0 | 0.55 | 0.32 | 0.22 | 335.45 | 0.5 | 0.57 |
| Hex | C8 | 5A | 87 | 0 | 37 | 20 | 16 | 14F | 32 | 39 |
| Octal | 310 | 132 | 207 | 0 | 67 | 40 | 26 | 517 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10000111 | 0 | 110111 | 100000 | 10110 | 101001111 | 110010 | 111001 |
Color Harmonies of #C85A87
Complementary color
Monochromatic Colors of #C85A87
Black with #C85A87
Text Example
Text Example
White with #C85A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A87; }
p { color: rgb(200,90,135); }
H1.HeaderClassName
{
color: #C85A87;
}
.AnyTagClassName
{
color: #C85A87;
}
</style>
background-color css
<style>
a { background-color: #C85A87; }
a { background-color: rgb(200,90,135); }
div.DivClassName
{
background-color: #C85A87;
}
.BgClassName
{
background-color: #C85A87;
}
</style>
border-color css
<style>
span { border-color: #C85A87; }
span { border-color: rgb(200,90,135); }
td.TdClassName
{
border-color: #C85A87;
}
.TagClassName
{
border-color: #C85A87;
}
</style>