Shades of Mulberry #C05E88
Tints of Mulberry #C05E88
RGB
CMYK
RGB Variations
Color information
#C05E88 (or 0xC05E88) is known color: Mulberry. HEX triplet: C0, 5E and 88. RGB value is (192,94,136). Sum of RGB (Red+Green+Blue) = 192+94+136=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E88 is #3FA177. Grayscale: #808080. Windows color (decimal): -4170104 or 8937152. OLE color: 8937152.
HSL color Cylindrical-coordinate representation of color #C05E88: hue angle of 334.29º 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 #C05E88 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 136 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.25 |
| HSL | 334.29º | 0.44% | 0.56% | - |
| HSV(B) | 334.29º | 0.51% | 0.75% | - |
| XYZ | 30.18 | 20.99 | 25.75 | - |
| YUV | 128.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 136 | 0 | 0.51 | 0.29 | 0.25 | 334.29 | 0.44 | 0.56 |
| Hex | C0 | 5E | 88 | 0 | 33 | 1D | 19 | 14E | 2C | 38 |
| Octal | 300 | 136 | 210 | 0 | 63 | 35 | 31 | 516 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10001000 | 0 | 110011 | 11101 | 11001 | 101001110 | 101100 | 111000 |
Color Harmonies of #C05E88
Complementary color
Monochromatic Colors of #C05E88
Black with #C05E88
Text Example
Text Example
White with #C05E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E88; }
p { color: rgb(192,94,136); }
H1.HeaderClassName
{
color: #C05E88;
}
.AnyTagClassName
{
color: #C05E88;
}
</style>
background-color css
<style>
a { background-color: #C05E88; }
a { background-color: rgb(192,94,136); }
div.DivClassName
{
background-color: #C05E88;
}
.BgClassName
{
background-color: #C05E88;
}
</style>
border-color css
<style>
span { border-color: #C05E88; }
span { border-color: rgb(192,94,136); }
td.TdClassName
{
border-color: #C05E88;
}
.TagClassName
{
border-color: #C05E88;
}
</style>