Shades of Mulberry #C4467F
Tints of Mulberry #C4467F
RGB
CMYK
RGB Variations
Color information
#C4467F (or 0xC4467F) is known color: Mulberry. HEX triplet: C4, 46 and 7F. RGB value is (196,70,127). Sum of RGB (Red+Green+Blue) = 196+70+127=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4467F is #3BB980. Grayscale: #727272. Windows color (decimal): -3914113 or 8341188. OLE color: 8341188.
HSL color Cylindrical-coordinate representation of color #C4467F: hue angle of 332.86º 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 #C4467F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 127 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.23 |
| HSL | 332.86º | 0.52% | 0.52% | - |
| HSV(B) | 332.86º | 0.64% | 0.77% | - |
| XYZ | 28.79 | 17.65 | 21.97 | - |
| YUV | 114.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 127 | 0 | 0.64 | 0.35 | 0.23 | 332.86 | 0.52 | 0.52 |
| Hex | C4 | 46 | 7F | 0 | 40 | 23 | 17 | 14D | 34 | 34 |
| Octal | 304 | 106 | 177 | 0 | 100 | 43 | 27 | 515 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1111111 | 0 | 1000000 | 100011 | 10111 | 101001101 | 110100 | 110100 |
Color Harmonies of #C4467F
Complementary color
Monochromatic Colors of #C4467F
Black with #C4467F
Text Example
Text Example
White with #C4467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4467F; }
p { color: rgb(196,70,127); }
H1.HeaderClassName
{
color: #C4467F;
}
.AnyTagClassName
{
color: #C4467F;
}
</style>
background-color css
<style>
a { background-color: #C4467F; }
a { background-color: rgb(196,70,127); }
div.DivClassName
{
background-color: #C4467F;
}
.BgClassName
{
background-color: #C4467F;
}
</style>
border-color css
<style>
span { border-color: #C4467F; }
span { border-color: rgb(196,70,127); }
td.TdClassName
{
border-color: #C4467F;
}
.TagClassName
{
border-color: #C4467F;
}
</style>