Shades of Mulberry #C85794
Tints of Mulberry #C85794
RGB
CMYK
RGB Variations
Color information
#C85794 (or 0xC85794) is known color: Mulberry. HEX triplet: C8, 57 and 94. RGB value is (200,87,148). Sum of RGB (Red+Green+Blue) = 200+87+148=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85794 is #37A86B. Grayscale: #7F7F7F. Windows color (decimal): -3647596 or 9721800. OLE color: 9721800.
HSL color Cylindrical-coordinate representation of color #C85794: hue angle of 327.61º 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 #C85794 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 148 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.22 |
| HSL | 327.61º | 0.51% | 0.56% | - |
| HSV(B) | 327.61º | 0.57% | 0.78% | - |
| XYZ | 32.57 | 21.23 | 30.4 | - |
| YUV | 127.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 148 | 0 | 0.56 | 0.26 | 0.22 | 327.61 | 0.51 | 0.56 |
| Hex | C8 | 57 | 94 | 0 | 38 | 1A | 16 | 148 | 33 | 38 |
| Octal | 310 | 127 | 224 | 0 | 70 | 32 | 26 | 510 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10010100 | 0 | 111000 | 11010 | 10110 | 101001000 | 110011 | 111000 |
Color Harmonies of #C85794
Complementary color
Monochromatic Colors of #C85794
Black with #C85794
Text Example
Text Example
White with #C85794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85794; }
p { color: rgb(200,87,148); }
H1.HeaderClassName
{
color: #C85794;
}
.AnyTagClassName
{
color: #C85794;
}
</style>
background-color css
<style>
a { background-color: #C85794; }
a { background-color: rgb(200,87,148); }
div.DivClassName
{
background-color: #C85794;
}
.BgClassName
{
background-color: #C85794;
}
</style>
border-color css
<style>
span { border-color: #C85794; }
span { border-color: rgb(200,87,148); }
td.TdClassName
{
border-color: #C85794;
}
.TagClassName
{
border-color: #C85794;
}
</style>