Shades of Mulberry #C359A0
Tints of Mulberry #C359A0
RGB
CMYK
RGB Variations
Color information
#C359A0 (or 0xC359A0) is known color: Mulberry. HEX triplet: C3, 59 and A0. RGB value is (195,89,160). Sum of RGB (Red+Green+Blue) = 195+89+160=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C359A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359A0 is #3CA65F. Grayscale: #808080. Windows color (decimal): -3974752 or 10508739. OLE color: 10508739.
HSL color Cylindrical-coordinate representation of color #C359A0: hue angle of 319.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359A0 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 160 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.24 |
| HSL | 319.81º | 0.47% | 0.56% | - |
| HSV(B) | 319.81º | 0.54% | 0.76% | - |
| XYZ | 32.42 | 21.28 | 35.66 | - |
| YUV | 128.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 160 | 0 | 0.54 | 0.18 | 0.24 | 319.81 | 0.47 | 0.56 |
| Hex | C3 | 59 | A0 | 0 | 36 | 12 | 18 | 140 | 2F | 38 |
| Octal | 303 | 131 | 240 | 0 | 66 | 22 | 30 | 500 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10100000 | 0 | 110110 | 10010 | 11000 | 101000000 | 101111 | 111000 |
Color Harmonies of #C359A0
Complementary color
Monochromatic Colors of #C359A0
Black with #C359A0
Text Example
Text Example
White with #C359A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359A0; }
p { color: rgb(195,89,160); }
H1.HeaderClassName
{
color: #C359A0;
}
.AnyTagClassName
{
color: #C359A0;
}
</style>
background-color css
<style>
a { background-color: #C359A0; }
a { background-color: rgb(195,89,160); }
div.DivClassName
{
background-color: #C359A0;
}
.BgClassName
{
background-color: #C359A0;
}
</style>
border-color css
<style>
span { border-color: #C359A0; }
span { border-color: rgb(195,89,160); }
td.TdClassName
{
border-color: #C359A0;
}
.TagClassName
{
border-color: #C359A0;
}
</style>