Shades of Mulberry #C458A0
Tints of Mulberry #C458A0
RGB
CMYK
RGB Variations
Color information
#C458A0 (or 0xC458A0) is known color: Mulberry. HEX triplet: C4, 58 and A0. RGB value is (196,88,160). Sum of RGB (Red+Green+Blue) = 196+88+160=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C458A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458A0 is #3BA75F. Grayscale: #808080. Windows color (decimal): -3909472 or 10508484. OLE color: 10508484.
HSL color Cylindrical-coordinate representation of color #C458A0: hue angle of 320º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458A0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 160 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.23 |
| HSL | 320º | 0.48% | 0.56% | - |
| HSV(B) | 320º | 0.55% | 0.77% | - |
| XYZ | 32.6 | 21.25 | 35.64 | - |
| YUV | 128.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 160 | 0 | 0.55 | 0.18 | 0.23 | 320 | 0.48 | 0.56 |
| Hex | C4 | 58 | A0 | 0 | 37 | 12 | 17 | 140 | 30 | 38 |
| Octal | 304 | 130 | 240 | 0 | 67 | 22 | 27 | 500 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10100000 | 0 | 110111 | 10010 | 10111 | 101000000 | 110000 | 111000 |
Color Harmonies of #C458A0
Complementary color
Monochromatic Colors of #C458A0
Black with #C458A0
Text Example
Text Example
White with #C458A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458A0; }
p { color: rgb(196,88,160); }
H1.HeaderClassName
{
color: #C458A0;
}
.AnyTagClassName
{
color: #C458A0;
}
</style>
background-color css
<style>
a { background-color: #C458A0; }
a { background-color: rgb(196,88,160); }
div.DivClassName
{
background-color: #C458A0;
}
.BgClassName
{
background-color: #C458A0;
}
</style>
border-color css
<style>
span { border-color: #C458A0; }
span { border-color: rgb(196,88,160); }
td.TdClassName
{
border-color: #C458A0;
}
.TagClassName
{
border-color: #C458A0;
}
</style>