Shades of Mulberry #C4549A
Tints of Mulberry #C4549A
RGB
CMYK
RGB Variations
Color information
#C4549A (or 0xC4549A) is known color: Mulberry. HEX triplet: C4, 54 and 9A. RGB value is (196,84,154). Sum of RGB (Red+Green+Blue) = 196+84+154=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4549A is #3BAB65. Grayscale: #7D7D7D. Windows color (decimal): -3910502 or 10114244. OLE color: 10114244.
HSL color Cylindrical-coordinate representation of color #C4549A: 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 #C4549A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 154 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.23 |
| HSL | 322.5º | 0.49% | 0.55% | - |
| HSV(B) | 322.5º | 0.57% | 0.77% | - |
| XYZ | 31.77 | 20.41 | 32.84 | - |
| YUV | 125.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 154 | 0 | 0.57 | 0.21 | 0.23 | 322.5 | 0.49 | 0.55 |
| Hex | C4 | 54 | 9A | 0 | 39 | 15 | 17 | 142 | 31 | 37 |
| Octal | 304 | 124 | 232 | 0 | 71 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10011010 | 0 | 111001 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C4549A
Complementary color
Monochromatic Colors of #C4549A
Black with #C4549A
Text Example
Text Example
White with #C4549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4549A; }
p { color: rgb(196,84,154); }
H1.HeaderClassName
{
color: #C4549A;
}
.AnyTagClassName
{
color: #C4549A;
}
</style>
background-color css
<style>
a { background-color: #C4549A; }
a { background-color: rgb(196,84,154); }
div.DivClassName
{
background-color: #C4549A;
}
.BgClassName
{
background-color: #C4549A;
}
</style>
border-color css
<style>
span { border-color: #C4549A; }
span { border-color: rgb(196,84,154); }
td.TdClassName
{
border-color: #C4549A;
}
.TagClassName
{
border-color: #C4549A;
}
</style>