Shades of Mulberry #C0598B
Tints of Mulberry #C0598B
RGB
CMYK
RGB Variations
Color information
#C0598B (or 0xC0598B) is known color: Mulberry. HEX triplet: C0, 59 and 8B. RGB value is (192,89,139). Sum of RGB (Red+Green+Blue) = 192+89+139=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0598B is #3FA674. Grayscale: #7D7D7D. Windows color (decimal): -4171381 or 9132480. OLE color: 9132480.
HSL color Cylindrical-coordinate representation of color #C0598B: hue angle of 330.87º 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 #C0598B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 139 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.25 |
| HSL | 330.87º | 0.45% | 0.55% | - |
| HSV(B) | 330.87º | 0.54% | 0.75% | - |
| XYZ | 29.97 | 20.22 | 26.75 | - |
| YUV | 125.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 139 | 0 | 0.54 | 0.28 | 0.25 | 330.87 | 0.45 | 0.55 |
| Hex | C0 | 59 | 8B | 0 | 36 | 1C | 19 | 14B | 2D | 37 |
| Octal | 300 | 131 | 213 | 0 | 66 | 34 | 31 | 513 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10001011 | 0 | 110110 | 11100 | 11001 | 101001011 | 101101 | 110111 |
Color Harmonies of #C0598B
Complementary color
Monochromatic Colors of #C0598B
Black with #C0598B
Text Example
Text Example
White with #C0598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0598B; }
p { color: rgb(192,89,139); }
H1.HeaderClassName
{
color: #C0598B;
}
.AnyTagClassName
{
color: #C0598B;
}
</style>
background-color css
<style>
a { background-color: #C0598B; }
a { background-color: rgb(192,89,139); }
div.DivClassName
{
background-color: #C0598B;
}
.BgClassName
{
background-color: #C0598B;
}
</style>
border-color css
<style>
span { border-color: #C0598B; }
span { border-color: rgb(192,89,139); }
td.TdClassName
{
border-color: #C0598B;
}
.TagClassName
{
border-color: #C0598B;
}
</style>