Shades of Mulberry #C956A0
Tints of Mulberry #C956A0
RGB
CMYK
RGB Variations
Color information
#C956A0 (or 0xC956A0) is known color: Mulberry. HEX triplet: C9, 56 and A0. RGB value is (201,86,160). Sum of RGB (Red+Green+Blue) = 201+86+160=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C956A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956A0 is #36A95F. Grayscale: #808080. Windows color (decimal): -3582304 or 10507977. OLE color: 10507977.
HSL color Cylindrical-coordinate representation of color #C956A0: hue angle of 321.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 #C956A0 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 160 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.21 |
| HSL | 321.39º | 0.52% | 0.56% | - |
| HSV(B) | 321.39º | 0.57% | 0.79% | - |
| XYZ | 33.76 | 21.61 | 35.65 | - |
| YUV | 128.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 160 | 0 | 0.57 | 0.20 | 0.21 | 321.39 | 0.52 | 0.56 |
| Hex | C9 | 56 | A0 | 0 | 39 | 14 | 15 | 141 | 34 | 38 |
| Octal | 311 | 126 | 240 | 0 | 71 | 24 | 25 | 501 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10100000 | 0 | 111001 | 10100 | 10101 | 101000001 | 110100 | 111000 |
Color Harmonies of #C956A0
Complementary color
Monochromatic Colors of #C956A0
Black with #C956A0
Text Example
Text Example
White with #C956A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956A0; }
p { color: rgb(201,86,160); }
H1.HeaderClassName
{
color: #C956A0;
}
.AnyTagClassName
{
color: #C956A0;
}
</style>
background-color css
<style>
a { background-color: #C956A0; }
a { background-color: rgb(201,86,160); }
div.DivClassName
{
background-color: #C956A0;
}
.BgClassName
{
background-color: #C956A0;
}
</style>
border-color css
<style>
span { border-color: #C956A0; }
span { border-color: rgb(201,86,160); }
td.TdClassName
{
border-color: #C956A0;
}
.TagClassName
{
border-color: #C956A0;
}
</style>