Shades of Mulberry #C35C88
Tints of Mulberry #C35C88
RGB
CMYK
RGB Variations
Color information
#C35C88 (or 0xC35C88) is known color: Mulberry. HEX triplet: C3, 5C and 88. RGB value is (195,92,136). Sum of RGB (Red+Green+Blue) = 195+92+136=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C88 is #3CA377. Grayscale: #7F7F7F. Windows color (decimal): -3974008 or 8936643. OLE color: 8936643.
HSL color Cylindrical-coordinate representation of color #C35C88: hue angle of 334.37º 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 #C35C88 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 136 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.24 |
| HSL | 334.37º | 0.46% | 0.56% | - |
| HSV(B) | 334.37º | 0.53% | 0.76% | - |
| XYZ | 30.78 | 21.03 | 25.73 | - |
| YUV | 127.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 136 | 0 | 0.53 | 0.30 | 0.24 | 334.37 | 0.46 | 0.56 |
| Hex | C3 | 5C | 88 | 0 | 35 | 1E | 18 | 14E | 2E | 38 |
| Octal | 303 | 134 | 210 | 0 | 65 | 36 | 30 | 516 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10001000 | 0 | 110101 | 11110 | 11000 | 101001110 | 101110 | 111000 |
Color Harmonies of #C35C88
Complementary color
Monochromatic Colors of #C35C88
Black with #C35C88
Text Example
Text Example
White with #C35C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C88; }
p { color: rgb(195,92,136); }
H1.HeaderClassName
{
color: #C35C88;
}
.AnyTagClassName
{
color: #C35C88;
}
</style>
background-color css
<style>
a { background-color: #C35C88; }
a { background-color: rgb(195,92,136); }
div.DivClassName
{
background-color: #C35C88;
}
.BgClassName
{
background-color: #C35C88;
}
</style>
border-color css
<style>
span { border-color: #C35C88; }
span { border-color: rgb(195,92,136); }
td.TdClassName
{
border-color: #C35C88;
}
.TagClassName
{
border-color: #C35C88;
}
</style>