Shades of Mulberry #C05590
Tints of Mulberry #C05590
RGB
CMYK
RGB Variations
Color information
#C05590 (or 0xC05590) is known color: Mulberry. HEX triplet: C0, 55 and 90. RGB value is (192,85,144). Sum of RGB (Red+Green+Blue) = 192+85+144=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C05590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05590 is #3FAA6F. Grayscale: #7B7B7B. Windows color (decimal): -4172400 or 9459136. OLE color: 9459136.
HSL color Cylindrical-coordinate representation of color #C05590: hue angle of 326.92º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05590 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 144 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.25 |
| HSL | 326.92º | 0.46% | 0.54% | - |
| HSV(B) | 326.92º | 0.56% | 0.75% | - |
| XYZ | 30.02 | 19.72 | 28.61 | - |
| YUV | 123.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 144 | 0 | 0.56 | 0.25 | 0.25 | 326.92 | 0.46 | 0.54 |
| Hex | C0 | 55 | 90 | 0 | 38 | 19 | 19 | 147 | 2E | 36 |
| Octal | 300 | 125 | 220 | 0 | 70 | 31 | 31 | 507 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10010000 | 0 | 111000 | 11001 | 11001 | 101000111 | 101110 | 110110 |
Color Harmonies of #C05590
Complementary color
Monochromatic Colors of #C05590
Black with #C05590
Text Example
Text Example
White with #C05590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05590; }
p { color: rgb(192,85,144); }
H1.HeaderClassName
{
color: #C05590;
}
.AnyTagClassName
{
color: #C05590;
}
</style>
background-color css
<style>
a { background-color: #C05590; }
a { background-color: rgb(192,85,144); }
div.DivClassName
{
background-color: #C05590;
}
.BgClassName
{
background-color: #C05590;
}
</style>
border-color css
<style>
span { border-color: #C05590; }
span { border-color: rgb(192,85,144); }
td.TdClassName
{
border-color: #C05590;
}
.TagClassName
{
border-color: #C05590;
}
</style>