Shades of Mulberry #C95982
Tints of Mulberry #C95982
RGB
CMYK
RGB Variations
Color information
#C95982 (or 0xC95982) is known color: Mulberry. HEX triplet: C9, 59 and 82. RGB value is (201,89,130). Sum of RGB (Red+Green+Blue) = 201+89+130=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95982 is #36A67D. Grayscale: #7F7F7F. Windows color (decimal): -3581566 or 8542665. OLE color: 8542665.
HSL color Cylindrical-coordinate representation of color #C95982: hue angle of 338.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95982 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 130 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.21 |
| HSL | 338.04º | 0.51% | 0.57% | - |
| HSV(B) | 338.04º | 0.56% | 0.79% | - |
| XYZ | 31.69 | 21.17 | 23.54 | - |
| YUV | 127.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 130 | 0 | 0.56 | 0.35 | 0.21 | 338.04 | 0.51 | 0.57 |
| Hex | C9 | 59 | 82 | 0 | 38 | 23 | 15 | 152 | 33 | 39 |
| Octal | 311 | 131 | 202 | 0 | 70 | 43 | 25 | 522 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10000010 | 0 | 111000 | 100011 | 10101 | 101010010 | 110011 | 111001 |
Color Harmonies of #C95982
Complementary color
Monochromatic Colors of #C95982
Black with #C95982
Text Example
Text Example
White with #C95982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95982; }
p { color: rgb(201,89,130); }
H1.HeaderClassName
{
color: #C95982;
}
.AnyTagClassName
{
color: #C95982;
}
</style>
background-color css
<style>
a { background-color: #C95982; }
a { background-color: rgb(201,89,130); }
div.DivClassName
{
background-color: #C95982;
}
.BgClassName
{
background-color: #C95982;
}
</style>
border-color css
<style>
span { border-color: #C95982; }
span { border-color: rgb(201,89,130); }
td.TdClassName
{
border-color: #C95982;
}
.TagClassName
{
border-color: #C95982;
}
</style>