Shades of Mulberry #C05899
Tints of Mulberry #C05899
RGB
CMYK
RGB Variations
Color information
#C05899 (or 0xC05899) is known color: Mulberry. HEX triplet: C0, 58 and 99. RGB value is (192,88,153). Sum of RGB (Red+Green+Blue) = 192+88+153=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05899 is #3FA766. Grayscale: #7E7E7E. Windows color (decimal): -4171623 or 10049728. OLE color: 10049728.
HSL color Cylindrical-coordinate representation of color #C05899: hue angle of 322.5º 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 #C05899 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 153 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.25 |
| HSL | 322.5º | 0.45% | 0.55% | - |
| HSV(B) | 322.5º | 0.54% | 0.75% | - |
| XYZ | 30.98 | 20.49 | 32.46 | - |
| YUV | 126.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 153 | 0 | 0.54 | 0.20 | 0.25 | 322.5 | 0.45 | 0.55 |
| Hex | C0 | 58 | 99 | 0 | 36 | 14 | 19 | 142 | 2D | 37 |
| Octal | 300 | 130 | 231 | 0 | 66 | 24 | 31 | 502 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10011001 | 0 | 110110 | 10100 | 11001 | 101000010 | 101101 | 110111 |
Color Harmonies of #C05899
Complementary color
Monochromatic Colors of #C05899
Black with #C05899
Text Example
Text Example
White with #C05899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05899; }
p { color: rgb(192,88,153); }
H1.HeaderClassName
{
color: #C05899;
}
.AnyTagClassName
{
color: #C05899;
}
</style>
background-color css
<style>
a { background-color: #C05899; }
a { background-color: rgb(192,88,153); }
div.DivClassName
{
background-color: #C05899;
}
.BgClassName
{
background-color: #C05899;
}
</style>
border-color css
<style>
span { border-color: #C05899; }
span { border-color: rgb(192,88,153); }
td.TdClassName
{
border-color: #C05899;
}
.TagClassName
{
border-color: #C05899;
}
</style>