Shades of Mulberry #C5549B
Tints of Mulberry #C5549B
RGB
CMYK
RGB Variations
Color information
#C5549B (or 0xC5549B) is known color: Mulberry. HEX triplet: C5, 54 and 9B. RGB value is (197,84,155). Sum of RGB (Red+Green+Blue) = 197+84+155=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5549B is #3AAB64. Grayscale: #7D7D7D. Windows color (decimal): -3844965 or 10179781. OLE color: 10179781.
HSL color Cylindrical-coordinate representation of color #C5549B: hue angle of 322.3º 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 #C5549B is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 155 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.23 |
| HSL | 322.3º | 0.49% | 0.55% | - |
| HSV(B) | 322.3º | 0.57% | 0.77% | - |
| XYZ | 32.11 | 20.58 | 33.29 | - |
| YUV | 125.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 155 | 0 | 0.57 | 0.21 | 0.23 | 322.3 | 0.49 | 0.55 |
| Hex | C5 | 54 | 9B | 0 | 39 | 15 | 17 | 142 | 31 | 37 |
| Octal | 305 | 124 | 233 | 0 | 71 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000101 | 1010100 | 10011011 | 0 | 111001 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C5549B
Complementary color
Monochromatic Colors of #C5549B
Black with #C5549B
Text Example
Text Example
White with #C5549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5549B; }
p { color: rgb(197,84,155); }
H1.HeaderClassName
{
color: #C5549B;
}
.AnyTagClassName
{
color: #C5549B;
}
</style>
background-color css
<style>
a { background-color: #C5549B; }
a { background-color: rgb(197,84,155); }
div.DivClassName
{
background-color: #C5549B;
}
.BgClassName
{
background-color: #C5549B;
}
</style>
border-color css
<style>
span { border-color: #C5549B; }
span { border-color: rgb(197,84,155); }
td.TdClassName
{
border-color: #C5549B;
}
.TagClassName
{
border-color: #C5549B;
}
</style>