Shades of Mulberry #C75786
Tints of Mulberry #C75786
RGB
CMYK
RGB Variations
Color information
#C75786 (or 0xC75786) is known color: Mulberry. HEX triplet: C7, 57 and 86. RGB value is (199,87,134). Sum of RGB (Red+Green+Blue) = 199+87+134=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75786 is #38A879. Grayscale: #7D7D7D. Windows color (decimal): -3713146 or 8804295. OLE color: 8804295.
HSL color Cylindrical-coordinate representation of color #C75786: hue angle of 334.82º 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 #C75786 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 134 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.22 |
| HSL | 334.82º | 0.5% | 0.56% | - |
| HSV(B) | 334.82º | 0.56% | 0.78% | - |
| XYZ | 31.26 | 20.68 | 24.9 | - |
| YUV | 125.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 134 | 0 | 0.56 | 0.33 | 0.22 | 334.82 | 0.5 | 0.56 |
| Hex | C7 | 57 | 86 | 0 | 38 | 21 | 16 | 14F | 32 | 38 |
| Octal | 307 | 127 | 206 | 0 | 70 | 41 | 26 | 517 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10000110 | 0 | 111000 | 100001 | 10110 | 101001111 | 110010 | 111000 |
Color Harmonies of #C75786
Complementary color
Monochromatic Colors of #C75786
Black with #C75786
Text Example
Text Example
White with #C75786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75786; }
p { color: rgb(199,87,134); }
H1.HeaderClassName
{
color: #C75786;
}
.AnyTagClassName
{
color: #C75786;
}
</style>
background-color css
<style>
a { background-color: #C75786; }
a { background-color: rgb(199,87,134); }
div.DivClassName
{
background-color: #C75786;
}
.BgClassName
{
background-color: #C75786;
}
</style>
border-color css
<style>
span { border-color: #C75786; }
span { border-color: rgb(199,87,134); }
td.TdClassName
{
border-color: #C75786;
}
.TagClassName
{
border-color: #C75786;
}
</style>