Shades of Mulberry #C75882
Tints of Mulberry #C75882
RGB
CMYK
RGB Variations
Color information
#C75882 (or 0xC75882) is known color: Mulberry. HEX triplet: C7, 58 and 82. RGB value is (199,88,130). Sum of RGB (Red+Green+Blue) = 199+88+130=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75882 is #38A77D. Grayscale: #7D7D7D. Windows color (decimal): -3712894 or 8542407. OLE color: 8542407.
HSL color Cylindrical-coordinate representation of color #C75882: hue angle of 337.3º 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 #C75882 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 130 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.22 |
| HSL | 337.3º | 0.5% | 0.56% | - |
| HSV(B) | 337.3º | 0.56% | 0.78% | - |
| XYZ | 31.07 | 20.73 | 23.48 | - |
| YUV | 125.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 130 | 0 | 0.56 | 0.35 | 0.22 | 337.3 | 0.5 | 0.56 |
| Hex | C7 | 58 | 82 | 0 | 38 | 23 | 16 | 151 | 32 | 38 |
| Octal | 307 | 130 | 202 | 0 | 70 | 43 | 26 | 521 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10000010 | 0 | 111000 | 100011 | 10110 | 101010001 | 110010 | 111000 |
Color Harmonies of #C75882
Complementary color
Monochromatic Colors of #C75882
Black with #C75882
Text Example
Text Example
White with #C75882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75882; }
p { color: rgb(199,88,130); }
H1.HeaderClassName
{
color: #C75882;
}
.AnyTagClassName
{
color: #C75882;
}
</style>
background-color css
<style>
a { background-color: #C75882; }
a { background-color: rgb(199,88,130); }
div.DivClassName
{
background-color: #C75882;
}
.BgClassName
{
background-color: #C75882;
}
</style>
border-color css
<style>
span { border-color: #C75882; }
span { border-color: rgb(199,88,130); }
td.TdClassName
{
border-color: #C75882;
}
.TagClassName
{
border-color: #C75882;
}
</style>