Shades of Mulberry #C5467E
Tints of Mulberry #C5467E
RGB
CMYK
RGB Variations
Color information
#C5467E (or 0xC5467E) is known color: Mulberry. HEX triplet: C5, 46 and 7E. RGB value is (197,70,126). Sum of RGB (Red+Green+Blue) = 197+70+126=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5467E is #3AB981. Grayscale: #727272. Windows color (decimal): -3848578 or 8275653. OLE color: 8275653.
HSL color Cylindrical-coordinate representation of color #C5467E: hue angle of 333.54º 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 #C5467E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 126 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.23 |
| HSL | 333.54º | 0.52% | 0.52% | - |
| HSV(B) | 333.54º | 0.64% | 0.77% | - |
| XYZ | 28.98 | 17.76 | 21.64 | - |
| YUV | 114.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 126 | 0 | 0.64 | 0.36 | 0.23 | 333.54 | 0.52 | 0.52 |
| Hex | C5 | 46 | 7E | 0 | 40 | 24 | 17 | 14E | 34 | 34 |
| Octal | 305 | 106 | 176 | 0 | 100 | 44 | 27 | 516 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1111110 | 0 | 1000000 | 100100 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C5467E
Complementary color
Monochromatic Colors of #C5467E
Black with #C5467E
Text Example
Text Example
White with #C5467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5467E; }
p { color: rgb(197,70,126); }
H1.HeaderClassName
{
color: #C5467E;
}
.AnyTagClassName
{
color: #C5467E;
}
</style>
background-color css
<style>
a { background-color: #C5467E; }
a { background-color: rgb(197,70,126); }
div.DivClassName
{
background-color: #C5467E;
}
.BgClassName
{
background-color: #C5467E;
}
</style>
border-color css
<style>
span { border-color: #C5467E; }
span { border-color: rgb(197,70,126); }
td.TdClassName
{
border-color: #C5467E;
}
.TagClassName
{
border-color: #C5467E;
}
</style>