Shades of Mulberry #C95388
Tints of Mulberry #C95388
RGB
CMYK
RGB Variations
Color information
#C95388 (or 0xC95388) is known color: Mulberry. HEX triplet: C9, 53 and 88. RGB value is (201,83,136). Sum of RGB (Red+Green+Blue) = 201+83+136=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95388 is #36AC77. Grayscale: #7C7C7C. Windows color (decimal): -3583096 or 8934345. OLE color: 8934345.
HSL color Cylindrical-coordinate representation of color #C95388: hue angle of 333.05º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95388 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 136 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.21 |
| HSL | 333.05º | 0.52% | 0.56% | - |
| HSV(B) | 333.05º | 0.59% | 0.79% | - |
| XYZ | 31.62 | 20.38 | 25.56 | - |
| YUV | 124.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 136 | 0 | 0.59 | 0.32 | 0.21 | 333.05 | 0.52 | 0.56 |
| Hex | C9 | 53 | 88 | 0 | 3B | 20 | 15 | 14D | 34 | 38 |
| Octal | 311 | 123 | 210 | 0 | 73 | 40 | 25 | 515 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10001000 | 0 | 111011 | 100000 | 10101 | 101001101 | 110100 | 111000 |
Color Harmonies of #C95388
Complementary color
Monochromatic Colors of #C95388
Black with #C95388
Text Example
Text Example
White with #C95388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95388; }
p { color: rgb(201,83,136); }
H1.HeaderClassName
{
color: #C95388;
}
.AnyTagClassName
{
color: #C95388;
}
</style>
background-color css
<style>
a { background-color: #C95388; }
a { background-color: rgb(201,83,136); }
div.DivClassName
{
background-color: #C95388;
}
.BgClassName
{
background-color: #C95388;
}
</style>
border-color css
<style>
span { border-color: #C95388; }
span { border-color: rgb(201,83,136); }
td.TdClassName
{
border-color: #C95388;
}
.TagClassName
{
border-color: #C95388;
}
</style>