Shades of Mulberry #C556A2
Tints of Mulberry #C556A2
RGB
CMYK
RGB Variations
Color information
#C556A2 (or 0xC556A2) is known color: Mulberry. HEX triplet: C5, 56 and A2. RGB value is (197,86,162). Sum of RGB (Red+Green+Blue) = 197+86+162=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C556A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C556A2 is #3AA95D. Grayscale: #7F7F7F. Windows color (decimal): -3844446 or 10639045. OLE color: 10639045.
HSL color Cylindrical-coordinate representation of color #C556A2: hue angle of 318.92º degrees, saturation: 0.49, 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 #C556A2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 162 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.23 |
| HSL | 318.92º | 0.49% | 0.55% | - |
| HSV(B) | 318.92º | 0.56% | 0.77% | - |
| XYZ | 32.88 | 21.13 | 36.53 | - |
| YUV | 127.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 162 | 0 | 0.56 | 0.18 | 0.23 | 318.92 | 0.49 | 0.55 |
| Hex | C5 | 56 | A2 | 0 | 38 | 12 | 17 | 13F | 31 | 37 |
| Octal | 305 | 126 | 242 | 0 | 70 | 22 | 27 | 477 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10100010 | 0 | 111000 | 10010 | 10111 | 100111111 | 110001 | 110111 |
Color Harmonies of #C556A2
Complementary color
Monochromatic Colors of #C556A2
Black with #C556A2
Text Example
Text Example
White with #C556A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556A2; }
p { color: rgb(197,86,162); }
H1.HeaderClassName
{
color: #C556A2;
}
.AnyTagClassName
{
color: #C556A2;
}
</style>
background-color css
<style>
a { background-color: #C556A2; }
a { background-color: rgb(197,86,162); }
div.DivClassName
{
background-color: #C556A2;
}
.BgClassName
{
background-color: #C556A2;
}
</style>
border-color css
<style>
span { border-color: #C556A2; }
span { border-color: rgb(197,86,162); }
td.TdClassName
{
border-color: #C556A2;
}
.TagClassName
{
border-color: #C556A2;
}
</style>