Shades of Mulberry #C75997
Tints of Mulberry #C75997
RGB
CMYK
RGB Variations
Color information
#C75997 (or 0xC75997) is known color: Mulberry. HEX triplet: C7, 59 and 97. RGB value is (199,89,151). Sum of RGB (Red+Green+Blue) = 199+89+151=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C75997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75997 is #38A668. Grayscale: #808080. Windows color (decimal): -3712617 or 9918919. OLE color: 9918919.
HSL color Cylindrical-coordinate representation of color #C75997: hue angle of 326.18º 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 #C75997 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 151 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.22 |
| HSL | 326.18º | 0.5% | 0.56% | - |
| HSV(B) | 326.18º | 0.55% | 0.78% | - |
| XYZ | 32.71 | 21.52 | 31.71 | - |
| YUV | 128.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 151 | 0 | 0.55 | 0.24 | 0.22 | 326.18 | 0.5 | 0.56 |
| Hex | C7 | 59 | 97 | 0 | 37 | 18 | 16 | 146 | 32 | 38 |
| Octal | 307 | 131 | 227 | 0 | 67 | 30 | 26 | 506 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10010111 | 0 | 110111 | 11000 | 10110 | 101000110 | 110010 | 111000 |
Color Harmonies of #C75997
Complementary color
Monochromatic Colors of #C75997
Black with #C75997
Text Example
Text Example
White with #C75997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75997; }
p { color: rgb(199,89,151); }
H1.HeaderClassName
{
color: #C75997;
}
.AnyTagClassName
{
color: #C75997;
}
</style>
background-color css
<style>
a { background-color: #C75997; }
a { background-color: rgb(199,89,151); }
div.DivClassName
{
background-color: #C75997;
}
.BgClassName
{
background-color: #C75997;
}
</style>
border-color css
<style>
span { border-color: #C75997; }
span { border-color: rgb(199,89,151); }
td.TdClassName
{
border-color: #C75997;
}
.TagClassName
{
border-color: #C75997;
}
</style>