Shades of Mulberry #C95690
Tints of Mulberry #C95690
RGB
CMYK
RGB Variations
Color information
#C95690 (or 0xC95690) is known color: Mulberry. HEX triplet: C9, 56 and 90. RGB value is (201,86,144). Sum of RGB (Red+Green+Blue) = 201+86+144=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95690 is #36A96F. Grayscale: #7E7E7E. Windows color (decimal): -3582320 or 9459401. OLE color: 9459401.
HSL color Cylindrical-coordinate representation of color #C95690: hue angle of 329.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95690 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 144 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.21 |
| HSL | 329.74º | 0.52% | 0.56% | - |
| HSV(B) | 329.74º | 0.57% | 0.79% | - |
| XYZ | 32.45 | 21.09 | 28.75 | - |
| YUV | 127 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 144 | 0 | 0.57 | 0.28 | 0.21 | 329.74 | 0.52 | 0.56 |
| Hex | C9 | 56 | 90 | 0 | 39 | 1C | 15 | 14A | 34 | 38 |
| Octal | 311 | 126 | 220 | 0 | 71 | 34 | 25 | 512 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10010000 | 0 | 111001 | 11100 | 10101 | 101001010 | 110100 | 111000 |
Color Harmonies of #C95690
Complementary color
Monochromatic Colors of #C95690
Black with #C95690
Text Example
Text Example
White with #C95690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95690; }
p { color: rgb(201,86,144); }
H1.HeaderClassName
{
color: #C95690;
}
.AnyTagClassName
{
color: #C95690;
}
</style>
background-color css
<style>
a { background-color: #C95690; }
a { background-color: rgb(201,86,144); }
div.DivClassName
{
background-color: #C95690;
}
.BgClassName
{
background-color: #C95690;
}
</style>
border-color css
<style>
span { border-color: #C95690; }
span { border-color: rgb(201,86,144); }
td.TdClassName
{
border-color: #C95690;
}
.TagClassName
{
border-color: #C95690;
}
</style>