Shades of Mulberry #C7588C
Tints of Mulberry #C7588C
RGB
CMYK
RGB Variations
Color information
#C7588C (or 0xC7588C) is known color: Mulberry. HEX triplet: C7, 58 and 8C. RGB value is (199,88,140). Sum of RGB (Red+Green+Blue) = 199+88+140=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7588C is #38A773. Grayscale: #7F7F7F. Windows color (decimal): -3712884 or 9197767. OLE color: 9197767.
HSL color Cylindrical-coordinate representation of color #C7588C: hue angle of 331.89º 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 #C7588C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 140 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.22 |
| HSL | 331.89º | 0.5% | 0.56% | - |
| HSV(B) | 331.89º | 0.56% | 0.78% | - |
| XYZ | 31.78 | 21.02 | 27.19 | - |
| YUV | 127.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 140 | 0 | 0.56 | 0.30 | 0.22 | 331.89 | 0.5 | 0.56 |
| Hex | C7 | 58 | 8C | 0 | 38 | 1E | 16 | 14C | 32 | 38 |
| Octal | 307 | 130 | 214 | 0 | 70 | 36 | 26 | 514 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10001100 | 0 | 111000 | 11110 | 10110 | 101001100 | 110010 | 111000 |
Color Harmonies of #C7588C
Complementary color
Monochromatic Colors of #C7588C
Black with #C7588C
Text Example
Text Example
White with #C7588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7588C; }
p { color: rgb(199,88,140); }
H1.HeaderClassName
{
color: #C7588C;
}
.AnyTagClassName
{
color: #C7588C;
}
</style>
background-color css
<style>
a { background-color: #C7588C; }
a { background-color: rgb(199,88,140); }
div.DivClassName
{
background-color: #C7588C;
}
.BgClassName
{
background-color: #C7588C;
}
</style>
border-color css
<style>
span { border-color: #C7588C; }
span { border-color: rgb(199,88,140); }
td.TdClassName
{
border-color: #C7588C;
}
.TagClassName
{
border-color: #C7588C;
}
</style>