Shades of Mulberry #C85586
Tints of Mulberry #C85586
RGB
CMYK
RGB Variations
Color information
#C85586 (or 0xC85586) is known color: Mulberry. HEX triplet: C8, 55 and 86. RGB value is (200,85,134). Sum of RGB (Red+Green+Blue) = 200+85+134=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85586 is #37AA79. Grayscale: #7C7C7C. Windows color (decimal): -3648122 or 8803784. OLE color: 8803784.
HSL color Cylindrical-coordinate representation of color #C85586: hue angle of 334.43º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85586 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 134 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.22 |
| HSL | 334.43º | 0.51% | 0.56% | - |
| HSV(B) | 334.43º | 0.58% | 0.78% | - |
| XYZ | 31.37 | 20.5 | 24.86 | - |
| YUV | 124.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 134 | 0 | 0.58 | 0.33 | 0.22 | 334.43 | 0.51 | 0.56 |
| Hex | C8 | 55 | 86 | 0 | 3A | 21 | 16 | 14E | 33 | 38 |
| Octal | 310 | 125 | 206 | 0 | 72 | 41 | 26 | 516 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10000110 | 0 | 111010 | 100001 | 10110 | 101001110 | 110011 | 111000 |
Color Harmonies of #C85586
Complementary color
Monochromatic Colors of #C85586
Black with #C85586
Text Example
Text Example
White with #C85586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85586; }
p { color: rgb(200,85,134); }
H1.HeaderClassName
{
color: #C85586;
}
.AnyTagClassName
{
color: #C85586;
}
</style>
background-color css
<style>
a { background-color: #C85586; }
a { background-color: rgb(200,85,134); }
div.DivClassName
{
background-color: #C85586;
}
.BgClassName
{
background-color: #C85586;
}
</style>
border-color css
<style>
span { border-color: #C85586; }
span { border-color: rgb(200,85,134); }
td.TdClassName
{
border-color: #C85586;
}
.TagClassName
{
border-color: #C85586;
}
</style>