Shades of Mulberry #C7599A
Tints of Mulberry #C7599A
RGB
CMYK
RGB Variations
Color information
#C7599A (or 0xC7599A) is known color: Mulberry. HEX triplet: C7, 59 and 9A. RGB value is (199,89,154). Sum of RGB (Red+Green+Blue) = 199+89+154=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7599A is #38A665. Grayscale: #818181. Windows color (decimal): -3712614 or 10115527. OLE color: 10115527.
HSL color Cylindrical-coordinate representation of color #C7599A: hue angle of 324.55º 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 #C7599A is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 154 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.22 |
| HSL | 324.55º | 0.5% | 0.56% | - |
| HSV(B) | 324.55º | 0.55% | 0.78% | - |
| XYZ | 32.96 | 21.62 | 33.01 | - |
| YUV | 129.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 154 | 0 | 0.55 | 0.23 | 0.22 | 324.55 | 0.5 | 0.56 |
| Hex | C7 | 59 | 9A | 0 | 37 | 17 | 16 | 145 | 32 | 38 |
| Octal | 307 | 131 | 232 | 0 | 67 | 27 | 26 | 505 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10011010 | 0 | 110111 | 10111 | 10110 | 101000101 | 110010 | 111000 |
Color Harmonies of #C7599A
Complementary color
Monochromatic Colors of #C7599A
Black with #C7599A
Text Example
Text Example
White with #C7599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7599A; }
p { color: rgb(199,89,154); }
H1.HeaderClassName
{
color: #C7599A;
}
.AnyTagClassName
{
color: #C7599A;
}
</style>
background-color css
<style>
a { background-color: #C7599A; }
a { background-color: rgb(199,89,154); }
div.DivClassName
{
background-color: #C7599A;
}
.BgClassName
{
background-color: #C7599A;
}
</style>
border-color css
<style>
span { border-color: #C7599A; }
span { border-color: rgb(199,89,154); }
td.TdClassName
{
border-color: #C7599A;
}
.TagClassName
{
border-color: #C7599A;
}
</style>