Shades of Mulberry #C85A82
Tints of Mulberry #C85A82
RGB
CMYK
RGB Variations
Color information
#C85A82 (or 0xC85A82) is known color: Mulberry. HEX triplet: C8, 5A and 82. RGB value is (200,90,130). Sum of RGB (Red+Green+Blue) = 200+90+130=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A82 is #37A57D. Grayscale: #7F7F7F. Windows color (decimal): -3646846 or 8542920. OLE color: 8542920.
HSL color Cylindrical-coordinate representation of color #C85A82: hue angle of 338.18º 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 #C85A82 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 130 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.22 |
| HSL | 338.18º | 0.5% | 0.57% | - |
| HSV(B) | 338.18º | 0.55% | 0.78% | - |
| XYZ | 31.5 | 21.2 | 23.55 | - |
| YUV | 127.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 130 | 0 | 0.55 | 0.35 | 0.22 | 338.18 | 0.5 | 0.57 |
| Hex | C8 | 5A | 82 | 0 | 37 | 23 | 16 | 152 | 32 | 39 |
| Octal | 310 | 132 | 202 | 0 | 67 | 43 | 26 | 522 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10000010 | 0 | 110111 | 100011 | 10110 | 101010010 | 110010 | 111001 |
Color Harmonies of #C85A82
Complementary color
Monochromatic Colors of #C85A82
Black with #C85A82
Text Example
Text Example
White with #C85A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A82; }
p { color: rgb(200,90,130); }
H1.HeaderClassName
{
color: #C85A82;
}
.AnyTagClassName
{
color: #C85A82;
}
</style>
background-color css
<style>
a { background-color: #C85A82; }
a { background-color: rgb(200,90,130); }
div.DivClassName
{
background-color: #C85A82;
}
.BgClassName
{
background-color: #C85A82;
}
</style>
border-color css
<style>
span { border-color: #C85A82; }
span { border-color: rgb(200,90,130); }
td.TdClassName
{
border-color: #C85A82;
}
.TagClassName
{
border-color: #C85A82;
}
</style>