Shades of Mulberry #C7558C
Tints of Mulberry #C7558C
RGB
CMYK
RGB Variations
Color information
#C7558C (or 0xC7558C) is known color: Mulberry. HEX triplet: C7, 55 and 8C. RGB value is (199,85,140). Sum of RGB (Red+Green+Blue) = 199+85+140=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7558C is #38AA73. Grayscale: #7D7D7D. Windows color (decimal): -3713652 or 9196999. OLE color: 9196999.
HSL color Cylindrical-coordinate representation of color #C7558C: hue angle of 331.05º degrees, saturation: 0.5, 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 #C7558C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 140 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.22 |
| HSL | 331.05º | 0.5% | 0.56% | - |
| HSV(B) | 331.05º | 0.57% | 0.78% | - |
| XYZ | 31.54 | 20.53 | 27.11 | - |
| YUV | 125.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 140 | 0 | 0.57 | 0.30 | 0.22 | 331.05 | 0.5 | 0.56 |
| Hex | C7 | 55 | 8C | 0 | 39 | 1E | 16 | 14B | 32 | 38 |
| Octal | 307 | 125 | 214 | 0 | 71 | 36 | 26 | 513 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10001100 | 0 | 111001 | 11110 | 10110 | 101001011 | 110010 | 111000 |
Color Harmonies of #C7558C
Complementary color
Monochromatic Colors of #C7558C
Black with #C7558C
Text Example
Text Example
White with #C7558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7558C; }
p { color: rgb(199,85,140); }
H1.HeaderClassName
{
color: #C7558C;
}
.AnyTagClassName
{
color: #C7558C;
}
</style>
background-color css
<style>
a { background-color: #C7558C; }
a { background-color: rgb(199,85,140); }
div.DivClassName
{
background-color: #C7558C;
}
.BgClassName
{
background-color: #C7558C;
}
</style>
border-color css
<style>
span { border-color: #C7558C; }
span { border-color: rgb(199,85,140); }
td.TdClassName
{
border-color: #C7558C;
}
.TagClassName
{
border-color: #C7558C;
}
</style>