Shades of Mulberry #C95689
Tints of Mulberry #C95689
RGB
CMYK
RGB Variations
Color information
#C95689 (or 0xC95689) is known color: Mulberry. HEX triplet: C9, 56 and 89. RGB value is (201,86,137). Sum of RGB (Red+Green+Blue) = 201+86+137=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95689 is #36A976. Grayscale: #7E7E7E. Windows color (decimal): -3582327 or 9000649. OLE color: 9000649.
HSL color Cylindrical-coordinate representation of color #C95689: hue angle of 333.39º 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 #C95689 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 137 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.21 |
| HSL | 333.39º | 0.52% | 0.56% | - |
| HSV(B) | 333.39º | 0.57% | 0.79% | - |
| XYZ | 31.93 | 20.88 | 26.01 | - |
| YUV | 126.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 137 | 0 | 0.57 | 0.32 | 0.21 | 333.39 | 0.52 | 0.56 |
| Hex | C9 | 56 | 89 | 0 | 39 | 20 | 15 | 14D | 34 | 38 |
| Octal | 311 | 126 | 211 | 0 | 71 | 40 | 25 | 515 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10001001 | 0 | 111001 | 100000 | 10101 | 101001101 | 110100 | 111000 |
Color Harmonies of #C95689
Complementary color
Monochromatic Colors of #C95689
Black with #C95689
Text Example
Text Example
White with #C95689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95689; }
p { color: rgb(201,86,137); }
H1.HeaderClassName
{
color: #C95689;
}
.AnyTagClassName
{
color: #C95689;
}
</style>
background-color css
<style>
a { background-color: #C95689; }
a { background-color: rgb(201,86,137); }
div.DivClassName
{
background-color: #C95689;
}
.BgClassName
{
background-color: #C95689;
}
</style>
border-color css
<style>
span { border-color: #C95689; }
span { border-color: rgb(201,86,137); }
td.TdClassName
{
border-color: #C95689;
}
.TagClassName
{
border-color: #C95689;
}
</style>