Shades of Mulberry #C85B8D
Tints of Mulberry #C85B8D
RGB
CMYK
RGB Variations
Color information
#C85B8D (or 0xC85B8D) is known color: Mulberry. HEX triplet: C8, 5B and 8D. RGB value is (200,91,141). Sum of RGB (Red+Green+Blue) = 200+91+141=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B8D is #37A472. Grayscale: #818181. Windows color (decimal): -3646579 or 9264072. OLE color: 9264072.
HSL color Cylindrical-coordinate representation of color #C85B8D: hue angle of 332.48º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B8D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 141 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.22 |
| HSL | 332.48º | 0.5% | 0.57% | - |
| HSV(B) | 332.48º | 0.55% | 0.78% | - |
| XYZ | 32.37 | 21.68 | 27.68 | - |
| YUV | 129.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 141 | 0 | 0.54 | 0.29 | 0.22 | 332.48 | 0.5 | 0.57 |
| Hex | C8 | 5B | 8D | 0 | 36 | 1D | 16 | 14C | 32 | 39 |
| Octal | 310 | 133 | 215 | 0 | 66 | 35 | 26 | 514 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10001101 | 0 | 110110 | 11101 | 10110 | 101001100 | 110010 | 111001 |
Color Harmonies of #C85B8D
Complementary color
Monochromatic Colors of #C85B8D
Black with #C85B8D
Text Example
Text Example
White with #C85B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B8D; }
p { color: rgb(200,91,141); }
H1.HeaderClassName
{
color: #C85B8D;
}
.AnyTagClassName
{
color: #C85B8D;
}
</style>
background-color css
<style>
a { background-color: #C85B8D; }
a { background-color: rgb(200,91,141); }
div.DivClassName
{
background-color: #C85B8D;
}
.BgClassName
{
background-color: #C85B8D;
}
</style>
border-color css
<style>
span { border-color: #C85B8D; }
span { border-color: rgb(200,91,141); }
td.TdClassName
{
border-color: #C85B8D;
}
.TagClassName
{
border-color: #C85B8D;
}
</style>