Shades of Mulberry #C0599A
Tints of Mulberry #C0599A
RGB
CMYK
RGB Variations
Color information
#C0599A (or 0xC0599A) is known color: Mulberry. HEX triplet: C0, 59 and 9A. RGB value is (192,89,154). Sum of RGB (Red+Green+Blue) = 192+89+154=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0599A is #3FA665. Grayscale: #7F7F7F. Windows color (decimal): -4171366 or 10115520. OLE color: 10115520.
HSL color Cylindrical-coordinate representation of color #C0599A: hue angle of 322.14º 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 #C0599A is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 154 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.25 |
| HSL | 322.14º | 0.45% | 0.55% | - |
| HSV(B) | 322.14º | 0.54% | 0.75% | - |
| XYZ | 31.14 | 20.68 | 32.92 | - |
| YUV | 127.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 154 | 0 | 0.54 | 0.20 | 0.25 | 322.14 | 0.45 | 0.55 |
| Hex | C0 | 59 | 9A | 0 | 36 | 14 | 19 | 142 | 2D | 37 |
| Octal | 300 | 131 | 232 | 0 | 66 | 24 | 31 | 502 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10011010 | 0 | 110110 | 10100 | 11001 | 101000010 | 101101 | 110111 |
Color Harmonies of #C0599A
Complementary color
Monochromatic Colors of #C0599A
Black with #C0599A
Text Example
Text Example
White with #C0599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0599A; }
p { color: rgb(192,89,154); }
H1.HeaderClassName
{
color: #C0599A;
}
.AnyTagClassName
{
color: #C0599A;
}
</style>
background-color css
<style>
a { background-color: #C0599A; }
a { background-color: rgb(192,89,154); }
div.DivClassName
{
background-color: #C0599A;
}
.BgClassName
{
background-color: #C0599A;
}
</style>
border-color css
<style>
span { border-color: #C0599A; }
span { border-color: rgb(192,89,154); }
td.TdClassName
{
border-color: #C0599A;
}
.TagClassName
{
border-color: #C0599A;
}
</style>