Shades of Mulberry #C95685
Tints of Mulberry #C95685
RGB
CMYK
RGB Variations
Color information
#C95685 (or 0xC95685) is known color: Mulberry. HEX triplet: C9, 56 and 85. RGB value is (201,86,133). Sum of RGB (Red+Green+Blue) = 201+86+133=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95685 is #36A97A. Grayscale: #7D7D7D. Windows color (decimal): -3582331 or 8738505. OLE color: 8738505.
HSL color Cylindrical-coordinate representation of color #C95685: hue angle of 335.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95685 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 133 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.21 |
| HSL | 335.48º | 0.52% | 0.56% | - |
| HSV(B) | 335.48º | 0.57% | 0.79% | - |
| XYZ | 31.65 | 20.77 | 24.53 | - |
| YUV | 125.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 133 | 0 | 0.57 | 0.34 | 0.21 | 335.48 | 0.52 | 0.56 |
| Hex | C9 | 56 | 85 | 0 | 39 | 22 | 15 | 14F | 34 | 38 |
| Octal | 311 | 126 | 205 | 0 | 71 | 42 | 25 | 517 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10000101 | 0 | 111001 | 100010 | 10101 | 101001111 | 110100 | 111000 |
Color Harmonies of #C95685
Complementary color
Monochromatic Colors of #C95685
Black with #C95685
Text Example
Text Example
White with #C95685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95685; }
p { color: rgb(201,86,133); }
H1.HeaderClassName
{
color: #C95685;
}
.AnyTagClassName
{
color: #C95685;
}
</style>
background-color css
<style>
a { background-color: #C95685; }
a { background-color: rgb(201,86,133); }
div.DivClassName
{
background-color: #C95685;
}
.BgClassName
{
background-color: #C95685;
}
</style>
border-color css
<style>
span { border-color: #C95685; }
span { border-color: rgb(201,86,133); }
td.TdClassName
{
border-color: #C95685;
}
.TagClassName
{
border-color: #C95685;
}
</style>