Shades of Mulberry #C85788
Tints of Mulberry #C85788
RGB
CMYK
RGB Variations
Color information
#C85788 (or 0xC85788) is known color: Mulberry. HEX triplet: C8, 57 and 88. RGB value is (200,87,136). Sum of RGB (Red+Green+Blue) = 200+87+136=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85788 is #37A877. Grayscale: #7E7E7E. Windows color (decimal): -3647608 or 8935368. OLE color: 8935368.
HSL color Cylindrical-coordinate representation of color #C85788: hue angle of 333.98º 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 #C85788 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 136 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.22 |
| HSL | 333.98º | 0.51% | 0.56% | - |
| HSV(B) | 333.98º | 0.57% | 0.78% | - |
| XYZ | 31.67 | 20.87 | 25.65 | - |
| YUV | 126.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 136 | 0 | 0.56 | 0.32 | 0.22 | 333.98 | 0.51 | 0.56 |
| Hex | C8 | 57 | 88 | 0 | 38 | 20 | 16 | 14E | 33 | 38 |
| Octal | 310 | 127 | 210 | 0 | 70 | 40 | 26 | 516 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10001000 | 0 | 111000 | 100000 | 10110 | 101001110 | 110011 | 111000 |
Color Harmonies of #C85788
Complementary color
Monochromatic Colors of #C85788
Black with #C85788
Text Example
Text Example
White with #C85788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85788; }
p { color: rgb(200,87,136); }
H1.HeaderClassName
{
color: #C85788;
}
.AnyTagClassName
{
color: #C85788;
}
</style>
background-color css
<style>
a { background-color: #C85788; }
a { background-color: rgb(200,87,136); }
div.DivClassName
{
background-color: #C85788;
}
.BgClassName
{
background-color: #C85788;
}
</style>
border-color css
<style>
span { border-color: #C85788; }
span { border-color: rgb(200,87,136); }
td.TdClassName
{
border-color: #C85788;
}
.TagClassName
{
border-color: #C85788;
}
</style>