Shades of Mulberry #C55BA0
Tints of Mulberry #C55BA0
RGB
CMYK
RGB Variations
Color information
#C55BA0 (or 0xC55BA0) is known color: Mulberry. HEX triplet: C5, 5B and A0. RGB value is (197,91,160). Sum of RGB (Red+Green+Blue) = 197+91+160=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA0 is #3AA45F. Grayscale: #828282. Windows color (decimal): -3843168 or 10509253. OLE color: 10509253.
HSL color Cylindrical-coordinate representation of color #C55BA0: hue angle of 320.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BA0 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 160 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.23 |
| HSL | 320.94º | 0.48% | 0.56% | - |
| HSV(B) | 320.94º | 0.54% | 0.77% | - |
| XYZ | 33.11 | 21.89 | 35.74 | - |
| YUV | 130.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 160 | 0 | 0.54 | 0.19 | 0.23 | 320.94 | 0.48 | 0.56 |
| Hex | C5 | 5B | A0 | 0 | 36 | 13 | 17 | 141 | 30 | 38 |
| Octal | 305 | 133 | 240 | 0 | 66 | 23 | 27 | 501 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10100000 | 0 | 110110 | 10011 | 10111 | 101000001 | 110000 | 111000 |
Color Harmonies of #C55BA0
Complementary color
Monochromatic Colors of #C55BA0
Black with #C55BA0
Text Example
Text Example
White with #C55BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BA0; }
p { color: rgb(197,91,160); }
H1.HeaderClassName
{
color: #C55BA0;
}
.AnyTagClassName
{
color: #C55BA0;
}
</style>
background-color css
<style>
a { background-color: #C55BA0; }
a { background-color: rgb(197,91,160); }
div.DivClassName
{
background-color: #C55BA0;
}
.BgClassName
{
background-color: #C55BA0;
}
</style>
border-color css
<style>
span { border-color: #C55BA0; }
span { border-color: rgb(197,91,160); }
td.TdClassName
{
border-color: #C55BA0;
}
.TagClassName
{
border-color: #C55BA0;
}
</style>