Shades of Mulberry #C7559A
Tints of Mulberry #C7559A
RGB
CMYK
RGB Variations
Color information
#C7559A (or 0xC7559A) is known color: Mulberry. HEX triplet: C7, 55 and 9A. RGB value is (199,85,154). Sum of RGB (Red+Green+Blue) = 199+85+154=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7559A is #38AA65. Grayscale: #7E7E7E. Windows color (decimal): -3713638 or 10114503. OLE color: 10114503.
HSL color Cylindrical-coordinate representation of color #C7559A: hue angle of 323.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7559A is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 154 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.22 |
| HSL | 323.68º | 0.5% | 0.56% | - |
| HSV(B) | 323.68º | 0.57% | 0.78% | - |
| XYZ | 32.63 | 20.97 | 32.9 | - |
| YUV | 126.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 154 | 0 | 0.57 | 0.23 | 0.22 | 323.68 | 0.5 | 0.56 |
| Hex | C7 | 55 | 9A | 0 | 39 | 17 | 16 | 144 | 32 | 38 |
| Octal | 307 | 125 | 232 | 0 | 71 | 27 | 26 | 504 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10011010 | 0 | 111001 | 10111 | 10110 | 101000100 | 110010 | 111000 |
Color Harmonies of #C7559A
Complementary color
Monochromatic Colors of #C7559A
Black with #C7559A
Text Example
Text Example
White with #C7559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7559A; }
p { color: rgb(199,85,154); }
H1.HeaderClassName
{
color: #C7559A;
}
.AnyTagClassName
{
color: #C7559A;
}
</style>
background-color css
<style>
a { background-color: #C7559A; }
a { background-color: rgb(199,85,154); }
div.DivClassName
{
background-color: #C7559A;
}
.BgClassName
{
background-color: #C7559A;
}
</style>
border-color css
<style>
span { border-color: #C7559A; }
span { border-color: rgb(199,85,154); }
td.TdClassName
{
border-color: #C7559A;
}
.TagClassName
{
border-color: #C7559A;
}
</style>