Shades of Mulberry #C05E99
Tints of Mulberry #C05E99
RGB
CMYK
RGB Variations
Color information
#C05E99 (or 0xC05E99) is known color: Mulberry. HEX triplet: C0, 5E and 99. RGB value is (192,94,153). Sum of RGB (Red+Green+Blue) = 192+94+153=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E99 is #3FA166. Grayscale: #818181. Windows color (decimal): -4170087 or 10051264. OLE color: 10051264.
HSL color Cylindrical-coordinate representation of color #C05E99: hue angle of 323.88º 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 #C05E99 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 153 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.25 |
| HSL | 323.88º | 0.44% | 0.56% | - |
| HSV(B) | 323.88º | 0.51% | 0.75% | - |
| XYZ | 31.49 | 21.51 | 32.63 | - |
| YUV | 130.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 153 | 0 | 0.51 | 0.20 | 0.25 | 323.88 | 0.44 | 0.56 |
| Hex | C0 | 5E | 99 | 0 | 33 | 14 | 19 | 144 | 2C | 38 |
| Octal | 300 | 136 | 231 | 0 | 63 | 24 | 31 | 504 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10011001 | 0 | 110011 | 10100 | 11001 | 101000100 | 101100 | 111000 |
Color Harmonies of #C05E99
Complementary color
Monochromatic Colors of #C05E99
Black with #C05E99
Text Example
Text Example
White with #C05E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E99; }
p { color: rgb(192,94,153); }
H1.HeaderClassName
{
color: #C05E99;
}
.AnyTagClassName
{
color: #C05E99;
}
</style>
background-color css
<style>
a { background-color: #C05E99; }
a { background-color: rgb(192,94,153); }
div.DivClassName
{
background-color: #C05E99;
}
.BgClassName
{
background-color: #C05E99;
}
</style>
border-color css
<style>
span { border-color: #C05E99; }
span { border-color: rgb(192,94,153); }
td.TdClassName
{
border-color: #C05E99;
}
.TagClassName
{
border-color: #C05E99;
}
</style>