Shades of Mulberry #C95387
Tints of Mulberry #C95387
RGB
CMYK
RGB Variations
Color information
#C95387 (or 0xC95387) is known color: Mulberry. HEX triplet: C9, 53 and 87. RGB value is (201,83,135). Sum of RGB (Red+Green+Blue) = 201+83+135=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95387 is #36AC78. Grayscale: #7C7C7C. Windows color (decimal): -3583097 or 8868809. OLE color: 8868809.
HSL color Cylindrical-coordinate representation of color #C95387: hue angle of 333.56º 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 #C95387 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 135 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.21 |
| HSL | 333.56º | 0.52% | 0.56% | - |
| HSV(B) | 333.56º | 0.59% | 0.79% | - |
| XYZ | 31.55 | 20.35 | 25.19 | - |
| YUV | 124.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 135 | 0 | 0.59 | 0.33 | 0.21 | 333.56 | 0.52 | 0.56 |
| Hex | C9 | 53 | 87 | 0 | 3B | 21 | 15 | 14E | 34 | 38 |
| Octal | 311 | 123 | 207 | 0 | 73 | 41 | 25 | 516 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10000111 | 0 | 111011 | 100001 | 10101 | 101001110 | 110100 | 111000 |
Color Harmonies of #C95387
Complementary color
Monochromatic Colors of #C95387
Black with #C95387
Text Example
Text Example
White with #C95387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95387; }
p { color: rgb(201,83,135); }
H1.HeaderClassName
{
color: #C95387;
}
.AnyTagClassName
{
color: #C95387;
}
</style>
background-color css
<style>
a { background-color: #C95387; }
a { background-color: rgb(201,83,135); }
div.DivClassName
{
background-color: #C95387;
}
.BgClassName
{
background-color: #C95387;
}
</style>
border-color css
<style>
span { border-color: #C95387; }
span { border-color: rgb(201,83,135); }
td.TdClassName
{
border-color: #C95387;
}
.TagClassName
{
border-color: #C95387;
}
</style>