Shades of Mulberry #C35988
Tints of Mulberry #C35988
RGB
CMYK
RGB Variations
Color information
#C35988 (or 0xC35988) is known color: Mulberry. HEX triplet: C3, 59 and 88. RGB value is (195,89,136). Sum of RGB (Red+Green+Blue) = 195+89+136=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C35988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35988 is #3CA677. Grayscale: #7D7D7D. Windows color (decimal): -3974776 or 8935875. OLE color: 8935875.
HSL color Cylindrical-coordinate representation of color #C35988: hue angle of 333.4º 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 #C35988 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 136 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.24 |
| HSL | 333.4º | 0.47% | 0.56% | - |
| HSV(B) | 333.4º | 0.54% | 0.76% | - |
| XYZ | 30.52 | 20.52 | 25.65 | - |
| YUV | 126.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 136 | 0 | 0.54 | 0.30 | 0.24 | 333.4 | 0.47 | 0.56 |
| Hex | C3 | 59 | 88 | 0 | 36 | 1E | 18 | 14D | 2F | 38 |
| Octal | 303 | 131 | 210 | 0 | 66 | 36 | 30 | 515 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10001000 | 0 | 110110 | 11110 | 11000 | 101001101 | 101111 | 111000 |
Color Harmonies of #C35988
Complementary color
Monochromatic Colors of #C35988
Black with #C35988
Text Example
Text Example
White with #C35988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35988; }
p { color: rgb(195,89,136); }
H1.HeaderClassName
{
color: #C35988;
}
.AnyTagClassName
{
color: #C35988;
}
</style>
background-color css
<style>
a { background-color: #C35988; }
a { background-color: rgb(195,89,136); }
div.DivClassName
{
background-color: #C35988;
}
.BgClassName
{
background-color: #C35988;
}
</style>
border-color css
<style>
span { border-color: #C35988; }
span { border-color: rgb(195,89,136); }
td.TdClassName
{
border-color: #C35988;
}
.TagClassName
{
border-color: #C35988;
}
</style>