Shades of Mulberry #C35D82
Tints of Mulberry #C35D82
RGB
CMYK
RGB Variations
Color information
#C35D82 (or 0xC35D82) is known color: Mulberry. HEX triplet: C3, 5D and 82. RGB value is (195,93,130). Sum of RGB (Red+Green+Blue) = 195+93+130=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D82 is #3CA27D. Grayscale: #7F7F7F. Windows color (decimal): -3973758 or 8543683. OLE color: 8543683.
HSL color Cylindrical-coordinate representation of color #C35D82: hue angle of 338.24º 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 #C35D82 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 130 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.24 |
| HSL | 338.24º | 0.46% | 0.56% | - |
| HSV(B) | 338.24º | 0.52% | 0.76% | - |
| XYZ | 30.45 | 21.04 | 23.58 | - |
| YUV | 127.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 130 | 0 | 0.52 | 0.33 | 0.24 | 338.24 | 0.46 | 0.56 |
| Hex | C3 | 5D | 82 | 0 | 34 | 21 | 18 | 152 | 2E | 38 |
| Octal | 303 | 135 | 202 | 0 | 64 | 41 | 30 | 522 | 56 | 70 |
| Binary | 11000011 | 1011101 | 10000010 | 0 | 110100 | 100001 | 11000 | 101010010 | 101110 | 111000 |
Color Harmonies of #C35D82
Complementary color
Monochromatic Colors of #C35D82
Black with #C35D82
Text Example
Text Example
White with #C35D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D82; }
p { color: rgb(195,93,130); }
H1.HeaderClassName
{
color: #C35D82;
}
.AnyTagClassName
{
color: #C35D82;
}
</style>
background-color css
<style>
a { background-color: #C35D82; }
a { background-color: rgb(195,93,130); }
div.DivClassName
{
background-color: #C35D82;
}
.BgClassName
{
background-color: #C35D82;
}
</style>
border-color css
<style>
span { border-color: #C35D82; }
span { border-color: rgb(195,93,130); }
td.TdClassName
{
border-color: #C35D82;
}
.TagClassName
{
border-color: #C35D82;
}
</style>