Shades of Mulberry #C55A85
Tints of Mulberry #C55A85
RGB
CMYK
RGB Variations
Color information
#C55A85 (or 0xC55A85) is known color: Mulberry. HEX triplet: C5, 5A and 85. RGB value is (197,90,133). Sum of RGB (Red+Green+Blue) = 197+90+133=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A85 is #3AA57A. Grayscale: #7E7E7E. Windows color (decimal): -3843451 or 8739525. OLE color: 8739525.
HSL color Cylindrical-coordinate representation of color #C55A85: hue angle of 335.89º 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 #C55A85 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 133 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.23 |
| HSL | 335.89º | 0.48% | 0.56% | - |
| HSV(B) | 335.89º | 0.54% | 0.77% | - |
| XYZ | 30.92 | 20.88 | 24.59 | - |
| YUV | 126.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 133 | 0 | 0.54 | 0.32 | 0.23 | 335.89 | 0.48 | 0.56 |
| Hex | C5 | 5A | 85 | 0 | 36 | 20 | 17 | 150 | 30 | 38 |
| Octal | 305 | 132 | 205 | 0 | 66 | 40 | 27 | 520 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10000101 | 0 | 110110 | 100000 | 10111 | 101010000 | 110000 | 111000 |
Color Harmonies of #C55A85
Complementary color
Monochromatic Colors of #C55A85
Black with #C55A85
Text Example
Text Example
White with #C55A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A85; }
p { color: rgb(197,90,133); }
H1.HeaderClassName
{
color: #C55A85;
}
.AnyTagClassName
{
color: #C55A85;
}
</style>
background-color css
<style>
a { background-color: #C55A85; }
a { background-color: rgb(197,90,133); }
div.DivClassName
{
background-color: #C55A85;
}
.BgClassName
{
background-color: #C55A85;
}
</style>
border-color css
<style>
span { border-color: #C55A85; }
span { border-color: rgb(197,90,133); }
td.TdClassName
{
border-color: #C55A85;
}
.TagClassName
{
border-color: #C55A85;
}
</style>