Shades of Mulberry #C057A0
Tints of Mulberry #C057A0
RGB
CMYK
RGB Variations
Color information
#C057A0 (or 0xC057A0) is known color: Mulberry. HEX triplet: C0, 57 and A0. RGB value is (192,87,160). Sum of RGB (Red+Green+Blue) = 192+87+160=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C057A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057A0 is #3FA85F. Grayscale: #7E7E7E. Windows color (decimal): -4171872 or 10508224. OLE color: 10508224.
HSL color Cylindrical-coordinate representation of color #C057A0: hue angle of 318.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C057A0 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 160 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.25 |
| HSL | 318.29º | 0.45% | 0.55% | - |
| HSV(B) | 318.29º | 0.55% | 0.75% | - |
| XYZ | 31.49 | 20.56 | 35.57 | - |
| YUV | 126.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 160 | 0 | 0.55 | 0.17 | 0.25 | 318.29 | 0.45 | 0.55 |
| Hex | C0 | 57 | A0 | 0 | 37 | 11 | 19 | 13E | 2D | 37 |
| Octal | 300 | 127 | 240 | 0 | 67 | 21 | 31 | 476 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10100000 | 0 | 110111 | 10001 | 11001 | 100111110 | 101101 | 110111 |
Color Harmonies of #C057A0
Complementary color
Monochromatic Colors of #C057A0
Black with #C057A0
Text Example
Text Example
White with #C057A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057A0; }
p { color: rgb(192,87,160); }
H1.HeaderClassName
{
color: #C057A0;
}
.AnyTagClassName
{
color: #C057A0;
}
</style>
background-color css
<style>
a { background-color: #C057A0; }
a { background-color: rgb(192,87,160); }
div.DivClassName
{
background-color: #C057A0;
}
.BgClassName
{
background-color: #C057A0;
}
</style>
border-color css
<style>
span { border-color: #C057A0; }
span { border-color: rgb(192,87,160); }
td.TdClassName
{
border-color: #C057A0;
}
.TagClassName
{
border-color: #C057A0;
}
</style>