Shades of Mulberry #C95B85
Tints of Mulberry #C95B85
RGB
CMYK
RGB Variations
Color information
#C95B85 (or 0xC95B85) is known color: Mulberry. HEX triplet: C9, 5B and 85. RGB value is (201,91,133). Sum of RGB (Red+Green+Blue) = 201+91+133=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B85 is #36A47A. Grayscale: #808080. Windows color (decimal): -3581051 or 8739785. OLE color: 8739785.
HSL color Cylindrical-coordinate representation of color #C95B85: hue angle of 337.09º 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 #C95B85 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 133 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.21 |
| HSL | 337.09º | 0.5% | 0.57% | - |
| HSV(B) | 337.09º | 0.55% | 0.79% | - |
| XYZ | 32.06 | 21.59 | 24.67 | - |
| YUV | 128.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 133 | 0 | 0.55 | 0.34 | 0.21 | 337.09 | 0.5 | 0.57 |
| Hex | C9 | 5B | 85 | 0 | 37 | 22 | 15 | 151 | 32 | 39 |
| Octal | 311 | 133 | 205 | 0 | 67 | 42 | 25 | 521 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10000101 | 0 | 110111 | 100010 | 10101 | 101010001 | 110010 | 111001 |
Color Harmonies of #C95B85
Complementary color
Monochromatic Colors of #C95B85
Black with #C95B85
Text Example
Text Example
White with #C95B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B85; }
p { color: rgb(201,91,133); }
H1.HeaderClassName
{
color: #C95B85;
}
.AnyTagClassName
{
color: #C95B85;
}
</style>
background-color css
<style>
a { background-color: #C95B85; }
a { background-color: rgb(201,91,133); }
div.DivClassName
{
background-color: #C95B85;
}
.BgClassName
{
background-color: #C95B85;
}
</style>
border-color css
<style>
span { border-color: #C95B85; }
span { border-color: rgb(201,91,133); }
td.TdClassName
{
border-color: #C95B85;
}
.TagClassName
{
border-color: #C95B85;
}
</style>