Shades of Mulberry #C85387
Tints of Mulberry #C85387
RGB
CMYK
RGB Variations
Color information
#C85387 (or 0xC85387) is known color: Mulberry. HEX triplet: C8, 53 and 87. RGB value is (200,83,135). Sum of RGB (Red+Green+Blue) = 200+83+135=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85387 is #37AC78. Grayscale: #7B7B7B. Windows color (decimal): -3648633 or 8868808. OLE color: 8868808.
HSL color Cylindrical-coordinate representation of color #C85387: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85387 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 135 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.22 |
| HSL | 333.33º | 0.52% | 0.55% | - |
| HSV(B) | 333.33º | 0.59% | 0.78% | - |
| XYZ | 31.29 | 20.22 | 25.17 | - |
| YUV | 123.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 135 | 0 | 0.58 | 0.32 | 0.22 | 333.33 | 0.52 | 0.55 |
| Hex | C8 | 53 | 87 | 0 | 3A | 20 | 16 | 14D | 34 | 37 |
| Octal | 310 | 123 | 207 | 0 | 72 | 40 | 26 | 515 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10000111 | 0 | 111010 | 100000 | 10110 | 101001101 | 110100 | 110111 |
Color Harmonies of #C85387
Complementary color
Monochromatic Colors of #C85387
Black with #C85387
Text Example
Text Example
White with #C85387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85387; }
p { color: rgb(200,83,135); }
H1.HeaderClassName
{
color: #C85387;
}
.AnyTagClassName
{
color: #C85387;
}
</style>
background-color css
<style>
a { background-color: #C85387; }
a { background-color: rgb(200,83,135); }
div.DivClassName
{
background-color: #C85387;
}
.BgClassName
{
background-color: #C85387;
}
</style>
border-color css
<style>
span { border-color: #C85387; }
span { border-color: rgb(200,83,135); }
td.TdClassName
{
border-color: #C85387;
}
.TagClassName
{
border-color: #C85387;
}
</style>