Shades of Mulberry #C4487E
Tints of Mulberry #C4487E
RGB
CMYK
RGB Variations
Color information
#C4487E (or 0xC4487E) is known color: Mulberry. HEX triplet: C4, 48 and 7E. RGB value is (196,72,126). Sum of RGB (Red+Green+Blue) = 196+72+126=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4487E is #3BB781. Grayscale: #737373. Windows color (decimal): -3913602 or 8276164. OLE color: 8276164.
HSL color Cylindrical-coordinate representation of color #C4487E: hue angle of 333.87º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4487E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 126 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.23 |
| HSL | 333.87º | 0.51% | 0.53% | - |
| HSV(B) | 333.87º | 0.63% | 0.77% | - |
| XYZ | 28.85 | 17.88 | 21.67 | - |
| YUV | 115.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 126 | 0 | 0.63 | 0.36 | 0.23 | 333.87 | 0.51 | 0.53 |
| Hex | C4 | 48 | 7E | 0 | 3F | 24 | 17 | 14E | 33 | 35 |
| Octal | 304 | 110 | 176 | 0 | 77 | 44 | 27 | 516 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1111110 | 0 | 111111 | 100100 | 10111 | 101001110 | 110011 | 110101 |
Color Harmonies of #C4487E
Complementary color
Monochromatic Colors of #C4487E
Black with #C4487E
Text Example
Text Example
White with #C4487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4487E; }
p { color: rgb(196,72,126); }
H1.HeaderClassName
{
color: #C4487E;
}
.AnyTagClassName
{
color: #C4487E;
}
</style>
background-color css
<style>
a { background-color: #C4487E; }
a { background-color: rgb(196,72,126); }
div.DivClassName
{
background-color: #C4487E;
}
.BgClassName
{
background-color: #C4487E;
}
</style>
border-color css
<style>
span { border-color: #C4487E; }
span { border-color: rgb(196,72,126); }
td.TdClassName
{
border-color: #C4487E;
}
.TagClassName
{
border-color: #C4487E;
}
</style>