Shades of Mulberry #C05794
Tints of Mulberry #C05794
RGB
CMYK
RGB Variations
Color information
#C05794 (or 0xC05794) is known color: Mulberry. HEX triplet: C0, 57 and 94. RGB value is (192,87,148). Sum of RGB (Red+Green+Blue) = 192+87+148=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05794 is #3FA86B. Grayscale: #7D7D7D. Windows color (decimal): -4171884 or 9721792. OLE color: 9721792.
HSL color Cylindrical-coordinate representation of color #C05794: hue angle of 325.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05794 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 148 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.25 |
| HSL | 325.14º | 0.45% | 0.55% | - |
| HSV(B) | 325.14º | 0.55% | 0.75% | - |
| XYZ | 30.49 | 20.16 | 30.3 | - |
| YUV | 125.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 148 | 0 | 0.55 | 0.23 | 0.25 | 325.14 | 0.45 | 0.55 |
| Hex | C0 | 57 | 94 | 0 | 37 | 17 | 19 | 145 | 2D | 37 |
| Octal | 300 | 127 | 224 | 0 | 67 | 27 | 31 | 505 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10010100 | 0 | 110111 | 10111 | 11001 | 101000101 | 101101 | 110111 |
Color Harmonies of #C05794
Complementary color
Monochromatic Colors of #C05794
Black with #C05794
Text Example
Text Example
White with #C05794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05794; }
p { color: rgb(192,87,148); }
H1.HeaderClassName
{
color: #C05794;
}
.AnyTagClassName
{
color: #C05794;
}
</style>
background-color css
<style>
a { background-color: #C05794; }
a { background-color: rgb(192,87,148); }
div.DivClassName
{
background-color: #C05794;
}
.BgClassName
{
background-color: #C05794;
}
</style>
border-color css
<style>
span { border-color: #C05794; }
span { border-color: rgb(192,87,148); }
td.TdClassName
{
border-color: #C05794;
}
.TagClassName
{
border-color: #C05794;
}
</style>