Shades of Mulberry #C35186
Tints of Mulberry #C35186
RGB
CMYK
RGB Variations
Color information
#C35186 (or 0xC35186) is known color: Mulberry. HEX triplet: C3, 51 and 86. RGB value is (195,81,134). Sum of RGB (Red+Green+Blue) = 195+81+134=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35186 is #3CAE79. Grayscale: #797979. Windows color (decimal): -3976826 or 8802755. OLE color: 8802755.
HSL color Cylindrical-coordinate representation of color #C35186: hue angle of 332.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35186 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 134 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.24 |
| HSL | 332.11º | 0.49% | 0.54% | - |
| HSV(B) | 332.11º | 0.58% | 0.76% | - |
| XYZ | 29.75 | 19.21 | 24.69 | - |
| YUV | 121.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 134 | 0 | 0.58 | 0.31 | 0.24 | 332.11 | 0.49 | 0.54 |
| Hex | C3 | 51 | 86 | 0 | 3A | 1F | 18 | 14C | 31 | 36 |
| Octal | 303 | 121 | 206 | 0 | 72 | 37 | 30 | 514 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10000110 | 0 | 111010 | 11111 | 11000 | 101001100 | 110001 | 110110 |
Color Harmonies of #C35186
Complementary color
Monochromatic Colors of #C35186
Black with #C35186
Text Example
Text Example
White with #C35186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35186; }
p { color: rgb(195,81,134); }
H1.HeaderClassName
{
color: #C35186;
}
.AnyTagClassName
{
color: #C35186;
}
</style>
background-color css
<style>
a { background-color: #C35186; }
a { background-color: rgb(195,81,134); }
div.DivClassName
{
background-color: #C35186;
}
.BgClassName
{
background-color: #C35186;
}
</style>
border-color css
<style>
span { border-color: #C35186; }
span { border-color: rgb(195,81,134); }
td.TdClassName
{
border-color: #C35186;
}
.TagClassName
{
border-color: #C35186;
}
</style>