Shades of Mulberry #C95BA0
Tints of Mulberry #C95BA0
RGB
CMYK
RGB Variations
Color information
#C95BA0 (or 0xC95BA0) is known color: Mulberry. HEX triplet: C9, 5B and A0. RGB value is (201,91,160). Sum of RGB (Red+Green+Blue) = 201+91+160=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA0 is #36A45F. Grayscale: #838383. Windows color (decimal): -3581024 or 10509257. OLE color: 10509257.
HSL color Cylindrical-coordinate representation of color #C95BA0: hue angle of 322.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BA0 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 160 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.21 |
| HSL | 322.36º | 0.5% | 0.57% | - |
| HSV(B) | 322.36º | 0.55% | 0.79% | - |
| XYZ | 34.17 | 22.44 | 35.79 | - |
| YUV | 131.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 160 | 0 | 0.55 | 0.20 | 0.21 | 322.36 | 0.5 | 0.57 |
| Hex | C9 | 5B | A0 | 0 | 37 | 14 | 15 | 142 | 32 | 39 |
| Octal | 311 | 133 | 240 | 0 | 67 | 24 | 25 | 502 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10100000 | 0 | 110111 | 10100 | 10101 | 101000010 | 110010 | 111001 |
Color Harmonies of #C95BA0
Complementary color
Monochromatic Colors of #C95BA0
Black with #C95BA0
Text Example
Text Example
White with #C95BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BA0; }
p { color: rgb(201,91,160); }
H1.HeaderClassName
{
color: #C95BA0;
}
.AnyTagClassName
{
color: #C95BA0;
}
</style>
background-color css
<style>
a { background-color: #C95BA0; }
a { background-color: rgb(201,91,160); }
div.DivClassName
{
background-color: #C95BA0;
}
.BgClassName
{
background-color: #C95BA0;
}
</style>
border-color css
<style>
span { border-color: #C95BA0; }
span { border-color: rgb(201,91,160); }
td.TdClassName
{
border-color: #C95BA0;
}
.TagClassName
{
border-color: #C95BA0;
}
</style>