Shades of Mulberry #C55A82
Tints of Mulberry #C55A82
RGB
CMYK
RGB Variations
Color information
#C55A82 (or 0xC55A82) is known color: Mulberry. HEX triplet: C5, 5A and 82. RGB value is (197,90,130). Sum of RGB (Red+Green+Blue) = 197+90+130=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A82 is #3AA57D. Grayscale: #7E7E7E. Windows color (decimal): -3843454 or 8542917. OLE color: 8542917.
HSL color Cylindrical-coordinate representation of color #C55A82: hue angle of 337.57º 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 #C55A82 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 130 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.23 |
| HSL | 337.57º | 0.48% | 0.56% | - |
| HSV(B) | 337.57º | 0.54% | 0.77% | - |
| XYZ | 30.71 | 20.79 | 23.51 | - |
| YUV | 126.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 130 | 0 | 0.54 | 0.34 | 0.23 | 337.57 | 0.48 | 0.56 |
| Hex | C5 | 5A | 82 | 0 | 36 | 22 | 17 | 152 | 30 | 38 |
| Octal | 305 | 132 | 202 | 0 | 66 | 42 | 27 | 522 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10000010 | 0 | 110110 | 100010 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C55A82
Complementary color
Monochromatic Colors of #C55A82
Black with #C55A82
Text Example
Text Example
White with #C55A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A82; }
p { color: rgb(197,90,130); }
H1.HeaderClassName
{
color: #C55A82;
}
.AnyTagClassName
{
color: #C55A82;
}
</style>
background-color css
<style>
a { background-color: #C55A82; }
a { background-color: rgb(197,90,130); }
div.DivClassName
{
background-color: #C55A82;
}
.BgClassName
{
background-color: #C55A82;
}
</style>
border-color css
<style>
span { border-color: #C55A82; }
span { border-color: rgb(197,90,130); }
td.TdClassName
{
border-color: #C55A82;
}
.TagClassName
{
border-color: #C55A82;
}
</style>