Shades of Mulberry #C35983
Tints of Mulberry #C35983
RGB
CMYK
RGB Variations
Color information
#C35983 (or 0xC35983) is known color: Mulberry. HEX triplet: C3, 59 and 83. RGB value is (195,89,131). Sum of RGB (Red+Green+Blue) = 195+89+131=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C35983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35983 is #3CA67C. Grayscale: #7D7D7D. Windows color (decimal): -3974781 or 8608195. OLE color: 8608195.
HSL color Cylindrical-coordinate representation of color #C35983: hue angle of 336.23º 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 #C35983 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 131 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.24 |
| HSL | 336.23º | 0.47% | 0.56% | - |
| HSV(B) | 336.23º | 0.54% | 0.76% | - |
| XYZ | 30.17 | 20.39 | 23.82 | - |
| YUV | 125.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 131 | 0 | 0.54 | 0.33 | 0.24 | 336.23 | 0.47 | 0.56 |
| Hex | C3 | 59 | 83 | 0 | 36 | 21 | 18 | 150 | 2F | 38 |
| Octal | 303 | 131 | 203 | 0 | 66 | 41 | 30 | 520 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10000011 | 0 | 110110 | 100001 | 11000 | 101010000 | 101111 | 111000 |
Color Harmonies of #C35983
Complementary color
Monochromatic Colors of #C35983
Black with #C35983
Text Example
Text Example
White with #C35983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35983; }
p { color: rgb(195,89,131); }
H1.HeaderClassName
{
color: #C35983;
}
.AnyTagClassName
{
color: #C35983;
}
</style>
background-color css
<style>
a { background-color: #C35983; }
a { background-color: rgb(195,89,131); }
div.DivClassName
{
background-color: #C35983;
}
.BgClassName
{
background-color: #C35983;
}
</style>
border-color css
<style>
span { border-color: #C35983; }
span { border-color: rgb(195,89,131); }
td.TdClassName
{
border-color: #C35983;
}
.TagClassName
{
border-color: #C35983;
}
</style>