Shades of Mulberry #C35D83
Tints of Mulberry #C35D83
RGB
CMYK
RGB Variations
Color information
#C35D83 (or 0xC35D83) is known color: Mulberry. HEX triplet: C3, 5D and 83. RGB value is (195,93,131). Sum of RGB (Red+Green+Blue) = 195+93+131=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D83 is #3CA27C. Grayscale: #7F7F7F. Windows color (decimal): -3973757 or 8609219. OLE color: 8609219.
HSL color Cylindrical-coordinate representation of color #C35D83: hue angle of 337.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35D83 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 131 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.24 |
| HSL | 337.65º | 0.46% | 0.56% | - |
| HSV(B) | 337.65º | 0.52% | 0.76% | - |
| XYZ | 30.52 | 21.07 | 23.93 | - |
| YUV | 127.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 131 | 0 | 0.52 | 0.33 | 0.24 | 337.65 | 0.46 | 0.56 |
| Hex | C3 | 5D | 83 | 0 | 34 | 21 | 18 | 152 | 2E | 38 |
| Octal | 303 | 135 | 203 | 0 | 64 | 41 | 30 | 522 | 56 | 70 |
| Binary | 11000011 | 1011101 | 10000011 | 0 | 110100 | 100001 | 11000 | 101010010 | 101110 | 111000 |
Color Harmonies of #C35D83
Complementary color
Monochromatic Colors of #C35D83
Black with #C35D83
Text Example
Text Example
White with #C35D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D83; }
p { color: rgb(195,93,131); }
H1.HeaderClassName
{
color: #C35D83;
}
.AnyTagClassName
{
color: #C35D83;
}
</style>
background-color css
<style>
a { background-color: #C35D83; }
a { background-color: rgb(195,93,131); }
div.DivClassName
{
background-color: #C35D83;
}
.BgClassName
{
background-color: #C35D83;
}
</style>
border-color css
<style>
span { border-color: #C35D83; }
span { border-color: rgb(195,93,131); }
td.TdClassName
{
border-color: #C35D83;
}
.TagClassName
{
border-color: #C35D83;
}
</style>