Shades of Mulberry #C85783
Tints of Mulberry #C85783
RGB
CMYK
RGB Variations
Color information
#C85783 (or 0xC85783) is known color: Mulberry. HEX triplet: C8, 57 and 83. RGB value is (200,87,131). Sum of RGB (Red+Green+Blue) = 200+87+131=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85783 is #37A87C. Grayscale: #7D7D7D. Windows color (decimal): -3647613 or 8607688. OLE color: 8607688.
HSL color Cylindrical-coordinate representation of color #C85783: hue angle of 336.64º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85783 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 131 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.22 |
| HSL | 336.64º | 0.51% | 0.56% | - |
| HSV(B) | 336.64º | 0.57% | 0.78% | - |
| XYZ | 31.32 | 20.73 | 23.82 | - |
| YUV | 125.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 131 | 0 | 0.56 | 0.34 | 0.22 | 336.64 | 0.51 | 0.56 |
| Hex | C8 | 57 | 83 | 0 | 38 | 22 | 16 | 151 | 33 | 38 |
| Octal | 310 | 127 | 203 | 0 | 70 | 42 | 26 | 521 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10000011 | 0 | 111000 | 100010 | 10110 | 101010001 | 110011 | 111000 |
Color Harmonies of #C85783
Complementary color
Monochromatic Colors of #C85783
Black with #C85783
Text Example
Text Example
White with #C85783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85783; }
p { color: rgb(200,87,131); }
H1.HeaderClassName
{
color: #C85783;
}
.AnyTagClassName
{
color: #C85783;
}
</style>
background-color css
<style>
a { background-color: #C85783; }
a { background-color: rgb(200,87,131); }
div.DivClassName
{
background-color: #C85783;
}
.BgClassName
{
background-color: #C85783;
}
</style>
border-color css
<style>
span { border-color: #C85783; }
span { border-color: rgb(200,87,131); }
td.TdClassName
{
border-color: #C85783;
}
.TagClassName
{
border-color: #C85783;
}
</style>