Shades of Mulberry #C356A0
Tints of Mulberry #C356A0
RGB
CMYK
RGB Variations
Color information
#C356A0 (or 0xC356A0) is known color: Mulberry. HEX triplet: C3, 56 and A0. RGB value is (195,86,160). Sum of RGB (Red+Green+Blue) = 195+86+160=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A0 is #3CA95F. Grayscale: #7E7E7E. Windows color (decimal): -3975520 or 10507971. OLE color: 10507971.
HSL color Cylindrical-coordinate representation of color #C356A0: hue angle of 319.27º 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 #C356A0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 160 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.24 |
| HSL | 319.27º | 0.48% | 0.55% | - |
| HSV(B) | 319.27º | 0.56% | 0.76% | - |
| XYZ | 32.18 | 20.8 | 35.58 | - |
| YUV | 127.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 160 | 0 | 0.56 | 0.18 | 0.24 | 319.27 | 0.48 | 0.55 |
| Hex | C3 | 56 | A0 | 0 | 38 | 12 | 18 | 13F | 30 | 37 |
| Octal | 303 | 126 | 240 | 0 | 70 | 22 | 30 | 477 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10100000 | 0 | 111000 | 10010 | 11000 | 100111111 | 110000 | 110111 |
Color Harmonies of #C356A0
Complementary color
Monochromatic Colors of #C356A0
Black with #C356A0
Text Example
Text Example
White with #C356A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356A0; }
p { color: rgb(195,86,160); }
H1.HeaderClassName
{
color: #C356A0;
}
.AnyTagClassName
{
color: #C356A0;
}
</style>
background-color css
<style>
a { background-color: #C356A0; }
a { background-color: rgb(195,86,160); }
div.DivClassName
{
background-color: #C356A0;
}
.BgClassName
{
background-color: #C356A0;
}
</style>
border-color css
<style>
span { border-color: #C356A0; }
span { border-color: rgb(195,86,160); }
td.TdClassName
{
border-color: #C356A0;
}
.TagClassName
{
border-color: #C356A0;
}
</style>