Shades of Mulberry #C4467E
Tints of Mulberry #C4467E
RGB
CMYK
RGB Variations
Color information
#C4467E (or 0xC4467E) is known color: Mulberry. HEX triplet: C4, 46 and 7E. RGB value is (196,70,126). Sum of RGB (Red+Green+Blue) = 196+70+126=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4467E is #3BB981. Grayscale: #717171. Windows color (decimal): -3914114 or 8275652. OLE color: 8275652.
HSL color Cylindrical-coordinate representation of color #C4467E: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4467E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 126 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.23 |
| HSL | 333.33º | 0.52% | 0.52% | - |
| HSV(B) | 333.33º | 0.64% | 0.77% | - |
| XYZ | 28.72 | 17.62 | 21.63 | - |
| YUV | 114.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 126 | 0 | 0.64 | 0.36 | 0.23 | 333.33 | 0.52 | 0.52 |
| Hex | C4 | 46 | 7E | 0 | 40 | 24 | 17 | 14D | 34 | 34 |
| Octal | 304 | 106 | 176 | 0 | 100 | 44 | 27 | 515 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1111110 | 0 | 1000000 | 100100 | 10111 | 101001101 | 110100 | 110100 |
Color Harmonies of #C4467E
Complementary color
Monochromatic Colors of #C4467E
Black with #C4467E
Text Example
Text Example
White with #C4467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4467E; }
p { color: rgb(196,70,126); }
H1.HeaderClassName
{
color: #C4467E;
}
.AnyTagClassName
{
color: #C4467E;
}
</style>
background-color css
<style>
a { background-color: #C4467E; }
a { background-color: rgb(196,70,126); }
div.DivClassName
{
background-color: #C4467E;
}
.BgClassName
{
background-color: #C4467E;
}
</style>
border-color css
<style>
span { border-color: #C4467E; }
span { border-color: rgb(196,70,126); }
td.TdClassName
{
border-color: #C4467E;
}
.TagClassName
{
border-color: #C4467E;
}
</style>