Shades of Mulberry #C85782
Tints of Mulberry #C85782
RGB
CMYK
RGB Variations
Color information
#C85782 (or 0xC85782) is known color: Mulberry. HEX triplet: C8, 57 and 82. RGB value is (200,87,130). Sum of RGB (Red+Green+Blue) = 200+87+130=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85782 is #37A87D. Grayscale: #7D7D7D. Windows color (decimal): -3647614 or 8542152. OLE color: 8542152.
HSL color Cylindrical-coordinate representation of color #C85782: hue angle of 337.17º degrees, saturation: 0.51, 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 #C85782 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 130 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.22 |
| HSL | 337.17º | 0.51% | 0.56% | - |
| HSV(B) | 337.17º | 0.57% | 0.78% | - |
| XYZ | 31.26 | 20.71 | 23.47 | - |
| YUV | 125.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 130 | 0 | 0.56 | 0.35 | 0.22 | 337.17 | 0.51 | 0.56 |
| Hex | C8 | 57 | 82 | 0 | 38 | 23 | 16 | 151 | 33 | 38 |
| Octal | 310 | 127 | 202 | 0 | 70 | 43 | 26 | 521 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10000010 | 0 | 111000 | 100011 | 10110 | 101010001 | 110011 | 111000 |
Color Harmonies of #C85782
Complementary color
Monochromatic Colors of #C85782
Black with #C85782
Text Example
Text Example
White with #C85782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85782; }
p { color: rgb(200,87,130); }
H1.HeaderClassName
{
color: #C85782;
}
.AnyTagClassName
{
color: #C85782;
}
</style>
background-color css
<style>
a { background-color: #C85782; }
a { background-color: rgb(200,87,130); }
div.DivClassName
{
background-color: #C85782;
}
.BgClassName
{
background-color: #C85782;
}
</style>
border-color css
<style>
span { border-color: #C85782; }
span { border-color: rgb(200,87,130); }
td.TdClassName
{
border-color: #C85782;
}
.TagClassName
{
border-color: #C85782;
}
</style>