Shades of Mulberry #C85891
Tints of Mulberry #C85891
RGB
CMYK
RGB Variations
Color information
#C85891 (or 0xC85891) is known color: Mulberry. HEX triplet: C8, 58 and 91. RGB value is (200,88,145). Sum of RGB (Red+Green+Blue) = 200+88+145=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C85891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85891 is #37A76E. Grayscale: #7F7F7F. Windows color (decimal): -3647343 or 9525448. OLE color: 9525448.
HSL color Cylindrical-coordinate representation of color #C85891: hue angle of 329.46º degrees, saturation: 0.5, 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 #C85891 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 145 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.22 |
| HSL | 329.46º | 0.5% | 0.56% | - |
| HSV(B) | 329.46º | 0.56% | 0.78% | - |
| XYZ | 32.42 | 21.3 | 29.19 | - |
| YUV | 127.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 145 | 0 | 0.56 | 0.28 | 0.22 | 329.46 | 0.5 | 0.56 |
| Hex | C8 | 58 | 91 | 0 | 38 | 1C | 16 | 149 | 32 | 38 |
| Octal | 310 | 130 | 221 | 0 | 70 | 34 | 26 | 511 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10010001 | 0 | 111000 | 11100 | 10110 | 101001001 | 110010 | 111000 |
Color Harmonies of #C85891
Complementary color
Monochromatic Colors of #C85891
Black with #C85891
Text Example
Text Example
White with #C85891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85891; }
p { color: rgb(200,88,145); }
H1.HeaderClassName
{
color: #C85891;
}
.AnyTagClassName
{
color: #C85891;
}
</style>
background-color css
<style>
a { background-color: #C85891; }
a { background-color: rgb(200,88,145); }
div.DivClassName
{
background-color: #C85891;
}
.BgClassName
{
background-color: #C85891;
}
</style>
border-color css
<style>
span { border-color: #C85891; }
span { border-color: rgb(200,88,145); }
td.TdClassName
{
border-color: #C85891;
}
.TagClassName
{
border-color: #C85891;
}
</style>