Shades of Mulberry #C5559B
Tints of Mulberry #C5559B
RGB
CMYK
RGB Variations
Color information
#C5559B (or 0xC5559B) is known color: Mulberry. HEX triplet: C5, 55 and 9B. RGB value is (197,85,155). Sum of RGB (Red+Green+Blue) = 197+85+155=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5559B is #3AAA64. Grayscale: #7E7E7E. Windows color (decimal): -3844709 or 10180037. OLE color: 10180037.
HSL color Cylindrical-coordinate representation of color #C5559B: hue angle of 322.5º degrees, saturation: 0.49, 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 #C5559B is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 155 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.23 |
| HSL | 322.5º | 0.49% | 0.55% | - |
| HSV(B) | 322.5º | 0.57% | 0.77% | - |
| XYZ | 32.19 | 20.73 | 33.32 | - |
| YUV | 126.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 155 | 0 | 0.57 | 0.21 | 0.23 | 322.5 | 0.49 | 0.55 |
| Hex | C5 | 55 | 9B | 0 | 39 | 15 | 17 | 142 | 31 | 37 |
| Octal | 305 | 125 | 233 | 0 | 71 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10011011 | 0 | 111001 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C5559B
Complementary color
Monochromatic Colors of #C5559B
Black with #C5559B
Text Example
Text Example
White with #C5559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5559B; }
p { color: rgb(197,85,155); }
H1.HeaderClassName
{
color: #C5559B;
}
.AnyTagClassName
{
color: #C5559B;
}
</style>
background-color css
<style>
a { background-color: #C5559B; }
a { background-color: rgb(197,85,155); }
div.DivClassName
{
background-color: #C5559B;
}
.BgClassName
{
background-color: #C5559B;
}
</style>
border-color css
<style>
span { border-color: #C5559B; }
span { border-color: rgb(197,85,155); }
td.TdClassName
{
border-color: #C5559B;
}
.TagClassName
{
border-color: #C5559B;
}
</style>