Shades of Mulberry #C5467D
Tints of Mulberry #C5467D
RGB
CMYK
RGB Variations
Color information
#C5467D (or 0xC5467D) is known color: Mulberry. HEX triplet: C5, 46 and 7D. RGB value is (197,70,125). Sum of RGB (Red+Green+Blue) = 197+70+125=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5467D is #3AB982. Grayscale: #727272. Windows color (decimal): -3848579 or 8210117. OLE color: 8210117.
HSL color Cylindrical-coordinate representation of color #C5467D: hue angle of 334.02º 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 #C5467D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 125 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.23 |
| HSL | 334.02º | 0.52% | 0.52% | - |
| HSV(B) | 334.02º | 0.64% | 0.77% | - |
| XYZ | 28.92 | 17.73 | 21.3 | - |
| YUV | 114.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 125 | 0 | 0.64 | 0.37 | 0.23 | 334.02 | 0.52 | 0.52 |
| Hex | C5 | 46 | 7D | 0 | 40 | 25 | 17 | 14E | 34 | 34 |
| Octal | 305 | 106 | 175 | 0 | 100 | 45 | 27 | 516 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1111101 | 0 | 1000000 | 100101 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C5467D
Complementary color
Monochromatic Colors of #C5467D
Black with #C5467D
Text Example
Text Example
White with #C5467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5467D; }
p { color: rgb(197,70,125); }
H1.HeaderClassName
{
color: #C5467D;
}
.AnyTagClassName
{
color: #C5467D;
}
</style>
background-color css
<style>
a { background-color: #C5467D; }
a { background-color: rgb(197,70,125); }
div.DivClassName
{
background-color: #C5467D;
}
.BgClassName
{
background-color: #C5467D;
}
</style>
border-color css
<style>
span { border-color: #C5467D; }
span { border-color: rgb(197,70,125); }
td.TdClassName
{
border-color: #C5467D;
}
.TagClassName
{
border-color: #C5467D;
}
</style>