Shades of Mulberry #C75982
Tints of Mulberry #C75982
RGB
CMYK
RGB Variations
Color information
#C75982 (or 0xC75982) is known color: Mulberry. HEX triplet: C7, 59 and 82. RGB value is (199,89,130). Sum of RGB (Red+Green+Blue) = 199+89+130=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C75982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75982 is #38A67D. Grayscale: #7E7E7E. Windows color (decimal): -3712638 or 8542663. OLE color: 8542663.
HSL color Cylindrical-coordinate representation of color #C75982: hue angle of 337.64º 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 #C75982 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 130 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.22 |
| HSL | 337.64º | 0.5% | 0.56% | - |
| HSV(B) | 337.64º | 0.55% | 0.78% | - |
| XYZ | 31.15 | 20.9 | 23.51 | - |
| YUV | 126.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 130 | 0 | 0.55 | 0.35 | 0.22 | 337.64 | 0.5 | 0.56 |
| Hex | C7 | 59 | 82 | 0 | 37 | 23 | 16 | 152 | 32 | 38 |
| Octal | 307 | 131 | 202 | 0 | 67 | 43 | 26 | 522 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10000010 | 0 | 110111 | 100011 | 10110 | 101010010 | 110010 | 111000 |
Color Harmonies of #C75982
Complementary color
Monochromatic Colors of #C75982
Black with #C75982
Text Example
Text Example
White with #C75982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75982; }
p { color: rgb(199,89,130); }
H1.HeaderClassName
{
color: #C75982;
}
.AnyTagClassName
{
color: #C75982;
}
</style>
background-color css
<style>
a { background-color: #C75982; }
a { background-color: rgb(199,89,130); }
div.DivClassName
{
background-color: #C75982;
}
.BgClassName
{
background-color: #C75982;
}
</style>
border-color css
<style>
span { border-color: #C75982; }
span { border-color: rgb(199,89,130); }
td.TdClassName
{
border-color: #C75982;
}
.TagClassName
{
border-color: #C75982;
}
</style>