Shades of Mulberry #C05886
Tints of Mulberry #C05886
RGB
CMYK
RGB Variations
Color information
#C05886 (or 0xC05886) is known color: Mulberry. HEX triplet: C0, 58 and 86. RGB value is (192,88,134). Sum of RGB (Red+Green+Blue) = 192+88+134=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C05886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05886 is #3FA779. Grayscale: #7C7C7C. Windows color (decimal): -4171642 or 8804544. OLE color: 8804544.
HSL color Cylindrical-coordinate representation of color #C05886: hue angle of 333.46º 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 #C05886 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 134 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.25 |
| HSL | 333.46º | 0.45% | 0.55% | - |
| HSV(B) | 333.46º | 0.54% | 0.75% | - |
| XYZ | 29.53 | 19.91 | 24.84 | - |
| YUV | 124.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 134 | 0 | 0.54 | 0.30 | 0.25 | 333.46 | 0.45 | 0.55 |
| Hex | C0 | 58 | 86 | 0 | 36 | 1E | 19 | 14D | 2D | 37 |
| Octal | 300 | 130 | 206 | 0 | 66 | 36 | 31 | 515 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10000110 | 0 | 110110 | 11110 | 11001 | 101001101 | 101101 | 110111 |
Color Harmonies of #C05886
Complementary color
Monochromatic Colors of #C05886
Black with #C05886
Text Example
Text Example
White with #C05886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05886; }
p { color: rgb(192,88,134); }
H1.HeaderClassName
{
color: #C05886;
}
.AnyTagClassName
{
color: #C05886;
}
</style>
background-color css
<style>
a { background-color: #C05886; }
a { background-color: rgb(192,88,134); }
div.DivClassName
{
background-color: #C05886;
}
.BgClassName
{
background-color: #C05886;
}
</style>
border-color css
<style>
span { border-color: #C05886; }
span { border-color: rgb(192,88,134); }
td.TdClassName
{
border-color: #C05886;
}
.TagClassName
{
border-color: #C05886;
}
</style>