Shades of Mulberry #C05998
Tints of Mulberry #C05998
RGB
CMYK
RGB Variations
Color information
#C05998 (or 0xC05998) is known color: Mulberry. HEX triplet: C0, 59 and 98. RGB value is (192,89,152). Sum of RGB (Red+Green+Blue) = 192+89+152=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05998 is #3FA667. Grayscale: #7E7E7E. Windows color (decimal): -4171368 or 9984448. OLE color: 9984448.
HSL color Cylindrical-coordinate representation of color #C05998: hue angle of 323.3º 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 #C05998 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 152 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.25 |
| HSL | 323.3º | 0.45% | 0.55% | - |
| HSV(B) | 323.3º | 0.54% | 0.75% | - |
| XYZ | 30.98 | 20.62 | 32.05 | - |
| YUV | 126.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 152 | 0 | 0.54 | 0.21 | 0.25 | 323.3 | 0.45 | 0.55 |
| Hex | C0 | 59 | 98 | 0 | 36 | 15 | 19 | 143 | 2D | 37 |
| Octal | 300 | 131 | 230 | 0 | 66 | 25 | 31 | 503 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10011000 | 0 | 110110 | 10101 | 11001 | 101000011 | 101101 | 110111 |
Color Harmonies of #C05998
Complementary color
Monochromatic Colors of #C05998
Black with #C05998
Text Example
Text Example
White with #C05998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05998; }
p { color: rgb(192,89,152); }
H1.HeaderClassName
{
color: #C05998;
}
.AnyTagClassName
{
color: #C05998;
}
</style>
background-color css
<style>
a { background-color: #C05998; }
a { background-color: rgb(192,89,152); }
div.DivClassName
{
background-color: #C05998;
}
.BgClassName
{
background-color: #C05998;
}
</style>
border-color css
<style>
span { border-color: #C05998; }
span { border-color: rgb(192,89,152); }
td.TdClassName
{
border-color: #C05998;
}
.TagClassName
{
border-color: #C05998;
}
</style>