Shades of Mulberry #C54686
Tints of Mulberry #C54686
RGB
CMYK
RGB Variations
Color information
#C54686 (or 0xC54686) is known color: Mulberry. HEX triplet: C5, 46 and 86. RGB value is (197,70,134). Sum of RGB (Red+Green+Blue) = 197+70+134=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C54686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54686 is #3AB979. Grayscale: #737373. Windows color (decimal): -3848570 or 8799941. OLE color: 8799941.
HSL color Cylindrical-coordinate representation of color #C54686: hue angle of 329.76º 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 #C54686 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 134 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.23 |
| HSL | 329.76º | 0.52% | 0.52% | - |
| HSV(B) | 329.76º | 0.64% | 0.77% | - |
| XYZ | 29.52 | 17.97 | 24.47 | - |
| YUV | 115.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 134 | 0 | 0.64 | 0.32 | 0.23 | 329.76 | 0.52 | 0.52 |
| Hex | C5 | 46 | 86 | 0 | 40 | 20 | 17 | 14A | 34 | 34 |
| Octal | 305 | 106 | 206 | 0 | 100 | 40 | 27 | 512 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10000110 | 0 | 1000000 | 100000 | 10111 | 101001010 | 110100 | 110100 |
Color Harmonies of #C54686
Complementary color
Monochromatic Colors of #C54686
Black with #C54686
Text Example
Text Example
White with #C54686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54686; }
p { color: rgb(197,70,134); }
H1.HeaderClassName
{
color: #C54686;
}
.AnyTagClassName
{
color: #C54686;
}
</style>
background-color css
<style>
a { background-color: #C54686; }
a { background-color: rgb(197,70,134); }
div.DivClassName
{
background-color: #C54686;
}
.BgClassName
{
background-color: #C54686;
}
</style>
border-color css
<style>
span { border-color: #C54686; }
span { border-color: rgb(197,70,134); }
td.TdClassName
{
border-color: #C54686;
}
.TagClassName
{
border-color: #C54686;
}
</style>