Shades of Mulberry #C95686
Tints of Mulberry #C95686
RGB
CMYK
RGB Variations
Color information
#C95686 (or 0xC95686) is known color: Mulberry. HEX triplet: C9, 56 and 86. RGB value is (201,86,134). Sum of RGB (Red+Green+Blue) = 201+86+134=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C95686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95686 is #36A979. Grayscale: #7D7D7D. Windows color (decimal): -3582330 or 8804041. OLE color: 8804041.
HSL color Cylindrical-coordinate representation of color #C95686: hue angle of 334.96º 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 #C95686 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 134 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.21 |
| HSL | 334.96º | 0.52% | 0.56% | - |
| HSV(B) | 334.96º | 0.57% | 0.79% | - |
| XYZ | 31.72 | 20.79 | 24.9 | - |
| YUV | 125.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 134 | 0 | 0.57 | 0.33 | 0.21 | 334.96 | 0.52 | 0.56 |
| Hex | C9 | 56 | 86 | 0 | 39 | 21 | 15 | 14F | 34 | 38 |
| Octal | 311 | 126 | 206 | 0 | 71 | 41 | 25 | 517 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10000110 | 0 | 111001 | 100001 | 10101 | 101001111 | 110100 | 111000 |
Color Harmonies of #C95686
Complementary color
Monochromatic Colors of #C95686
Black with #C95686
Text Example
Text Example
White with #C95686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95686; }
p { color: rgb(201,86,134); }
H1.HeaderClassName
{
color: #C95686;
}
.AnyTagClassName
{
color: #C95686;
}
</style>
background-color css
<style>
a { background-color: #C95686; }
a { background-color: rgb(201,86,134); }
div.DivClassName
{
background-color: #C95686;
}
.BgClassName
{
background-color: #C95686;
}
</style>
border-color css
<style>
span { border-color: #C95686; }
span { border-color: rgb(201,86,134); }
td.TdClassName
{
border-color: #C95686;
}
.TagClassName
{
border-color: #C95686;
}
</style>