Shades of Mulberry #C75992
Tints of Mulberry #C75992
RGB
CMYK
RGB Variations
Color information
#C75992 (or 0xC75992) is known color: Mulberry. HEX triplet: C7, 59 and 92. RGB value is (199,89,146). Sum of RGB (Red+Green+Blue) = 199+89+146=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C75992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75992 is #38A66D. Grayscale: #808080. Windows color (decimal): -3712622 or 9591239. OLE color: 9591239.
HSL color Cylindrical-coordinate representation of color #C75992: hue angle of 328.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 #C75992 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 146 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.22 |
| HSL | 328.91º | 0.5% | 0.56% | - |
| HSV(B) | 328.91º | 0.55% | 0.78% | - |
| XYZ | 32.31 | 21.36 | 29.61 | - |
| YUV | 128.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 146 | 0 | 0.55 | 0.27 | 0.22 | 328.91 | 0.5 | 0.56 |
| Hex | C7 | 59 | 92 | 0 | 37 | 1B | 16 | 149 | 32 | 38 |
| Octal | 307 | 131 | 222 | 0 | 67 | 33 | 26 | 511 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10010010 | 0 | 110111 | 11011 | 10110 | 101001001 | 110010 | 111000 |
Color Harmonies of #C75992
Complementary color
Monochromatic Colors of #C75992
Black with #C75992
Text Example
Text Example
White with #C75992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75992; }
p { color: rgb(199,89,146); }
H1.HeaderClassName
{
color: #C75992;
}
.AnyTagClassName
{
color: #C75992;
}
</style>
background-color css
<style>
a { background-color: #C75992; }
a { background-color: rgb(199,89,146); }
div.DivClassName
{
background-color: #C75992;
}
.BgClassName
{
background-color: #C75992;
}
</style>
border-color css
<style>
span { border-color: #C75992; }
span { border-color: rgb(199,89,146); }
td.TdClassName
{
border-color: #C75992;
}
.TagClassName
{
border-color: #C75992;
}
</style>