Shades of Mulberry #C45386
Tints of Mulberry #C45386
RGB
CMYK
RGB Variations
Color information
#C45386 (or 0xC45386) is known color: Mulberry. HEX triplet: C4, 53 and 86. RGB value is (196,83,134). Sum of RGB (Red+Green+Blue) = 196+83+134=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C45386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45386 is #3BAC79. Grayscale: #7A7A7A. Windows color (decimal): -3910778 or 8803268. OLE color: 8803268.
HSL color Cylindrical-coordinate representation of color #C45386: hue angle of 332.92º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45386 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 134 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.23 |
| HSL | 332.92º | 0.49% | 0.55% | - |
| HSV(B) | 332.92º | 0.58% | 0.77% | - |
| XYZ | 30.16 | 19.64 | 24.76 | - |
| YUV | 122.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 134 | 0 | 0.58 | 0.32 | 0.23 | 332.92 | 0.49 | 0.55 |
| Hex | C4 | 53 | 86 | 0 | 3A | 20 | 17 | 14D | 31 | 37 |
| Octal | 304 | 123 | 206 | 0 | 72 | 40 | 27 | 515 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10000110 | 0 | 111010 | 100000 | 10111 | 101001101 | 110001 | 110111 |
Color Harmonies of #C45386
Complementary color
Monochromatic Colors of #C45386
Black with #C45386
Text Example
Text Example
White with #C45386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45386; }
p { color: rgb(196,83,134); }
H1.HeaderClassName
{
color: #C45386;
}
.AnyTagClassName
{
color: #C45386;
}
</style>
background-color css
<style>
a { background-color: #C45386; }
a { background-color: rgb(196,83,134); }
div.DivClassName
{
background-color: #C45386;
}
.BgClassName
{
background-color: #C45386;
}
</style>
border-color css
<style>
span { border-color: #C45386; }
span { border-color: rgb(196,83,134); }
td.TdClassName
{
border-color: #C45386;
}
.TagClassName
{
border-color: #C45386;
}
</style>