Shades of Mulberry #C0598E
Tints of Mulberry #C0598E
RGB
CMYK
RGB Variations
Color information
#C0598E (or 0xC0598E) is known color: Mulberry. HEX triplet: C0, 59 and 8E. RGB value is (192,89,142). Sum of RGB (Red+Green+Blue) = 192+89+142=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0598E is #3FA671. Grayscale: #7D7D7D. Windows color (decimal): -4171378 or 9329088. OLE color: 9329088.
HSL color Cylindrical-coordinate representation of color #C0598E: hue angle of 329.13º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0598E is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 142 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.25 |
| HSL | 329.13º | 0.45% | 0.55% | - |
| HSV(B) | 329.13º | 0.54% | 0.75% | - |
| XYZ | 30.19 | 20.3 | 27.92 | - |
| YUV | 125.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 142 | 0 | 0.54 | 0.26 | 0.25 | 329.13 | 0.45 | 0.55 |
| Hex | C0 | 59 | 8E | 0 | 36 | 1A | 19 | 149 | 2D | 37 |
| Octal | 300 | 131 | 216 | 0 | 66 | 32 | 31 | 511 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10001110 | 0 | 110110 | 11010 | 11001 | 101001001 | 101101 | 110111 |
Color Harmonies of #C0598E
Complementary color
Monochromatic Colors of #C0598E
Black with #C0598E
Text Example
Text Example
White with #C0598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0598E; }
p { color: rgb(192,89,142); }
H1.HeaderClassName
{
color: #C0598E;
}
.AnyTagClassName
{
color: #C0598E;
}
</style>
background-color css
<style>
a { background-color: #C0598E; }
a { background-color: rgb(192,89,142); }
div.DivClassName
{
background-color: #C0598E;
}
.BgClassName
{
background-color: #C0598E;
}
</style>
border-color css
<style>
span { border-color: #C0598E; }
span { border-color: rgb(192,89,142); }
td.TdClassName
{
border-color: #C0598E;
}
.TagClassName
{
border-color: #C0598E;
}
</style>