Shades of Mulberry #C4548C
Tints of Mulberry #C4548C
RGB
CMYK
RGB Variations
Color information
#C4548C (or 0xC4548C) is known color: Mulberry. HEX triplet: C4, 54 and 8C. RGB value is (196,84,140). Sum of RGB (Red+Green+Blue) = 196+84+140=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4548C is #3BAB73. Grayscale: #7B7B7B. Windows color (decimal): -3910516 or 9196740. OLE color: 9196740.
HSL color Cylindrical-coordinate representation of color #C4548C: hue angle of 330º 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 #C4548C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 140 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.23 |
| HSL | 330º | 0.49% | 0.55% | - |
| HSV(B) | 330º | 0.57% | 0.77% | - |
| XYZ | 30.67 | 19.97 | 27.05 | - |
| YUV | 123.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 140 | 0 | 0.57 | 0.29 | 0.23 | 330 | 0.49 | 0.55 |
| Hex | C4 | 54 | 8C | 0 | 39 | 1D | 17 | 14A | 31 | 37 |
| Octal | 304 | 124 | 214 | 0 | 71 | 35 | 27 | 512 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10001100 | 0 | 111001 | 11101 | 10111 | 101001010 | 110001 | 110111 |
Color Harmonies of #C4548C
Complementary color
Monochromatic Colors of #C4548C
Black with #C4548C
Text Example
Text Example
White with #C4548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4548C; }
p { color: rgb(196,84,140); }
H1.HeaderClassName
{
color: #C4548C;
}
.AnyTagClassName
{
color: #C4548C;
}
</style>
background-color css
<style>
a { background-color: #C4548C; }
a { background-color: rgb(196,84,140); }
div.DivClassName
{
background-color: #C4548C;
}
.BgClassName
{
background-color: #C4548C;
}
</style>
border-color css
<style>
span { border-color: #C4548C; }
span { border-color: rgb(196,84,140); }
td.TdClassName
{
border-color: #C4548C;
}
.TagClassName
{
border-color: #C4548C;
}
</style>