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