Shades of Mulberry #C4559F
Tints of Mulberry #C4559F
RGB
CMYK
RGB Variations
Color information
#C4559F (or 0xC4559F) is known color: Mulberry. HEX triplet: C4, 55 and 9F. RGB value is (196,85,159). Sum of RGB (Red+Green+Blue) = 196+85+159=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4559F is #3BAA60. Grayscale: #7E7E7E. Windows color (decimal): -3910241 or 10442180. OLE color: 10442180.
HSL color Cylindrical-coordinate representation of color #C4559F: hue angle of 320º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4559F is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 159 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.23 |
| HSL | 320º | 0.48% | 0.55% | - |
| HSV(B) | 320º | 0.57% | 0.77% | - |
| XYZ | 32.27 | 20.74 | 35.1 | - |
| YUV | 126.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 159 | 0 | 0.57 | 0.19 | 0.23 | 320 | 0.48 | 0.55 |
| Hex | C4 | 55 | 9F | 0 | 39 | 13 | 17 | 140 | 30 | 37 |
| Octal | 304 | 125 | 237 | 0 | 71 | 23 | 27 | 500 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10011111 | 0 | 111001 | 10011 | 10111 | 101000000 | 110000 | 110111 |
Color Harmonies of #C4559F
Complementary color
Monochromatic Colors of #C4559F
Black with #C4559F
Text Example
Text Example
White with #C4559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4559F; }
p { color: rgb(196,85,159); }
H1.HeaderClassName
{
color: #C4559F;
}
.AnyTagClassName
{
color: #C4559F;
}
</style>
background-color css
<style>
a { background-color: #C4559F; }
a { background-color: rgb(196,85,159); }
div.DivClassName
{
background-color: #C4559F;
}
.BgClassName
{
background-color: #C4559F;
}
</style>
border-color css
<style>
span { border-color: #C4559F; }
span { border-color: rgb(196,85,159); }
td.TdClassName
{
border-color: #C4559F;
}
.TagClassName
{
border-color: #C4559F;
}
</style>