Shades of Mulberry #C75396
Tints of Mulberry #C75396
RGB
CMYK
RGB Variations
Color information
#C75396 (or 0xC75396) is known color: Mulberry. HEX triplet: C7, 53 and 96. RGB value is (199,83,150). Sum of RGB (Red+Green+Blue) = 199+83+150=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C75396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75396 is #38AC69. Grayscale: #7D7D7D. Windows color (decimal): -3714154 or 9851847. OLE color: 9851847.
HSL color Cylindrical-coordinate representation of color #C75396: hue angle of 325.34º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75396 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 150 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.22 |
| HSL | 325.34º | 0.51% | 0.55% | - |
| HSV(B) | 325.34º | 0.58% | 0.78% | - |
| XYZ | 32.15 | 20.53 | 31.12 | - |
| YUV | 125.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 150 | 0 | 0.58 | 0.25 | 0.22 | 325.34 | 0.51 | 0.55 |
| Hex | C7 | 53 | 96 | 0 | 3A | 19 | 16 | 145 | 33 | 37 |
| Octal | 307 | 123 | 226 | 0 | 72 | 31 | 26 | 505 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10010110 | 0 | 111010 | 11001 | 10110 | 101000101 | 110011 | 110111 |
Color Harmonies of #C75396
Complementary color
Monochromatic Colors of #C75396
Black with #C75396
Text Example
Text Example
White with #C75396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75396; }
p { color: rgb(199,83,150); }
H1.HeaderClassName
{
color: #C75396;
}
.AnyTagClassName
{
color: #C75396;
}
</style>
background-color css
<style>
a { background-color: #C75396; }
a { background-color: rgb(199,83,150); }
div.DivClassName
{
background-color: #C75396;
}
.BgClassName
{
background-color: #C75396;
}
</style>
border-color css
<style>
span { border-color: #C75396; }
span { border-color: rgb(199,83,150); }
td.TdClassName
{
border-color: #C75396;
}
.TagClassName
{
border-color: #C75396;
}
</style>