Shades of Mulberry #C05E92
Tints of Mulberry #C05E92
RGB
CMYK
RGB Variations
Color information
#C05E92 (or 0xC05E92) is known color: Mulberry. HEX triplet: C0, 5E and 92. RGB value is (192,94,146). Sum of RGB (Red+Green+Blue) = 192+94+146=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E92 is #3FA16D. Grayscale: #818181. Windows color (decimal): -4170094 or 9592512. OLE color: 9592512.
HSL color Cylindrical-coordinate representation of color #C05E92: hue angle of 328.16º 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 #C05E92 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 146 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.25 |
| HSL | 328.16º | 0.44% | 0.56% | - |
| HSV(B) | 328.16º | 0.51% | 0.75% | - |
| XYZ | 30.93 | 21.29 | 29.67 | - |
| YUV | 129.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 146 | 0 | 0.51 | 0.24 | 0.25 | 328.16 | 0.44 | 0.56 |
| Hex | C0 | 5E | 92 | 0 | 33 | 18 | 19 | 148 | 2C | 38 |
| Octal | 300 | 136 | 222 | 0 | 63 | 30 | 31 | 510 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10010010 | 0 | 110011 | 11000 | 11001 | 101001000 | 101100 | 111000 |
Color Harmonies of #C05E92
Complementary color
Monochromatic Colors of #C05E92
Black with #C05E92
Text Example
Text Example
White with #C05E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E92; }
p { color: rgb(192,94,146); }
H1.HeaderClassName
{
color: #C05E92;
}
.AnyTagClassName
{
color: #C05E92;
}
</style>
background-color css
<style>
a { background-color: #C05E92; }
a { background-color: rgb(192,94,146); }
div.DivClassName
{
background-color: #C05E92;
}
.BgClassName
{
background-color: #C05E92;
}
</style>
border-color css
<style>
span { border-color: #C05E92; }
span { border-color: rgb(192,94,146); }
td.TdClassName
{
border-color: #C05E92;
}
.TagClassName
{
border-color: #C05E92;
}
</style>