Shades of Mulberry #C85985
Tints of Mulberry #C85985
RGB
CMYK
RGB Variations
Color information
#C85985 (or 0xC85985) is known color: Mulberry. HEX triplet: C8, 59 and 85. RGB value is (200,89,133). Sum of RGB (Red+Green+Blue) = 200+89+133=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85985 is #37A67A. Grayscale: #7F7F7F. Windows color (decimal): -3647099 or 8739272. OLE color: 8739272.
HSL color Cylindrical-coordinate representation of color #C85985: hue angle of 336.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85985 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 133 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.22 |
| HSL | 336.22º | 0.5% | 0.57% | - |
| HSV(B) | 336.22º | 0.56% | 0.78% | - |
| XYZ | 31.63 | 21.12 | 24.6 | - |
| YUV | 127.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 133 | 0 | 0.56 | 0.34 | 0.22 | 336.22 | 0.5 | 0.57 |
| Hex | C8 | 59 | 85 | 0 | 38 | 22 | 16 | 150 | 32 | 39 |
| Octal | 310 | 131 | 205 | 0 | 70 | 42 | 26 | 520 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10000101 | 0 | 111000 | 100010 | 10110 | 101010000 | 110010 | 111001 |
Color Harmonies of #C85985
Complementary color
Monochromatic Colors of #C85985
Black with #C85985
Text Example
Text Example
White with #C85985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85985; }
p { color: rgb(200,89,133); }
H1.HeaderClassName
{
color: #C85985;
}
.AnyTagClassName
{
color: #C85985;
}
</style>
background-color css
<style>
a { background-color: #C85985; }
a { background-color: rgb(200,89,133); }
div.DivClassName
{
background-color: #C85985;
}
.BgClassName
{
background-color: #C85985;
}
</style>
border-color css
<style>
span { border-color: #C85985; }
span { border-color: rgb(200,89,133); }
td.TdClassName
{
border-color: #C85985;
}
.TagClassName
{
border-color: #C85985;
}
</style>