Shades of Mulberry #C35385
Tints of Mulberry #C35385
RGB
CMYK
RGB Variations
Color information
#C35385 (or 0xC35385) is known color: Mulberry. HEX triplet: C3, 53 and 85. RGB value is (195,83,133). Sum of RGB (Red+Green+Blue) = 195+83+133=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35385 is #3CAC7A. Grayscale: #7A7A7A. Windows color (decimal): -3976315 or 8737731. OLE color: 8737731.
HSL color Cylindrical-coordinate representation of color #C35385: hue angle of 333.21º 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 #C35385 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 133 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.24 |
| HSL | 333.21º | 0.48% | 0.55% | - |
| HSV(B) | 333.21º | 0.57% | 0.76% | - |
| XYZ | 29.83 | 19.48 | 24.38 | - |
| YUV | 122.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 133 | 0 | 0.57 | 0.32 | 0.24 | 333.21 | 0.48 | 0.55 |
| Hex | C3 | 53 | 85 | 0 | 39 | 20 | 18 | 14D | 30 | 37 |
| Octal | 303 | 123 | 205 | 0 | 71 | 40 | 30 | 515 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10000101 | 0 | 111001 | 100000 | 11000 | 101001101 | 110000 | 110111 |
Color Harmonies of #C35385
Complementary color
Monochromatic Colors of #C35385
Black with #C35385
Text Example
Text Example
White with #C35385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35385; }
p { color: rgb(195,83,133); }
H1.HeaderClassName
{
color: #C35385;
}
.AnyTagClassName
{
color: #C35385;
}
</style>
background-color css
<style>
a { background-color: #C35385; }
a { background-color: rgb(195,83,133); }
div.DivClassName
{
background-color: #C35385;
}
.BgClassName
{
background-color: #C35385;
}
</style>
border-color css
<style>
span { border-color: #C35385; }
span { border-color: rgb(195,83,133); }
td.TdClassName
{
border-color: #C35385;
}
.TagClassName
{
border-color: #C35385;
}
</style>