Shades of Mulberry #C85599
Tints of Mulberry #C85599
RGB
CMYK
RGB Variations
Color information
#C85599 (or 0xC85599) is known color: Mulberry. HEX triplet: C8, 55 and 99. RGB value is (200,85,153). Sum of RGB (Red+Green+Blue) = 200+85+153=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85599 is #37AA66. Grayscale: #7E7E7E. Windows color (decimal): -3648103 or 10048968. OLE color: 10048968.
HSL color Cylindrical-coordinate representation of color #C85599: hue angle of 324.52º 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 #C85599 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 153 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.22 |
| HSL | 324.52º | 0.51% | 0.56% | - |
| HSV(B) | 324.52º | 0.58% | 0.78% | - |
| XYZ | 32.82 | 21.08 | 32.48 | - |
| YUV | 127.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 153 | 0 | 0.58 | 0.24 | 0.22 | 324.52 | 0.51 | 0.56 |
| Hex | C8 | 55 | 99 | 0 | 3A | 18 | 16 | 145 | 33 | 38 |
| Octal | 310 | 125 | 231 | 0 | 72 | 30 | 26 | 505 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10011001 | 0 | 111010 | 11000 | 10110 | 101000101 | 110011 | 111000 |
Color Harmonies of #C85599
Complementary color
Monochromatic Colors of #C85599
Black with #C85599
Text Example
Text Example
White with #C85599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85599; }
p { color: rgb(200,85,153); }
H1.HeaderClassName
{
color: #C85599;
}
.AnyTagClassName
{
color: #C85599;
}
</style>
background-color css
<style>
a { background-color: #C85599; }
a { background-color: rgb(200,85,153); }
div.DivClassName
{
background-color: #C85599;
}
.BgClassName
{
background-color: #C85599;
}
</style>
border-color css
<style>
span { border-color: #C85599; }
span { border-color: rgb(200,85,153); }
td.TdClassName
{
border-color: #C85599;
}
.TagClassName
{
border-color: #C85599;
}
</style>