Shades of Mulberry #C8558C
Tints of Mulberry #C8558C
RGB
CMYK
RGB Variations
Color information
#C8558C (or 0xC8558C) is known color: Mulberry. HEX triplet: C8, 55 and 8C. RGB value is (200,85,140). Sum of RGB (Red+Green+Blue) = 200+85+140=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8558C is #37AA73. Grayscale: #7D7D7D. Windows color (decimal): -3648116 or 9197000. OLE color: 9197000.
HSL color Cylindrical-coordinate representation of color #C8558C: hue angle of 331.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8558C is Cyan = 0, Magento = 0.58, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 140 | - |
| CMYK | 0 | 0.58 | 0.3 | 0.22 |
| HSL | 331.3º | 0.51% | 0.56% | - |
| HSV(B) | 331.3º | 0.58% | 0.78% | - |
| XYZ | 31.8 | 20.67 | 27.12 | - |
| YUV | 125.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 140 | 0 | 0.58 | 0.3 | 0.22 | 331.3 | 0.51 | 0.56 |
| Hex | C8 | 55 | 8C | 0 | 3A | 1E | 16 | 14B | 33 | 38 |
| Octal | 310 | 125 | 214 | 0 | 72 | 36 | 26 | 513 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10001100 | 0 | 111010 | 11110 | 10110 | 101001011 | 110011 | 111000 |
Color Harmonies of #C8558C
Complementary color
Monochromatic Colors of #C8558C
Black with #C8558C
Text Example
Text Example
White with #C8558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8558C; }
p { color: rgb(200,85,140); }
H1.HeaderClassName
{
color: #C8558C;
}
.AnyTagClassName
{
color: #C8558C;
}
</style>
background-color css
<style>
a { background-color: #C8558C; }
a { background-color: rgb(200,85,140); }
div.DivClassName
{
background-color: #C8558C;
}
.BgClassName
{
background-color: #C8558C;
}
</style>
border-color css
<style>
span { border-color: #C8558C; }
span { border-color: rgb(200,85,140); }
td.TdClassName
{
border-color: #C8558C;
}
.TagClassName
{
border-color: #C8558C;
}
</style>