Shades of Mulberry #C85685
Tints of Mulberry #C85685
RGB
CMYK
RGB Variations
Color information
#C85685 (or 0xC85685) is known color: Mulberry. HEX triplet: C8, 56 and 85. RGB value is (200,86,133). Sum of RGB (Red+Green+Blue) = 200+86+133=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85685 is #37A97A. Grayscale: #7D7D7D. Windows color (decimal): -3647867 or 8738504. OLE color: 8738504.
HSL color Cylindrical-coordinate representation of color #C85685: hue angle of 335.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85685 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 133 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.22 |
| HSL | 335.26º | 0.51% | 0.56% | - |
| HSV(B) | 335.26º | 0.57% | 0.78% | - |
| XYZ | 31.38 | 20.63 | 24.52 | - |
| YUV | 125.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 133 | 0 | 0.57 | 0.34 | 0.22 | 335.26 | 0.51 | 0.56 |
| Hex | C8 | 56 | 85 | 0 | 39 | 22 | 16 | 14F | 33 | 38 |
| Octal | 310 | 126 | 205 | 0 | 71 | 42 | 26 | 517 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10000101 | 0 | 111001 | 100010 | 10110 | 101001111 | 110011 | 111000 |
Color Harmonies of #C85685
Complementary color
Monochromatic Colors of #C85685
Black with #C85685
Text Example
Text Example
White with #C85685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85685; }
p { color: rgb(200,86,133); }
H1.HeaderClassName
{
color: #C85685;
}
.AnyTagClassName
{
color: #C85685;
}
</style>
background-color css
<style>
a { background-color: #C85685; }
a { background-color: rgb(200,86,133); }
div.DivClassName
{
background-color: #C85685;
}
.BgClassName
{
background-color: #C85685;
}
</style>
border-color css
<style>
span { border-color: #C85685; }
span { border-color: rgb(200,86,133); }
td.TdClassName
{
border-color: #C85685;
}
.TagClassName
{
border-color: #C85685;
}
</style>