Shades of Mulberry #C75996
Tints of Mulberry #C75996
RGB
CMYK
RGB Variations
Color information
#C75996 (or 0xC75996) is known color: Mulberry. HEX triplet: C7, 59 and 96. RGB value is (199,89,150). Sum of RGB (Red+Green+Blue) = 199+89+150=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C75996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75996 is #38A669. Grayscale: #808080. Windows color (decimal): -3712618 or 9853383. OLE color: 9853383.
HSL color Cylindrical-coordinate representation of color #C75996: hue angle of 326.73º 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 #C75996 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 150 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.22 |
| HSL | 326.73º | 0.5% | 0.56% | - |
| HSV(B) | 326.73º | 0.55% | 0.78% | - |
| XYZ | 32.63 | 21.49 | 31.28 | - |
| YUV | 128.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 150 | 0 | 0.55 | 0.25 | 0.22 | 326.73 | 0.5 | 0.56 |
| Hex | C7 | 59 | 96 | 0 | 37 | 19 | 16 | 147 | 32 | 38 |
| Octal | 307 | 131 | 226 | 0 | 67 | 31 | 26 | 507 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10010110 | 0 | 110111 | 11001 | 10110 | 101000111 | 110010 | 111000 |
Color Harmonies of #C75996
Complementary color
Monochromatic Colors of #C75996
Black with #C75996
Text Example
Text Example
White with #C75996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75996; }
p { color: rgb(199,89,150); }
H1.HeaderClassName
{
color: #C75996;
}
.AnyTagClassName
{
color: #C75996;
}
</style>
background-color css
<style>
a { background-color: #C75996; }
a { background-color: rgb(199,89,150); }
div.DivClassName
{
background-color: #C75996;
}
.BgClassName
{
background-color: #C75996;
}
</style>
border-color css
<style>
span { border-color: #C75996; }
span { border-color: rgb(199,89,150); }
td.TdClassName
{
border-color: #C75996;
}
.TagClassName
{
border-color: #C75996;
}
</style>