Shades of Mulberry #C35997
Tints of Mulberry #C35997
RGB
CMYK
RGB Variations
Color information
#C35997 (or 0xC35997) is known color: Mulberry. HEX triplet: C3, 59 and 97. RGB value is (195,89,151). Sum of RGB (Red+Green+Blue) = 195+89+151=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C35997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35997 is #3CA668. Grayscale: #7F7F7F. Windows color (decimal): -3974761 or 9918915. OLE color: 9918915.
HSL color Cylindrical-coordinate representation of color #C35997: hue angle of 324.91º 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 #C35997 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 151 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.24 |
| HSL | 324.91º | 0.47% | 0.56% | - |
| HSV(B) | 324.91º | 0.54% | 0.76% | - |
| XYZ | 31.66 | 20.98 | 31.66 | - |
| YUV | 127.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 151 | 0 | 0.54 | 0.23 | 0.24 | 324.91 | 0.47 | 0.56 |
| Hex | C3 | 59 | 97 | 0 | 36 | 17 | 18 | 145 | 2F | 38 |
| Octal | 303 | 131 | 227 | 0 | 66 | 27 | 30 | 505 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10010111 | 0 | 110110 | 10111 | 11000 | 101000101 | 101111 | 111000 |
Color Harmonies of #C35997
Complementary color
Monochromatic Colors of #C35997
Black with #C35997
Text Example
Text Example
White with #C35997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35997; }
p { color: rgb(195,89,151); }
H1.HeaderClassName
{
color: #C35997;
}
.AnyTagClassName
{
color: #C35997;
}
</style>
background-color css
<style>
a { background-color: #C35997; }
a { background-color: rgb(195,89,151); }
div.DivClassName
{
background-color: #C35997;
}
.BgClassName
{
background-color: #C35997;
}
</style>
border-color css
<style>
span { border-color: #C35997; }
span { border-color: rgb(195,89,151); }
td.TdClassName
{
border-color: #C35997;
}
.TagClassName
{
border-color: #C35997;
}
</style>