Shades of Mulberry #C85790
Tints of Mulberry #C85790
RGB
CMYK
RGB Variations
Color information
#C85790 (or 0xC85790) is known color: Mulberry. HEX triplet: C8, 57 and 90. RGB value is (200,87,144). Sum of RGB (Red+Green+Blue) = 200+87+144=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85790 is #37A86F. Grayscale: #7F7F7F. Windows color (decimal): -3647600 or 9459656. OLE color: 9459656.
HSL color Cylindrical-coordinate representation of color #C85790: hue angle of 329.73º 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 #C85790 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 144 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.22 |
| HSL | 329.73º | 0.51% | 0.56% | - |
| HSV(B) | 329.73º | 0.57% | 0.78% | - |
| XYZ | 32.26 | 21.11 | 28.76 | - |
| YUV | 127.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 144 | 0 | 0.56 | 0.28 | 0.22 | 329.73 | 0.51 | 0.56 |
| Hex | C8 | 57 | 90 | 0 | 38 | 1C | 16 | 14A | 33 | 38 |
| Octal | 310 | 127 | 220 | 0 | 70 | 34 | 26 | 512 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10010000 | 0 | 111000 | 11100 | 10110 | 101001010 | 110011 | 111000 |
Color Harmonies of #C85790
Complementary color
Monochromatic Colors of #C85790
Black with #C85790
Text Example
Text Example
White with #C85790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85790; }
p { color: rgb(200,87,144); }
H1.HeaderClassName
{
color: #C85790;
}
.AnyTagClassName
{
color: #C85790;
}
</style>
background-color css
<style>
a { background-color: #C85790; }
a { background-color: rgb(200,87,144); }
div.DivClassName
{
background-color: #C85790;
}
.BgClassName
{
background-color: #C85790;
}
</style>
border-color css
<style>
span { border-color: #C85790; }
span { border-color: rgb(200,87,144); }
td.TdClassName
{
border-color: #C85790;
}
.TagClassName
{
border-color: #C85790;
}
</style>