Shades of Mulberry #C7588E
Tints of Mulberry #C7588E
RGB
CMYK
RGB Variations
Color information
#C7588E (or 0xC7588E) is known color: Mulberry. HEX triplet: C7, 58 and 8E. RGB value is (199,88,142). Sum of RGB (Red+Green+Blue) = 199+88+142=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7588E is #38A771. Grayscale: #7F7F7F. Windows color (decimal): -3712882 or 9328839. OLE color: 9328839.
HSL color Cylindrical-coordinate representation of color #C7588E: hue angle of 330.81º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7588E is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 142 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.22 |
| HSL | 330.81º | 0.5% | 0.56% | - |
| HSV(B) | 330.81º | 0.56% | 0.78% | - |
| XYZ | 31.93 | 21.07 | 27.98 | - |
| YUV | 127.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 142 | 0 | 0.56 | 0.29 | 0.22 | 330.81 | 0.5 | 0.56 |
| Hex | C7 | 58 | 8E | 0 | 38 | 1D | 16 | 14B | 32 | 38 |
| Octal | 307 | 130 | 216 | 0 | 70 | 35 | 26 | 513 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10001110 | 0 | 111000 | 11101 | 10110 | 101001011 | 110010 | 111000 |
Color Harmonies of #C7588E
Complementary color
Monochromatic Colors of #C7588E
Black with #C7588E
Text Example
Text Example
White with #C7588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7588E; }
p { color: rgb(199,88,142); }
H1.HeaderClassName
{
color: #C7588E;
}
.AnyTagClassName
{
color: #C7588E;
}
</style>
background-color css
<style>
a { background-color: #C7588E; }
a { background-color: rgb(199,88,142); }
div.DivClassName
{
background-color: #C7588E;
}
.BgClassName
{
background-color: #C7588E;
}
</style>
border-color css
<style>
span { border-color: #C7588E; }
span { border-color: rgb(199,88,142); }
td.TdClassName
{
border-color: #C7588E;
}
.TagClassName
{
border-color: #C7588E;
}
</style>