Shades of Mulberry #C45EA0
Tints of Mulberry #C45EA0
RGB
CMYK
RGB Variations
Color information
#C45EA0 (or 0xC45EA0) is known color: Mulberry. HEX triplet: C4, 5E and A0. RGB value is (196,94,160). Sum of RGB (Red+Green+Blue) = 196+94+160=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45EA0 is #3BA15F. Grayscale: #838383. Windows color (decimal): -3907936 or 10510020. OLE color: 10510020.
HSL color Cylindrical-coordinate representation of color #C45EA0: hue angle of 321.18º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45EA0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 160 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.23 |
| HSL | 321.18º | 0.46% | 0.57% | - |
| HSV(B) | 321.18º | 0.52% | 0.77% | - |
| XYZ | 33.11 | 22.28 | 35.81 | - |
| YUV | 132.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 160 | 0 | 0.52 | 0.18 | 0.23 | 321.18 | 0.46 | 0.57 |
| Hex | C4 | 5E | A0 | 0 | 34 | 12 | 17 | 141 | 2E | 39 |
| Octal | 304 | 136 | 240 | 0 | 64 | 22 | 27 | 501 | 56 | 71 |
| Binary | 11000100 | 1011110 | 10100000 | 0 | 110100 | 10010 | 10111 | 101000001 | 101110 | 111001 |
Color Harmonies of #C45EA0
Complementary color
Monochromatic Colors of #C45EA0
Black with #C45EA0
Text Example
Text Example
White with #C45EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45EA0; }
p { color: rgb(196,94,160); }
H1.HeaderClassName
{
color: #C45EA0;
}
.AnyTagClassName
{
color: #C45EA0;
}
</style>
background-color css
<style>
a { background-color: #C45EA0; }
a { background-color: rgb(196,94,160); }
div.DivClassName
{
background-color: #C45EA0;
}
.BgClassName
{
background-color: #C45EA0;
}
</style>
border-color css
<style>
span { border-color: #C45EA0; }
span { border-color: rgb(196,94,160); }
td.TdClassName
{
border-color: #C45EA0;
}
.TagClassName
{
border-color: #C45EA0;
}
</style>