Shades of Mulberry #C356A2
Tints of Mulberry #C356A2
RGB
CMYK
RGB Variations
Color information
#C356A2 (or 0xC356A2) is known color: Mulberry. HEX triplet: C3, 56 and A2. RGB value is (195,86,162). Sum of RGB (Red+Green+Blue) = 195+86+162=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A2 is #3CA95D. Grayscale: #7F7F7F. Windows color (decimal): -3975518 or 10639043. OLE color: 10639043.
HSL color Cylindrical-coordinate representation of color #C356A2: hue angle of 318.17º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C356A2 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 162 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.24 |
| HSL | 318.17º | 0.48% | 0.55% | - |
| HSV(B) | 318.17º | 0.56% | 0.76% | - |
| XYZ | 32.36 | 20.87 | 36.5 | - |
| YUV | 127.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 162 | 0 | 0.56 | 0.17 | 0.24 | 318.17 | 0.48 | 0.55 |
| Hex | C3 | 56 | A2 | 0 | 38 | 11 | 18 | 13E | 30 | 37 |
| Octal | 303 | 126 | 242 | 0 | 70 | 21 | 30 | 476 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10100010 | 0 | 111000 | 10001 | 11000 | 100111110 | 110000 | 110111 |
Color Harmonies of #C356A2
Complementary color
Monochromatic Colors of #C356A2
Black with #C356A2
Text Example
Text Example
White with #C356A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356A2; }
p { color: rgb(195,86,162); }
H1.HeaderClassName
{
color: #C356A2;
}
.AnyTagClassName
{
color: #C356A2;
}
</style>
background-color css
<style>
a { background-color: #C356A2; }
a { background-color: rgb(195,86,162); }
div.DivClassName
{
background-color: #C356A2;
}
.BgClassName
{
background-color: #C356A2;
}
</style>
border-color css
<style>
span { border-color: #C356A2; }
span { border-color: rgb(195,86,162); }
td.TdClassName
{
border-color: #C356A2;
}
.TagClassName
{
border-color: #C356A2;
}
</style>