Shades of Mulberry #C35487
Tints of Mulberry #C35487
RGB
CMYK
RGB Variations
Color information
#C35487 (or 0xC35487) is known color: Mulberry. HEX triplet: C3, 54 and 87. RGB value is (195,84,135). Sum of RGB (Red+Green+Blue) = 195+84+135=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35487 is #3CAB78. Grayscale: #7A7A7A. Windows color (decimal): -3976057 or 8869059. OLE color: 8869059.
HSL color Cylindrical-coordinate representation of color #C35487: hue angle of 332.43º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35487 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 135 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.24 |
| HSL | 332.43º | 0.48% | 0.55% | - |
| HSV(B) | 332.43º | 0.57% | 0.76% | - |
| XYZ | 30.05 | 19.69 | 25.14 | - |
| YUV | 123 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 135 | 0 | 0.57 | 0.31 | 0.24 | 332.43 | 0.48 | 0.55 |
| Hex | C3 | 54 | 87 | 0 | 39 | 1F | 18 | 14C | 30 | 37 |
| Octal | 303 | 124 | 207 | 0 | 71 | 37 | 30 | 514 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10000111 | 0 | 111001 | 11111 | 11000 | 101001100 | 110000 | 110111 |
Color Harmonies of #C35487
Complementary color
Monochromatic Colors of #C35487
Black with #C35487
Text Example
Text Example
White with #C35487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35487; }
p { color: rgb(195,84,135); }
H1.HeaderClassName
{
color: #C35487;
}
.AnyTagClassName
{
color: #C35487;
}
</style>
background-color css
<style>
a { background-color: #C35487; }
a { background-color: rgb(195,84,135); }
div.DivClassName
{
background-color: #C35487;
}
.BgClassName
{
background-color: #C35487;
}
</style>
border-color css
<style>
span { border-color: #C35487; }
span { border-color: rgb(195,84,135); }
td.TdClassName
{
border-color: #C35487;
}
.TagClassName
{
border-color: #C35487;
}
</style>