Shades of Mulberry #C05981
Tints of Mulberry #C05981
RGB
CMYK
RGB Variations
Color information
#C05981 (or 0xC05981) is known color: Mulberry. HEX triplet: C0, 59 and 81. RGB value is (192,89,129). Sum of RGB (Red+Green+Blue) = 192+89+129=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C05981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05981 is #3FA67E. Grayscale: #7C7C7C. Windows color (decimal): -4171391 or 8477120. OLE color: 8477120.
HSL color Cylindrical-coordinate representation of color #C05981: hue angle of 336.7º 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 #C05981 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 129 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.25 |
| HSL | 336.7º | 0.45% | 0.55% | - |
| HSV(B) | 336.7º | 0.54% | 0.75% | - |
| XYZ | 29.27 | 19.94 | 23.07 | - |
| YUV | 124.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 129 | 0 | 0.54 | 0.33 | 0.25 | 336.7 | 0.45 | 0.55 |
| Hex | C0 | 59 | 81 | 0 | 36 | 21 | 19 | 151 | 2D | 37 |
| Octal | 300 | 131 | 201 | 0 | 66 | 41 | 31 | 521 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10000001 | 0 | 110110 | 100001 | 11001 | 101010001 | 101101 | 110111 |
Color Harmonies of #C05981
Complementary color
Monochromatic Colors of #C05981
Black with #C05981
Text Example
Text Example
White with #C05981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05981; }
p { color: rgb(192,89,129); }
H1.HeaderClassName
{
color: #C05981;
}
.AnyTagClassName
{
color: #C05981;
}
</style>
background-color css
<style>
a { background-color: #C05981; }
a { background-color: rgb(192,89,129); }
div.DivClassName
{
background-color: #C05981;
}
.BgClassName
{
background-color: #C05981;
}
</style>
border-color css
<style>
span { border-color: #C05981; }
span { border-color: rgb(192,89,129); }
td.TdClassName
{
border-color: #C05981;
}
.TagClassName
{
border-color: #C05981;
}
</style>