Shades of Mulberry #C4559B
Tints of Mulberry #C4559B
RGB
CMYK
RGB Variations
Color information
#C4559B (or 0xC4559B) is known color: Mulberry. HEX triplet: C4, 55 and 9B. RGB value is (196,85,155). Sum of RGB (Red+Green+Blue) = 196+85+155=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4559B is #3BAA64. Grayscale: #7D7D7D. Windows color (decimal): -3910245 or 10180036. OLE color: 10180036.
HSL color Cylindrical-coordinate representation of color #C4559B: hue angle of 322.16º 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 #C4559B is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 155 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.23 |
| HSL | 322.16º | 0.48% | 0.55% | - |
| HSV(B) | 322.16º | 0.57% | 0.77% | - |
| XYZ | 31.93 | 20.6 | 33.3 | - |
| YUV | 126.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 155 | 0 | 0.57 | 0.21 | 0.23 | 322.16 | 0.48 | 0.55 |
| Hex | C4 | 55 | 9B | 0 | 39 | 15 | 17 | 142 | 30 | 37 |
| Octal | 304 | 125 | 233 | 0 | 71 | 25 | 27 | 502 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10011011 | 0 | 111001 | 10101 | 10111 | 101000010 | 110000 | 110111 |
Color Harmonies of #C4559B
Complementary color
Monochromatic Colors of #C4559B
Black with #C4559B
Text Example
Text Example
White with #C4559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4559B; }
p { color: rgb(196,85,155); }
H1.HeaderClassName
{
color: #C4559B;
}
.AnyTagClassName
{
color: #C4559B;
}
</style>
background-color css
<style>
a { background-color: #C4559B; }
a { background-color: rgb(196,85,155); }
div.DivClassName
{
background-color: #C4559B;
}
.BgClassName
{
background-color: #C4559B;
}
</style>
border-color css
<style>
span { border-color: #C4559B; }
span { border-color: rgb(196,85,155); }
td.TdClassName
{
border-color: #C4559B;
}
.TagClassName
{
border-color: #C4559B;
}
</style>