Shades of Mulberry #C95486
Tints of Mulberry #C95486
RGB
CMYK
RGB Variations
Color information
#C95486 (or 0xC95486) is known color: Mulberry. HEX triplet: C9, 54 and 86. RGB value is (201,84,134). Sum of RGB (Red+Green+Blue) = 201+84+134=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95486 is #36AB79. Grayscale: #7C7C7C. Windows color (decimal): -3582842 or 8803529. OLE color: 8803529.
HSL color Cylindrical-coordinate representation of color #C95486: hue angle of 334.36º 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 #C95486 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 134 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.21 |
| HSL | 334.36º | 0.52% | 0.56% | - |
| HSV(B) | 334.36º | 0.58% | 0.79% | - |
| XYZ | 31.56 | 20.48 | 24.84 | - |
| YUV | 124.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 134 | 0 | 0.58 | 0.33 | 0.21 | 334.36 | 0.52 | 0.56 |
| Hex | C9 | 54 | 86 | 0 | 3A | 21 | 15 | 14E | 34 | 38 |
| Octal | 311 | 124 | 206 | 0 | 72 | 41 | 25 | 516 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10000110 | 0 | 111010 | 100001 | 10101 | 101001110 | 110100 | 111000 |
Color Harmonies of #C95486
Complementary color
Monochromatic Colors of #C95486
Black with #C95486
Text Example
Text Example
White with #C95486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95486; }
p { color: rgb(201,84,134); }
H1.HeaderClassName
{
color: #C95486;
}
.AnyTagClassName
{
color: #C95486;
}
</style>
background-color css
<style>
a { background-color: #C95486; }
a { background-color: rgb(201,84,134); }
div.DivClassName
{
background-color: #C95486;
}
.BgClassName
{
background-color: #C95486;
}
</style>
border-color css
<style>
span { border-color: #C95486; }
span { border-color: rgb(201,84,134); }
td.TdClassName
{
border-color: #C95486;
}
.TagClassName
{
border-color: #C95486;
}
</style>