Shades of Mulberry #C35683
Tints of Mulberry #C35683
RGB
CMYK
RGB Variations
Color information
#C35683 (or 0xC35683) is known color: Mulberry. HEX triplet: C3, 56 and 83. RGB value is (195,86,131). Sum of RGB (Red+Green+Blue) = 195+86+131=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35683 is #3CA97C. Grayscale: #7B7B7B. Windows color (decimal): -3975549 or 8607427. OLE color: 8607427.
HSL color Cylindrical-coordinate representation of color #C35683: hue angle of 335.23º 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 #C35683 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 131 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.24 |
| HSL | 335.23º | 0.48% | 0.55% | - |
| HSV(B) | 335.23º | 0.56% | 0.76% | - |
| XYZ | 29.93 | 19.9 | 23.74 | - |
| YUV | 123.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 131 | 0 | 0.56 | 0.33 | 0.24 | 335.23 | 0.48 | 0.55 |
| Hex | C3 | 56 | 83 | 0 | 38 | 21 | 18 | 14F | 30 | 37 |
| Octal | 303 | 126 | 203 | 0 | 70 | 41 | 30 | 517 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10000011 | 0 | 111000 | 100001 | 11000 | 101001111 | 110000 | 110111 |
Color Harmonies of #C35683
Complementary color
Monochromatic Colors of #C35683
Black with #C35683
Text Example
Text Example
White with #C35683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35683; }
p { color: rgb(195,86,131); }
H1.HeaderClassName
{
color: #C35683;
}
.AnyTagClassName
{
color: #C35683;
}
</style>
background-color css
<style>
a { background-color: #C35683; }
a { background-color: rgb(195,86,131); }
div.DivClassName
{
background-color: #C35683;
}
.BgClassName
{
background-color: #C35683;
}
</style>
border-color css
<style>
span { border-color: #C35683; }
span { border-color: rgb(195,86,131); }
td.TdClassName
{
border-color: #C35683;
}
.TagClassName
{
border-color: #C35683;
}
</style>