Shades of Mulberry #C95688
Tints of Mulberry #C95688
RGB
CMYK
RGB Variations
Color information
#C95688 (or 0xC95688) is known color: Mulberry. HEX triplet: C9, 56 and 88. RGB value is (201,86,136). Sum of RGB (Red+Green+Blue) = 201+86+136=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C95688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95688 is #36A977. Grayscale: #7E7E7E. Windows color (decimal): -3582328 or 8935113. OLE color: 8935113.
HSL color Cylindrical-coordinate representation of color #C95688: hue angle of 333.91º 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 #C95688 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 136 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.21 |
| HSL | 333.91º | 0.52% | 0.56% | - |
| HSV(B) | 333.91º | 0.57% | 0.79% | - |
| XYZ | 31.86 | 20.85 | 25.64 | - |
| YUV | 126.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 136 | 0 | 0.57 | 0.32 | 0.21 | 333.91 | 0.52 | 0.56 |
| Hex | C9 | 56 | 88 | 0 | 39 | 20 | 15 | 14E | 34 | 38 |
| Octal | 311 | 126 | 210 | 0 | 71 | 40 | 25 | 516 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10001000 | 0 | 111001 | 100000 | 10101 | 101001110 | 110100 | 111000 |
Color Harmonies of #C95688
Complementary color
Monochromatic Colors of #C95688
Black with #C95688
Text Example
Text Example
White with #C95688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95688; }
p { color: rgb(201,86,136); }
H1.HeaderClassName
{
color: #C95688;
}
.AnyTagClassName
{
color: #C95688;
}
</style>
background-color css
<style>
a { background-color: #C95688; }
a { background-color: rgb(201,86,136); }
div.DivClassName
{
background-color: #C95688;
}
.BgClassName
{
background-color: #C95688;
}
</style>
border-color css
<style>
span { border-color: #C95688; }
span { border-color: rgb(201,86,136); }
td.TdClassName
{
border-color: #C95688;
}
.TagClassName
{
border-color: #C95688;
}
</style>