Shades of Mulberry #C95B86
Tints of Mulberry #C95B86
RGB
CMYK
RGB Variations
Color information
#C95B86 (or 0xC95B86) is known color: Mulberry. HEX triplet: C9, 5B and 86. RGB value is (201,91,134). Sum of RGB (Red+Green+Blue) = 201+91+134=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B86 is #36A479. Grayscale: #808080. Windows color (decimal): -3581050 or 8805321. OLE color: 8805321.
HSL color Cylindrical-coordinate representation of color #C95B86: hue angle of 336.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B86 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 134 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.21 |
| HSL | 336.55º | 0.5% | 0.57% | - |
| HSV(B) | 336.55º | 0.55% | 0.79% | - |
| XYZ | 32.13 | 21.62 | 25.03 | - |
| YUV | 128.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 134 | 0 | 0.55 | 0.33 | 0.21 | 336.55 | 0.5 | 0.57 |
| Hex | C9 | 5B | 86 | 0 | 37 | 21 | 15 | 151 | 32 | 39 |
| Octal | 311 | 133 | 206 | 0 | 67 | 41 | 25 | 521 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10000110 | 0 | 110111 | 100001 | 10101 | 101010001 | 110010 | 111001 |
Color Harmonies of #C95B86
Complementary color
Monochromatic Colors of #C95B86
Black with #C95B86
Text Example
Text Example
White with #C95B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B86; }
p { color: rgb(201,91,134); }
H1.HeaderClassName
{
color: #C95B86;
}
.AnyTagClassName
{
color: #C95B86;
}
</style>
background-color css
<style>
a { background-color: #C95B86; }
a { background-color: rgb(201,91,134); }
div.DivClassName
{
background-color: #C95B86;
}
.BgClassName
{
background-color: #C95B86;
}
</style>
border-color css
<style>
span { border-color: #C95B86; }
span { border-color: rgb(201,91,134); }
td.TdClassName
{
border-color: #C95B86;
}
.TagClassName
{
border-color: #C95B86;
}
</style>