Shades of Mulberry #C95089
Tints of Mulberry #C95089
RGB
CMYK
RGB Variations
Color information
#C95089 (or 0xC95089) is known color: Mulberry. HEX triplet: C9, 50 and 89. RGB value is (201,80,137). Sum of RGB (Red+Green+Blue) = 201+80+137=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95089 is #36AF76. Grayscale: #7A7A7A. Windows color (decimal): -3583863 or 8999113. OLE color: 8999113.
HSL color Cylindrical-coordinate representation of color #C95089: hue angle of 331.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95089 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 137 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.21 |
| HSL | 331.74º | 0.53% | 0.55% | - |
| HSV(B) | 331.74º | 0.6% | 0.79% | - |
| XYZ | 31.47 | 19.96 | 25.86 | - |
| YUV | 122.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 137 | 0 | 0.60 | 0.32 | 0.21 | 331.74 | 0.53 | 0.55 |
| Hex | C9 | 50 | 89 | 0 | 3C | 20 | 15 | 14C | 35 | 37 |
| Octal | 311 | 120 | 211 | 0 | 74 | 40 | 25 | 514 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10001001 | 0 | 111100 | 100000 | 10101 | 101001100 | 110101 | 110111 |
Color Harmonies of #C95089
Complementary color
Monochromatic Colors of #C95089
Black with #C95089
Text Example
Text Example
White with #C95089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95089; }
p { color: rgb(201,80,137); }
H1.HeaderClassName
{
color: #C95089;
}
.AnyTagClassName
{
color: #C95089;
}
</style>
background-color css
<style>
a { background-color: #C95089; }
a { background-color: rgb(201,80,137); }
div.DivClassName
{
background-color: #C95089;
}
.BgClassName
{
background-color: #C95089;
}
</style>
border-color css
<style>
span { border-color: #C95089; }
span { border-color: rgb(201,80,137); }
td.TdClassName
{
border-color: #C95089;
}
.TagClassName
{
border-color: #C95089;
}
</style>