Shades of Mulberry #C85984
Tints of Mulberry #C85984
RGB
CMYK
RGB Variations
Color information
#C85984 (or 0xC85984) is known color: Mulberry. HEX triplet: C8, 59 and 84. RGB value is (200,89,132). Sum of RGB (Red+Green+Blue) = 200+89+132=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85984 is #37A67B. Grayscale: #7F7F7F. Windows color (decimal): -3647100 or 8673736. OLE color: 8673736.
HSL color Cylindrical-coordinate representation of color #C85984: hue angle of 336.76º 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 #C85984 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 132 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.22 |
| HSL | 336.76º | 0.5% | 0.57% | - |
| HSV(B) | 336.76º | 0.56% | 0.78% | - |
| XYZ | 31.56 | 21.09 | 24.24 | - |
| YUV | 127.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 132 | 0 | 0.56 | 0.34 | 0.22 | 336.76 | 0.5 | 0.57 |
| Hex | C8 | 59 | 84 | 0 | 38 | 22 | 16 | 151 | 32 | 39 |
| Octal | 310 | 131 | 204 | 0 | 70 | 42 | 26 | 521 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10000100 | 0 | 111000 | 100010 | 10110 | 101010001 | 110010 | 111001 |
Color Harmonies of #C85984
Complementary color
Monochromatic Colors of #C85984
Black with #C85984
Text Example
Text Example
White with #C85984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85984; }
p { color: rgb(200,89,132); }
H1.HeaderClassName
{
color: #C85984;
}
.AnyTagClassName
{
color: #C85984;
}
</style>
background-color css
<style>
a { background-color: #C85984; }
a { background-color: rgb(200,89,132); }
div.DivClassName
{
background-color: #C85984;
}
.BgClassName
{
background-color: #C85984;
}
</style>
border-color css
<style>
span { border-color: #C85984; }
span { border-color: rgb(200,89,132); }
td.TdClassName
{
border-color: #C85984;
}
.TagClassName
{
border-color: #C85984;
}
</style>