Shades of Mulberry #C05E90
Tints of Mulberry #C05E90
RGB
CMYK
RGB Variations
Color information
#C05E90 (or 0xC05E90) is known color: Mulberry. HEX triplet: C0, 5E and 90. RGB value is (192,94,144). Sum of RGB (Red+Green+Blue) = 192+94+144=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E90 is #3FA16F. Grayscale: #808080. Windows color (decimal): -4170096 or 9461440. OLE color: 9461440.
HSL color Cylindrical-coordinate representation of color #C05E90: hue angle of 329.39º 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 #C05E90 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 144 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.25 |
| HSL | 329.39º | 0.44% | 0.56% | - |
| HSV(B) | 329.39º | 0.51% | 0.75% | - |
| XYZ | 30.77 | 21.23 | 28.86 | - |
| YUV | 129 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 144 | 0 | 0.51 | 0.25 | 0.25 | 329.39 | 0.44 | 0.56 |
| Hex | C0 | 5E | 90 | 0 | 33 | 19 | 19 | 149 | 2C | 38 |
| Octal | 300 | 136 | 220 | 0 | 63 | 31 | 31 | 511 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10010000 | 0 | 110011 | 11001 | 11001 | 101001001 | 101100 | 111000 |
Color Harmonies of #C05E90
Complementary color
Monochromatic Colors of #C05E90
Black with #C05E90
Text Example
Text Example
White with #C05E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E90; }
p { color: rgb(192,94,144); }
H1.HeaderClassName
{
color: #C05E90;
}
.AnyTagClassName
{
color: #C05E90;
}
</style>
background-color css
<style>
a { background-color: #C05E90; }
a { background-color: rgb(192,94,144); }
div.DivClassName
{
background-color: #C05E90;
}
.BgClassName
{
background-color: #C05E90;
}
</style>
border-color css
<style>
span { border-color: #C05E90; }
span { border-color: rgb(192,94,144); }
td.TdClassName
{
border-color: #C05E90;
}
.TagClassName
{
border-color: #C05E90;
}
</style>