Shades of Mulberry #C95490
Tints of Mulberry #C95490
RGB
CMYK
RGB Variations
Color information
#C95490 (or 0xC95490) is known color: Mulberry. HEX triplet: C9, 54 and 90. RGB value is (201,84,144). Sum of RGB (Red+Green+Blue) = 201+84+144=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C95490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95490 is #36AB6F. Grayscale: #7D7D7D. Windows color (decimal): -3582832 or 9458889. OLE color: 9458889.
HSL color Cylindrical-coordinate representation of color #C95490: hue angle of 329.23º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95490 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 144 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.21 |
| HSL | 329.23º | 0.52% | 0.56% | - |
| HSV(B) | 329.23º | 0.58% | 0.79% | - |
| XYZ | 32.29 | 20.77 | 28.69 | - |
| YUV | 125.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 144 | 0 | 0.58 | 0.28 | 0.21 | 329.23 | 0.52 | 0.56 |
| Hex | C9 | 54 | 90 | 0 | 3A | 1C | 15 | 149 | 34 | 38 |
| Octal | 311 | 124 | 220 | 0 | 72 | 34 | 25 | 511 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10010000 | 0 | 111010 | 11100 | 10101 | 101001001 | 110100 | 111000 |
Color Harmonies of #C95490
Complementary color
Monochromatic Colors of #C95490
Black with #C95490
Text Example
Text Example
White with #C95490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95490; }
p { color: rgb(201,84,144); }
H1.HeaderClassName
{
color: #C95490;
}
.AnyTagClassName
{
color: #C95490;
}
</style>
background-color css
<style>
a { background-color: #C95490; }
a { background-color: rgb(201,84,144); }
div.DivClassName
{
background-color: #C95490;
}
.BgClassName
{
background-color: #C95490;
}
</style>
border-color css
<style>
span { border-color: #C95490; }
span { border-color: rgb(201,84,144); }
td.TdClassName
{
border-color: #C95490;
}
.TagClassName
{
border-color: #C95490;
}
</style>