Shades of Mulberry #C35C86
Tints of Mulberry #C35C86
RGB
CMYK
RGB Variations
Color information
#C35C86 (or 0xC35C86) is known color: Mulberry. HEX triplet: C3, 5C and 86. RGB value is (195,92,134). Sum of RGB (Red+Green+Blue) = 195+92+134=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C86 is #3CA379. Grayscale: #7F7F7F. Windows color (decimal): -3974010 or 8805571. OLE color: 8805571.
HSL color Cylindrical-coordinate representation of color #C35C86: hue angle of 335.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C86 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 134 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.24 |
| HSL | 335.53º | 0.46% | 0.56% | - |
| HSV(B) | 335.53º | 0.53% | 0.76% | - |
| XYZ | 30.64 | 20.98 | 24.99 | - |
| YUV | 127.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 134 | 0 | 0.53 | 0.31 | 0.24 | 335.53 | 0.46 | 0.56 |
| Hex | C3 | 5C | 86 | 0 | 35 | 1F | 18 | 150 | 2E | 38 |
| Octal | 303 | 134 | 206 | 0 | 65 | 37 | 30 | 520 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10000110 | 0 | 110101 | 11111 | 11000 | 101010000 | 101110 | 111000 |
Color Harmonies of #C35C86
Complementary color
Monochromatic Colors of #C35C86
Black with #C35C86
Text Example
Text Example
White with #C35C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C86; }
p { color: rgb(195,92,134); }
H1.HeaderClassName
{
color: #C35C86;
}
.AnyTagClassName
{
color: #C35C86;
}
</style>
background-color css
<style>
a { background-color: #C35C86; }
a { background-color: rgb(195,92,134); }
div.DivClassName
{
background-color: #C35C86;
}
.BgClassName
{
background-color: #C35C86;
}
</style>
border-color css
<style>
span { border-color: #C35C86; }
span { border-color: rgb(195,92,134); }
td.TdClassName
{
border-color: #C35C86;
}
.TagClassName
{
border-color: #C35C86;
}
</style>