Shades of Mulberry #C04E86
Tints of Mulberry #C04E86
RGB
CMYK
RGB Variations
Color information
#C04E86 (or 0xC04E86) is known color: Mulberry. HEX triplet: C0, 4E and 86. RGB value is (192,78,134). Sum of RGB (Red+Green+Blue) = 192+78+134=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E86 is #3FB179. Grayscale: #767676. Windows color (decimal): -4174202 or 8801984. OLE color: 8801984.
HSL color Cylindrical-coordinate representation of color #C04E86: hue angle of 330.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E86 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 134 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.25 |
| HSL | 330.53º | 0.48% | 0.53% | - |
| HSV(B) | 330.53º | 0.59% | 0.75% | - |
| XYZ | 28.77 | 18.38 | 24.59 | - |
| YUV | 118.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 134 | 0 | 0.59 | 0.30 | 0.25 | 330.53 | 0.48 | 0.53 |
| Hex | C0 | 4E | 86 | 0 | 3B | 1E | 19 | 14B | 30 | 35 |
| Octal | 300 | 116 | 206 | 0 | 73 | 36 | 31 | 513 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10000110 | 0 | 111011 | 11110 | 11001 | 101001011 | 110000 | 110101 |
Color Harmonies of #C04E86
Complementary color
Monochromatic Colors of #C04E86
Black with #C04E86
Text Example
Text Example
White with #C04E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E86; }
p { color: rgb(192,78,134); }
H1.HeaderClassName
{
color: #C04E86;
}
.AnyTagClassName
{
color: #C04E86;
}
</style>
background-color css
<style>
a { background-color: #C04E86; }
a { background-color: rgb(192,78,134); }
div.DivClassName
{
background-color: #C04E86;
}
.BgClassName
{
background-color: #C04E86;
}
</style>
border-color css
<style>
span { border-color: #C04E86; }
span { border-color: rgb(192,78,134); }
td.TdClassName
{
border-color: #C04E86;
}
.TagClassName
{
border-color: #C04E86;
}
</style>