Shades of Mulberry #C059A0
Tints of Mulberry #C059A0
RGB
CMYK
RGB Variations
Color information
#C059A0 (or 0xC059A0) is known color: Mulberry. HEX triplet: C0, 59 and A0. RGB value is (192,89,160). Sum of RGB (Red+Green+Blue) = 192+89+160=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A0 is #3FA65F. Grayscale: #7F7F7F. Windows color (decimal): -4171360 or 10508736. OLE color: 10508736.
HSL color Cylindrical-coordinate representation of color #C059A0: hue angle of 318.64º 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 #C059A0 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 160 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.25 |
| HSL | 318.64º | 0.45% | 0.55% | - |
| HSV(B) | 318.64º | 0.54% | 0.75% | - |
| XYZ | 31.66 | 20.89 | 35.62 | - |
| YUV | 127.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 160 | 0 | 0.54 | 0.17 | 0.25 | 318.64 | 0.45 | 0.55 |
| Hex | C0 | 59 | A0 | 0 | 36 | 11 | 19 | 13F | 2D | 37 |
| Octal | 300 | 131 | 240 | 0 | 66 | 21 | 31 | 477 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10100000 | 0 | 110110 | 10001 | 11001 | 100111111 | 101101 | 110111 |
Color Harmonies of #C059A0
Complementary color
Monochromatic Colors of #C059A0
Black with #C059A0
Text Example
Text Example
White with #C059A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059A0; }
p { color: rgb(192,89,160); }
H1.HeaderClassName
{
color: #C059A0;
}
.AnyTagClassName
{
color: #C059A0;
}
</style>
background-color css
<style>
a { background-color: #C059A0; }
a { background-color: rgb(192,89,160); }
div.DivClassName
{
background-color: #C059A0;
}
.BgClassName
{
background-color: #C059A0;
}
</style>
border-color css
<style>
span { border-color: #C059A0; }
span { border-color: rgb(192,89,160); }
td.TdClassName
{
border-color: #C059A0;
}
.TagClassName
{
border-color: #C059A0;
}
</style>