Shades of Mulberry #C54386
Tints of Mulberry #C54386
RGB
CMYK
RGB Variations
Color information
#C54386 (or 0xC54386) is known color: Mulberry. HEX triplet: C5, 43 and 86. RGB value is (197,67,134). Sum of RGB (Red+Green+Blue) = 197+67+134=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C54386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54386 is #3ABC79. Grayscale: #717171. Windows color (decimal): -3849338 or 8799173. OLE color: 8799173.
HSL color Cylindrical-coordinate representation of color #C54386: hue angle of 329.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54386 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 134 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.23 |
| HSL | 329.08º | 0.53% | 0.52% | - |
| HSV(B) | 329.08º | 0.66% | 0.77% | - |
| XYZ | 29.34 | 17.61 | 24.41 | - |
| YUV | 113.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 134 | 0 | 0.66 | 0.32 | 0.23 | 329.08 | 0.53 | 0.52 |
| Hex | C5 | 43 | 86 | 0 | 42 | 20 | 17 | 149 | 35 | 34 |
| Octal | 305 | 103 | 206 | 0 | 102 | 40 | 27 | 511 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10000110 | 0 | 1000010 | 100000 | 10111 | 101001001 | 110101 | 110100 |
Color Harmonies of #C54386
Complementary color
Monochromatic Colors of #C54386
Black with #C54386
Text Example
Text Example
White with #C54386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54386; }
p { color: rgb(197,67,134); }
H1.HeaderClassName
{
color: #C54386;
}
.AnyTagClassName
{
color: #C54386;
}
</style>
background-color css
<style>
a { background-color: #C54386; }
a { background-color: rgb(197,67,134); }
div.DivClassName
{
background-color: #C54386;
}
.BgClassName
{
background-color: #C54386;
}
</style>
border-color css
<style>
span { border-color: #C54386; }
span { border-color: rgb(197,67,134); }
td.TdClassName
{
border-color: #C54386;
}
.TagClassName
{
border-color: #C54386;
}
</style>