Shades of Mulberry #C0558C
Tints of Mulberry #C0558C
RGB
CMYK
RGB Variations
Color information
#C0558C (or 0xC0558C) is known color: Mulberry. HEX triplet: C0, 55 and 8C. RGB value is (192,85,140). Sum of RGB (Red+Green+Blue) = 192+85+140=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0558C is #3FAA73. Grayscale: #7B7B7B. Windows color (decimal): -4172404 or 9196992. OLE color: 9196992.
HSL color Cylindrical-coordinate representation of color #C0558C: hue angle of 329.16º 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 #C0558C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 140 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.25 |
| HSL | 329.16º | 0.46% | 0.54% | - |
| HSV(B) | 329.16º | 0.56% | 0.75% | - |
| XYZ | 29.72 | 19.6 | 27.03 | - |
| YUV | 123.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 140 | 0 | 0.56 | 0.27 | 0.25 | 329.16 | 0.46 | 0.54 |
| Hex | C0 | 55 | 8C | 0 | 38 | 1B | 19 | 149 | 2E | 36 |
| Octal | 300 | 125 | 214 | 0 | 70 | 33 | 31 | 511 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10001100 | 0 | 111000 | 11011 | 11001 | 101001001 | 101110 | 110110 |
Color Harmonies of #C0558C
Complementary color
Monochromatic Colors of #C0558C
Black with #C0558C
Text Example
Text Example
White with #C0558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0558C; }
p { color: rgb(192,85,140); }
H1.HeaderClassName
{
color: #C0558C;
}
.AnyTagClassName
{
color: #C0558C;
}
</style>
background-color css
<style>
a { background-color: #C0558C; }
a { background-color: rgb(192,85,140); }
div.DivClassName
{
background-color: #C0558C;
}
.BgClassName
{
background-color: #C0558C;
}
</style>
border-color css
<style>
span { border-color: #C0558C; }
span { border-color: rgb(192,85,140); }
td.TdClassName
{
border-color: #C0558C;
}
.TagClassName
{
border-color: #C0558C;
}
</style>