Shades of Mulberry #C85995
Tints of Mulberry #C85995
RGB
CMYK
RGB Variations
Color information
#C85995 (or 0xC85995) is known color: Mulberry. HEX triplet: C8, 59 and 95. RGB value is (200,89,149). Sum of RGB (Red+Green+Blue) = 200+89+149=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85995 is #37A66A. Grayscale: #808080. Windows color (decimal): -3647083 or 9787848. OLE color: 9787848.
HSL color Cylindrical-coordinate representation of color #C85995: hue angle of 327.57º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85995 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 149 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.22 |
| HSL | 327.57º | 0.5% | 0.57% | - |
| HSV(B) | 327.57º | 0.56% | 0.78% | - |
| XYZ | 32.82 | 21.59 | 30.87 | - |
| YUV | 129.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 149 | 0 | 0.56 | 0.26 | 0.22 | 327.57 | 0.5 | 0.57 |
| Hex | C8 | 59 | 95 | 0 | 38 | 1A | 16 | 148 | 32 | 39 |
| Octal | 310 | 131 | 225 | 0 | 70 | 32 | 26 | 510 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10010101 | 0 | 111000 | 11010 | 10110 | 101001000 | 110010 | 111001 |
Color Harmonies of #C85995
Complementary color
Monochromatic Colors of #C85995
Black with #C85995
Text Example
Text Example
White with #C85995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85995; }
p { color: rgb(200,89,149); }
H1.HeaderClassName
{
color: #C85995;
}
.AnyTagClassName
{
color: #C85995;
}
</style>
background-color css
<style>
a { background-color: #C85995; }
a { background-color: rgb(200,89,149); }
div.DivClassName
{
background-color: #C85995;
}
.BgClassName
{
background-color: #C85995;
}
</style>
border-color css
<style>
span { border-color: #C85995; }
span { border-color: rgb(200,89,149); }
td.TdClassName
{
border-color: #C85995;
}
.TagClassName
{
border-color: #C85995;
}
</style>