Shades of Mulberry #C456A2
Tints of Mulberry #C456A2
RGB
CMYK
RGB Variations
Color information
#C456A2 (or 0xC456A2) is known color: Mulberry. HEX triplet: C4, 56 and A2. RGB value is (196,86,162). Sum of RGB (Red+Green+Blue) = 196+86+162=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C456A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456A2 is #3BA95D. Grayscale: #7F7F7F. Windows color (decimal): -3909982 or 10639044. OLE color: 10639044.
HSL color Cylindrical-coordinate representation of color #C456A2: hue angle of 318.55º 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 #C456A2 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 162 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.23 |
| HSL | 318.55º | 0.48% | 0.55% | - |
| HSV(B) | 318.55º | 0.56% | 0.77% | - |
| XYZ | 32.61 | 21 | 36.52 | - |
| YUV | 127.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 162 | 0 | 0.56 | 0.17 | 0.23 | 318.55 | 0.48 | 0.55 |
| Hex | C4 | 56 | A2 | 0 | 38 | 11 | 17 | 13F | 30 | 37 |
| Octal | 304 | 126 | 242 | 0 | 70 | 21 | 27 | 477 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10100010 | 0 | 111000 | 10001 | 10111 | 100111111 | 110000 | 110111 |
Color Harmonies of #C456A2
Complementary color
Monochromatic Colors of #C456A2
Black with #C456A2
Text Example
Text Example
White with #C456A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456A2; }
p { color: rgb(196,86,162); }
H1.HeaderClassName
{
color: #C456A2;
}
.AnyTagClassName
{
color: #C456A2;
}
</style>
background-color css
<style>
a { background-color: #C456A2; }
a { background-color: rgb(196,86,162); }
div.DivClassName
{
background-color: #C456A2;
}
.BgClassName
{
background-color: #C456A2;
}
</style>
border-color css
<style>
span { border-color: #C456A2; }
span { border-color: rgb(196,86,162); }
td.TdClassName
{
border-color: #C456A2;
}
.TagClassName
{
border-color: #C456A2;
}
</style>