Shades of Mulberry #C456A0
Tints of Mulberry #C456A0
RGB
CMYK
RGB Variations
Color information
#C456A0 (or 0xC456A0) is known color: Mulberry. HEX triplet: C4, 56 and A0. RGB value is (196,86,160). Sum of RGB (Red+Green+Blue) = 196+86+160=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C456A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456A0 is #3BA95F. Grayscale: #7F7F7F. Windows color (decimal): -3909984 or 10507972. OLE color: 10507972.
HSL color Cylindrical-coordinate representation of color #C456A0: hue angle of 319.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C456A0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 160 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.23 |
| HSL | 319.64º | 0.48% | 0.55% | - |
| HSV(B) | 319.64º | 0.56% | 0.77% | - |
| XYZ | 32.44 | 20.93 | 35.59 | - |
| YUV | 127.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 160 | 0 | 0.56 | 0.18 | 0.23 | 319.64 | 0.48 | 0.55 |
| Hex | C4 | 56 | A0 | 0 | 38 | 12 | 17 | 140 | 30 | 37 |
| Octal | 304 | 126 | 240 | 0 | 70 | 22 | 27 | 500 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10100000 | 0 | 111000 | 10010 | 10111 | 101000000 | 110000 | 110111 |
Color Harmonies of #C456A0
Complementary color
Monochromatic Colors of #C456A0
Black with #C456A0
Text Example
Text Example
White with #C456A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456A0; }
p { color: rgb(196,86,160); }
H1.HeaderClassName
{
color: #C456A0;
}
.AnyTagClassName
{
color: #C456A0;
}
</style>
background-color css
<style>
a { background-color: #C456A0; }
a { background-color: rgb(196,86,160); }
div.DivClassName
{
background-color: #C456A0;
}
.BgClassName
{
background-color: #C456A0;
}
</style>
border-color css
<style>
span { border-color: #C456A0; }
span { border-color: rgb(196,86,160); }
td.TdClassName
{
border-color: #C456A0;
}
.TagClassName
{
border-color: #C456A0;
}
</style>