Shades of Mulberry #C05E93
Tints of Mulberry #C05E93
RGB
CMYK
RGB Variations
Color information
#C05E93 (or 0xC05E93) is known color: Mulberry. HEX triplet: C0, 5E and 93. RGB value is (192,94,147). Sum of RGB (Red+Green+Blue) = 192+94+147=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E93 is #3FA16C. Grayscale: #818181. Windows color (decimal): -4170093 or 9658048. OLE color: 9658048.
HSL color Cylindrical-coordinate representation of color #C05E93: hue angle of 327.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E93 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 147 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.25 |
| HSL | 327.55º | 0.44% | 0.56% | - |
| HSV(B) | 327.55º | 0.51% | 0.75% | - |
| XYZ | 31.01 | 21.32 | 30.08 | - |
| YUV | 129.34 | 137.97 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 147 | 0 | 0.51 | 0.23 | 0.25 | 327.55 | 0.44 | 0.56 |
| Hex | C0 | 5E | 93 | 0 | 33 | 17 | 19 | 148 | 2C | 38 |
| Octal | 300 | 136 | 223 | 0 | 63 | 27 | 31 | 510 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10010011 | 0 | 110011 | 10111 | 11001 | 101001000 | 101100 | 111000 |
Color Harmonies of #C05E93
Complementary color
Monochromatic Colors of #C05E93
Black with #C05E93
Text Example
Text Example
White with #C05E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E93; }
p { color: rgb(192,94,147); }
H1.HeaderClassName
{
color: #C05E93;
}
.AnyTagClassName
{
color: #C05E93;
}
</style>
background-color css
<style>
a { background-color: #C05E93; }
a { background-color: rgb(192,94,147); }
div.DivClassName
{
background-color: #C05E93;
}
.BgClassName
{
background-color: #C05E93;
}
</style>
border-color css
<style>
span { border-color: #C05E93; }
span { border-color: rgb(192,94,147); }
td.TdClassName
{
border-color: #C05E93;
}
.TagClassName
{
border-color: #C05E93;
}
</style>