Shades of Mulberry #C75995
Tints of Mulberry #C75995
RGB
CMYK
RGB Variations
Color information
#C75995 (or 0xC75995) is known color: Mulberry. HEX triplet: C7, 59 and 95. RGB value is (199,89,149). Sum of RGB (Red+Green+Blue) = 199+89+149=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C75995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75995 is #38A66A. Grayscale: #808080. Windows color (decimal): -3712619 or 9787847. OLE color: 9787847.
HSL color Cylindrical-coordinate representation of color #C75995: hue angle of 327.27º 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 #C75995 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 149 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.22 |
| HSL | 327.27º | 0.5% | 0.56% | - |
| HSV(B) | 327.27º | 0.55% | 0.78% | - |
| XYZ | 32.55 | 21.46 | 30.86 | - |
| YUV | 128.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 149 | 0 | 0.55 | 0.25 | 0.22 | 327.27 | 0.5 | 0.56 |
| Hex | C7 | 59 | 95 | 0 | 37 | 19 | 16 | 147 | 32 | 38 |
| Octal | 307 | 131 | 225 | 0 | 67 | 31 | 26 | 507 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10010101 | 0 | 110111 | 11001 | 10110 | 101000111 | 110010 | 111000 |
Color Harmonies of #C75995
Complementary color
Monochromatic Colors of #C75995
Black with #C75995
Text Example
Text Example
White with #C75995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75995; }
p { color: rgb(199,89,149); }
H1.HeaderClassName
{
color: #C75995;
}
.AnyTagClassName
{
color: #C75995;
}
</style>
background-color css
<style>
a { background-color: #C75995; }
a { background-color: rgb(199,89,149); }
div.DivClassName
{
background-color: #C75995;
}
.BgClassName
{
background-color: #C75995;
}
</style>
border-color css
<style>
span { border-color: #C75995; }
span { border-color: rgb(199,89,149); }
td.TdClassName
{
border-color: #C75995;
}
.TagClassName
{
border-color: #C75995;
}
</style>