Shades of Mulberry #C35185
Tints of Mulberry #C35185
RGB
CMYK
RGB Variations
Color information
#C35185 (or 0xC35185) is known color: Mulberry. HEX triplet: C3, 51 and 85. RGB value is (195,81,133). Sum of RGB (Red+Green+Blue) = 195+81+133=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C35185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35185 is #3CAE7A. Grayscale: #787878. Windows color (decimal): -3976827 or 8737219. OLE color: 8737219.
HSL color Cylindrical-coordinate representation of color #C35185: hue angle of 332.63º 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 #C35185 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 133 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.24 |
| HSL | 332.63º | 0.49% | 0.54% | - |
| HSV(B) | 332.63º | 0.58% | 0.76% | - |
| XYZ | 29.68 | 19.18 | 24.33 | - |
| YUV | 121.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 133 | 0 | 0.58 | 0.32 | 0.24 | 332.63 | 0.49 | 0.54 |
| Hex | C3 | 51 | 85 | 0 | 3A | 20 | 18 | 14D | 31 | 36 |
| Octal | 303 | 121 | 205 | 0 | 72 | 40 | 30 | 515 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10000101 | 0 | 111010 | 100000 | 11000 | 101001101 | 110001 | 110110 |
Color Harmonies of #C35185
Complementary color
Monochromatic Colors of #C35185
Black with #C35185
Text Example
Text Example
White with #C35185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35185; }
p { color: rgb(195,81,133); }
H1.HeaderClassName
{
color: #C35185;
}
.AnyTagClassName
{
color: #C35185;
}
</style>
background-color css
<style>
a { background-color: #C35185; }
a { background-color: rgb(195,81,133); }
div.DivClassName
{
background-color: #C35185;
}
.BgClassName
{
background-color: #C35185;
}
</style>
border-color css
<style>
span { border-color: #C35185; }
span { border-color: rgb(195,81,133); }
td.TdClassName
{
border-color: #C35185;
}
.TagClassName
{
border-color: #C35185;
}
</style>