Shades of Mulberry #C35680
Tints of Mulberry #C35680
RGB
CMYK
RGB Variations
Color information
#C35680 (or 0xC35680) is known color: Mulberry. HEX triplet: C3, 56 and 80. RGB value is (195,86,128). Sum of RGB (Red+Green+Blue) = 195+86+128=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C35680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35680 is #3CA97F. Grayscale: #7B7B7B. Windows color (decimal): -3975552 or 8410819. OLE color: 8410819.
HSL color Cylindrical-coordinate representation of color #C35680: hue angle of 336.88º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35680 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 128 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.24 |
| HSL | 336.88º | 0.48% | 0.55% | - |
| HSV(B) | 336.88º | 0.56% | 0.76% | - |
| XYZ | 29.73 | 19.82 | 22.68 | - |
| YUV | 123.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 128 | 0 | 0.56 | 0.34 | 0.24 | 336.88 | 0.48 | 0.55 |
| Hex | C3 | 56 | 80 | 0 | 38 | 22 | 18 | 151 | 30 | 37 |
| Octal | 303 | 126 | 200 | 0 | 70 | 42 | 30 | 521 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10000000 | 0 | 111000 | 100010 | 11000 | 101010001 | 110000 | 110111 |
Color Harmonies of #C35680
Complementary color
Monochromatic Colors of #C35680
Black with #C35680
Text Example
Text Example
White with #C35680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35680; }
p { color: rgb(195,86,128); }
H1.HeaderClassName
{
color: #C35680;
}
.AnyTagClassName
{
color: #C35680;
}
</style>
background-color css
<style>
a { background-color: #C35680; }
a { background-color: rgb(195,86,128); }
div.DivClassName
{
background-color: #C35680;
}
.BgClassName
{
background-color: #C35680;
}
</style>
border-color css
<style>
span { border-color: #C35680; }
span { border-color: rgb(195,86,128); }
td.TdClassName
{
border-color: #C35680;
}
.TagClassName
{
border-color: #C35680;
}
</style>