Shades of Mulberry #C85A84
Tints of Mulberry #C85A84
RGB
CMYK
RGB Variations
Color information
#C85A84 (or 0xC85A84) is known color: Mulberry. HEX triplet: C8, 5A and 84. RGB value is (200,90,132). Sum of RGB (Red+Green+Blue) = 200+90+132=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A84 is #37A57B. Grayscale: #7F7F7F. Windows color (decimal): -3646844 or 8673992. OLE color: 8673992.
HSL color Cylindrical-coordinate representation of color #C85A84: hue angle of 337.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A84 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 132 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.22 |
| HSL | 337.09º | 0.5% | 0.57% | - |
| HSV(B) | 337.09º | 0.55% | 0.78% | - |
| XYZ | 31.64 | 21.26 | 24.27 | - |
| YUV | 127.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 132 | 0 | 0.55 | 0.34 | 0.22 | 337.09 | 0.5 | 0.57 |
| Hex | C8 | 5A | 84 | 0 | 37 | 22 | 16 | 151 | 32 | 39 |
| Octal | 310 | 132 | 204 | 0 | 67 | 42 | 26 | 521 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10000100 | 0 | 110111 | 100010 | 10110 | 101010001 | 110010 | 111001 |
Color Harmonies of #C85A84
Complementary color
Monochromatic Colors of #C85A84
Black with #C85A84
Text Example
Text Example
White with #C85A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A84; }
p { color: rgb(200,90,132); }
H1.HeaderClassName
{
color: #C85A84;
}
.AnyTagClassName
{
color: #C85A84;
}
</style>
background-color css
<style>
a { background-color: #C85A84; }
a { background-color: rgb(200,90,132); }
div.DivClassName
{
background-color: #C85A84;
}
.BgClassName
{
background-color: #C85A84;
}
</style>
border-color css
<style>
span { border-color: #C85A84; }
span { border-color: rgb(200,90,132); }
td.TdClassName
{
border-color: #C85A84;
}
.TagClassName
{
border-color: #C85A84;
}
</style>