Shades of Mulberry #C0599B
Tints of Mulberry #C0599B
RGB
CMYK
RGB Variations
Color information
#C0599B (or 0xC0599B) is known color: Mulberry. HEX triplet: C0, 59 and 9B. RGB value is (192,89,155). Sum of RGB (Red+Green+Blue) = 192+89+155=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0599B is #3FA664. Grayscale: #7F7F7F. Windows color (decimal): -4171365 or 10181056. OLE color: 10181056.
HSL color Cylindrical-coordinate representation of color #C0599B: hue angle of 321.55º 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 #C0599B is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 155 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.25 |
| HSL | 321.55º | 0.45% | 0.55% | - |
| HSV(B) | 321.55º | 0.54% | 0.75% | - |
| XYZ | 31.23 | 20.72 | 33.36 | - |
| YUV | 127.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 155 | 0 | 0.54 | 0.19 | 0.25 | 321.55 | 0.45 | 0.55 |
| Hex | C0 | 59 | 9B | 0 | 36 | 13 | 19 | 142 | 2D | 37 |
| Octal | 300 | 131 | 233 | 0 | 66 | 23 | 31 | 502 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10011011 | 0 | 110110 | 10011 | 11001 | 101000010 | 101101 | 110111 |
Color Harmonies of #C0599B
Complementary color
Monochromatic Colors of #C0599B
Black with #C0599B
Text Example
Text Example
White with #C0599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0599B; }
p { color: rgb(192,89,155); }
H1.HeaderClassName
{
color: #C0599B;
}
.AnyTagClassName
{
color: #C0599B;
}
</style>
background-color css
<style>
a { background-color: #C0599B; }
a { background-color: rgb(192,89,155); }
div.DivClassName
{
background-color: #C0599B;
}
.BgClassName
{
background-color: #C0599B;
}
</style>
border-color css
<style>
span { border-color: #C0599B; }
span { border-color: rgb(192,89,155); }
td.TdClassName
{
border-color: #C0599B;
}
.TagClassName
{
border-color: #C0599B;
}
</style>