Shades of Mulberry #C35482
Tints of Mulberry #C35482
RGB
CMYK
RGB Variations
Color information
#C35482 (or 0xC35482) is known color: Mulberry. HEX triplet: C3, 54 and 82. RGB value is (195,84,130). Sum of RGB (Red+Green+Blue) = 195+84+130=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C35482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35482 is #3CAB7D. Grayscale: #7A7A7A. Windows color (decimal): -3976062 or 8541379. OLE color: 8541379.
HSL color Cylindrical-coordinate representation of color #C35482: hue angle of 335.14º 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 #C35482 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 130 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.24 |
| HSL | 335.14º | 0.48% | 0.55% | - |
| HSV(B) | 335.14º | 0.57% | 0.76% | - |
| XYZ | 29.71 | 19.55 | 23.33 | - |
| YUV | 122.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 130 | 0 | 0.57 | 0.33 | 0.24 | 335.14 | 0.48 | 0.55 |
| Hex | C3 | 54 | 82 | 0 | 39 | 21 | 18 | 14F | 30 | 37 |
| Octal | 303 | 124 | 202 | 0 | 71 | 41 | 30 | 517 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10000010 | 0 | 111001 | 100001 | 11000 | 101001111 | 110000 | 110111 |
Color Harmonies of #C35482
Complementary color
Monochromatic Colors of #C35482
Black with #C35482
Text Example
Text Example
White with #C35482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35482; }
p { color: rgb(195,84,130); }
H1.HeaderClassName
{
color: #C35482;
}
.AnyTagClassName
{
color: #C35482;
}
</style>
background-color css
<style>
a { background-color: #C35482; }
a { background-color: rgb(195,84,130); }
div.DivClassName
{
background-color: #C35482;
}
.BgClassName
{
background-color: #C35482;
}
</style>
border-color css
<style>
span { border-color: #C35482; }
span { border-color: rgb(195,84,130); }
td.TdClassName
{
border-color: #C35482;
}
.TagClassName
{
border-color: #C35482;
}
</style>