Shades of Mulberry #C55699
Tints of Mulberry #C55699
RGB
CMYK
RGB Variations
Color information
#C55699 (or 0xC55699) is known color: Mulberry. HEX triplet: C5, 56 and 99. RGB value is (197,86,153). Sum of RGB (Red+Green+Blue) = 197+86+153=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C55699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55699 is #3AA966. Grayscale: #7E7E7E. Windows color (decimal): -3844455 or 10049221. OLE color: 10049221.
HSL color Cylindrical-coordinate representation of color #C55699: hue angle of 323.78º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55699 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 153 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.23 |
| HSL | 323.78º | 0.49% | 0.55% | - |
| HSV(B) | 323.78º | 0.56% | 0.77% | - |
| XYZ | 32.1 | 20.83 | 32.46 | - |
| YUV | 126.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 153 | 0 | 0.56 | 0.22 | 0.23 | 323.78 | 0.49 | 0.55 |
| Hex | C5 | 56 | 99 | 0 | 38 | 16 | 17 | 144 | 31 | 37 |
| Octal | 305 | 126 | 231 | 0 | 70 | 26 | 27 | 504 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10011001 | 0 | 111000 | 10110 | 10111 | 101000100 | 110001 | 110111 |
Color Harmonies of #C55699
Complementary color
Monochromatic Colors of #C55699
Black with #C55699
Text Example
Text Example
White with #C55699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55699; }
p { color: rgb(197,86,153); }
H1.HeaderClassName
{
color: #C55699;
}
.AnyTagClassName
{
color: #C55699;
}
</style>
background-color css
<style>
a { background-color: #C55699; }
a { background-color: rgb(197,86,153); }
div.DivClassName
{
background-color: #C55699;
}
.BgClassName
{
background-color: #C55699;
}
</style>
border-color css
<style>
span { border-color: #C55699; }
span { border-color: rgb(197,86,153); }
td.TdClassName
{
border-color: #C55699;
}
.TagClassName
{
border-color: #C55699;
}
</style>