Shades of Mulberry #C358A0
Tints of Mulberry #C358A0
RGB
CMYK
RGB Variations
Color information
#C358A0 (or 0xC358A0) is known color: Mulberry. HEX triplet: C3, 58 and A0. RGB value is (195,88,160). Sum of RGB (Red+Green+Blue) = 195+88+160=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C358A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358A0 is #3CA75F. Grayscale: #808080. Windows color (decimal): -3975008 or 10508483. OLE color: 10508483.
HSL color Cylindrical-coordinate representation of color #C358A0: hue angle of 319.63º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C358A0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 160 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.24 |
| HSL | 319.63º | 0.47% | 0.55% | - |
| HSV(B) | 319.63º | 0.55% | 0.76% | - |
| XYZ | 32.34 | 21.12 | 35.63 | - |
| YUV | 128.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 160 | 0 | 0.55 | 0.18 | 0.24 | 319.63 | 0.47 | 0.55 |
| Hex | C3 | 58 | A0 | 0 | 37 | 12 | 18 | 140 | 2F | 37 |
| Octal | 303 | 130 | 240 | 0 | 67 | 22 | 30 | 500 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10100000 | 0 | 110111 | 10010 | 11000 | 101000000 | 101111 | 110111 |
Color Harmonies of #C358A0
Complementary color
Monochromatic Colors of #C358A0
Black with #C358A0
Text Example
Text Example
White with #C358A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358A0; }
p { color: rgb(195,88,160); }
H1.HeaderClassName
{
color: #C358A0;
}
.AnyTagClassName
{
color: #C358A0;
}
</style>
background-color css
<style>
a { background-color: #C358A0; }
a { background-color: rgb(195,88,160); }
div.DivClassName
{
background-color: #C358A0;
}
.BgClassName
{
background-color: #C358A0;
}
</style>
border-color css
<style>
span { border-color: #C358A0; }
span { border-color: rgb(195,88,160); }
td.TdClassName
{
border-color: #C358A0;
}
.TagClassName
{
border-color: #C358A0;
}
</style>