Shades of Mulberry #C85A83
Tints of Mulberry #C85A83
RGB
CMYK
RGB Variations
Color information
#C85A83 (or 0xC85A83) is known color: Mulberry. HEX triplet: C8, 5A and 83. RGB value is (200,90,131). Sum of RGB (Red+Green+Blue) = 200+90+131=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A83 is #37A57C. Grayscale: #7F7F7F. Windows color (decimal): -3646845 or 8608456. OLE color: 8608456.
HSL color Cylindrical-coordinate representation of color #C85A83: hue angle of 337.64º 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 #C85A83 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 131 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.22 |
| HSL | 337.64º | 0.5% | 0.57% | - |
| HSV(B) | 337.64º | 0.55% | 0.78% | - |
| XYZ | 31.57 | 21.23 | 23.91 | - |
| YUV | 127.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 131 | 0 | 0.55 | 0.34 | 0.22 | 337.64 | 0.5 | 0.57 |
| Hex | C8 | 5A | 83 | 0 | 37 | 22 | 16 | 152 | 32 | 39 |
| Octal | 310 | 132 | 203 | 0 | 67 | 42 | 26 | 522 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10000011 | 0 | 110111 | 100010 | 10110 | 101010010 | 110010 | 111001 |
Color Harmonies of #C85A83
Complementary color
Monochromatic Colors of #C85A83
Black with #C85A83
Text Example
Text Example
White with #C85A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A83; }
p { color: rgb(200,90,131); }
H1.HeaderClassName
{
color: #C85A83;
}
.AnyTagClassName
{
color: #C85A83;
}
</style>
background-color css
<style>
a { background-color: #C85A83; }
a { background-color: rgb(200,90,131); }
div.DivClassName
{
background-color: #C85A83;
}
.BgClassName
{
background-color: #C85A83;
}
</style>
border-color css
<style>
span { border-color: #C85A83; }
span { border-color: rgb(200,90,131); }
td.TdClassName
{
border-color: #C85A83;
}
.TagClassName
{
border-color: #C85A83;
}
</style>