Shades of Mulberry #C85498
Tints of Mulberry #C85498
RGB
CMYK
RGB Variations
Color information
#C85498 (or 0xC85498) is known color: Mulberry. HEX triplet: C8, 54 and 98. RGB value is (200,84,152). Sum of RGB (Red+Green+Blue) = 200+84+152=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85498 is #37AB67. Grayscale: #7E7E7E. Windows color (decimal): -3648360 or 9983176. OLE color: 9983176.
HSL color Cylindrical-coordinate representation of color #C85498: hue angle of 324.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85498 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 152 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.22 |
| HSL | 324.83º | 0.51% | 0.56% | - |
| HSV(B) | 324.83º | 0.58% | 0.78% | - |
| XYZ | 32.66 | 20.89 | 32.02 | - |
| YUV | 126.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 152 | 0 | 0.58 | 0.24 | 0.22 | 324.83 | 0.51 | 0.56 |
| Hex | C8 | 54 | 98 | 0 | 3A | 18 | 16 | 145 | 33 | 38 |
| Octal | 310 | 124 | 230 | 0 | 72 | 30 | 26 | 505 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10011000 | 0 | 111010 | 11000 | 10110 | 101000101 | 110011 | 111000 |
Color Harmonies of #C85498
Complementary color
Monochromatic Colors of #C85498
Black with #C85498
Text Example
Text Example
White with #C85498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85498; }
p { color: rgb(200,84,152); }
H1.HeaderClassName
{
color: #C85498;
}
.AnyTagClassName
{
color: #C85498;
}
</style>
background-color css
<style>
a { background-color: #C85498; }
a { background-color: rgb(200,84,152); }
div.DivClassName
{
background-color: #C85498;
}
.BgClassName
{
background-color: #C85498;
}
</style>
border-color css
<style>
span { border-color: #C85498; }
span { border-color: rgb(200,84,152); }
td.TdClassName
{
border-color: #C85498;
}
.TagClassName
{
border-color: #C85498;
}
</style>