Shades of Mulberry #C95B83
Tints of Mulberry #C95B83
RGB
CMYK
RGB Variations
Color information
#C95B83 (or 0xC95B83) is known color: Mulberry. HEX triplet: C9, 5B and 83. RGB value is (201,91,131). Sum of RGB (Red+Green+Blue) = 201+91+131=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B83 is #36A47C. Grayscale: #808080. Windows color (decimal): -3581053 or 8608713. OLE color: 8608713.
HSL color Cylindrical-coordinate representation of color #C95B83: hue angle of 338.18º 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 #C95B83 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 131 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.21 |
| HSL | 338.18º | 0.5% | 0.57% | - |
| HSV(B) | 338.18º | 0.55% | 0.79% | - |
| XYZ | 31.93 | 21.54 | 23.95 | - |
| YUV | 128.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 131 | 0 | 0.55 | 0.35 | 0.21 | 338.18 | 0.5 | 0.57 |
| Hex | C9 | 5B | 83 | 0 | 37 | 23 | 15 | 152 | 32 | 39 |
| Octal | 311 | 133 | 203 | 0 | 67 | 43 | 25 | 522 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10000011 | 0 | 110111 | 100011 | 10101 | 101010010 | 110010 | 111001 |
Color Harmonies of #C95B83
Complementary color
Monochromatic Colors of #C95B83
Black with #C95B83
Text Example
Text Example
White with #C95B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B83; }
p { color: rgb(201,91,131); }
H1.HeaderClassName
{
color: #C95B83;
}
.AnyTagClassName
{
color: #C95B83;
}
</style>
background-color css
<style>
a { background-color: #C95B83; }
a { background-color: rgb(201,91,131); }
div.DivClassName
{
background-color: #C95B83;
}
.BgClassName
{
background-color: #C95B83;
}
</style>
border-color css
<style>
span { border-color: #C95B83; }
span { border-color: rgb(201,91,131); }
td.TdClassName
{
border-color: #C95B83;
}
.TagClassName
{
border-color: #C95B83;
}
</style>