Shades of Mulberry #C05785
Tints of Mulberry #C05785
RGB
CMYK
RGB Variations
Color information
#C05785 (or 0xC05785) is known color: Mulberry. HEX triplet: C0, 57 and 85. RGB value is (192,87,133). Sum of RGB (Red+Green+Blue) = 192+87+133=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C05785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05785 is #3FA87A. Grayscale: #7B7B7B. Windows color (decimal): -4171899 or 8738752. OLE color: 8738752.
HSL color Cylindrical-coordinate representation of color #C05785: hue angle of 333.71º 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 #C05785 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 133 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.25 |
| HSL | 333.71º | 0.45% | 0.55% | - |
| HSV(B) | 333.71º | 0.55% | 0.75% | - |
| XYZ | 29.38 | 19.72 | 24.45 | - |
| YUV | 123.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 133 | 0 | 0.55 | 0.31 | 0.25 | 333.71 | 0.45 | 0.55 |
| Hex | C0 | 57 | 85 | 0 | 37 | 1F | 19 | 14E | 2D | 37 |
| Octal | 300 | 127 | 205 | 0 | 67 | 37 | 31 | 516 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10000101 | 0 | 110111 | 11111 | 11001 | 101001110 | 101101 | 110111 |
Color Harmonies of #C05785
Complementary color
Monochromatic Colors of #C05785
Black with #C05785
Text Example
Text Example
White with #C05785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05785; }
p { color: rgb(192,87,133); }
H1.HeaderClassName
{
color: #C05785;
}
.AnyTagClassName
{
color: #C05785;
}
</style>
background-color css
<style>
a { background-color: #C05785; }
a { background-color: rgb(192,87,133); }
div.DivClassName
{
background-color: #C05785;
}
.BgClassName
{
background-color: #C05785;
}
</style>
border-color css
<style>
span { border-color: #C05785; }
span { border-color: rgb(192,87,133); }
td.TdClassName
{
border-color: #C05785;
}
.TagClassName
{
border-color: #C05785;
}
</style>