Shades of Mulberry #C75987
Tints of Mulberry #C75987
RGB
CMYK
RGB Variations
Color information
#C75987 (or 0xC75987) is known color: Mulberry. HEX triplet: C7, 59 and 87. RGB value is (199,89,135). Sum of RGB (Red+Green+Blue) = 199+89+135=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C75987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75987 is #38A678. Grayscale: #7F7F7F. Windows color (decimal): -3712633 or 8870343. OLE color: 8870343.
HSL color Cylindrical-coordinate representation of color #C75987: hue angle of 334.91º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75987 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 135 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.22 |
| HSL | 334.91º | 0.5% | 0.56% | - |
| HSV(B) | 334.91º | 0.55% | 0.78% | - |
| XYZ | 31.5 | 21.04 | 25.32 | - |
| YUV | 127.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 135 | 0 | 0.55 | 0.32 | 0.22 | 334.91 | 0.5 | 0.56 |
| Hex | C7 | 59 | 87 | 0 | 37 | 20 | 16 | 14F | 32 | 38 |
| Octal | 307 | 131 | 207 | 0 | 67 | 40 | 26 | 517 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10000111 | 0 | 110111 | 100000 | 10110 | 101001111 | 110010 | 111000 |
Color Harmonies of #C75987
Complementary color
Monochromatic Colors of #C75987
Black with #C75987
Text Example
Text Example
White with #C75987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75987; }
p { color: rgb(199,89,135); }
H1.HeaderClassName
{
color: #C75987;
}
.AnyTagClassName
{
color: #C75987;
}
</style>
background-color css
<style>
a { background-color: #C75987; }
a { background-color: rgb(199,89,135); }
div.DivClassName
{
background-color: #C75987;
}
.BgClassName
{
background-color: #C75987;
}
</style>
border-color css
<style>
span { border-color: #C75987; }
span { border-color: rgb(199,89,135); }
td.TdClassName
{
border-color: #C75987;
}
.TagClassName
{
border-color: #C75987;
}
</style>