Shades of Mulberry #C55C85
Tints of Mulberry #C55C85
RGB
CMYK
RGB Variations
Color information
#C55C85 (or 0xC55C85) is known color: Mulberry. HEX triplet: C5, 5C and 85. RGB value is (197,92,133). Sum of RGB (Red+Green+Blue) = 197+92+133=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C85 is #3AA37A. Grayscale: #808080. Windows color (decimal): -3842939 or 8740037. OLE color: 8740037.
HSL color Cylindrical-coordinate representation of color #C55C85: hue angle of 336.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C85 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 133 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.23 |
| HSL | 336.57º | 0.48% | 0.57% | - |
| HSV(B) | 336.57º | 0.53% | 0.77% | - |
| XYZ | 31.09 | 21.22 | 24.65 | - |
| YUV | 128.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 133 | 0 | 0.53 | 0.32 | 0.23 | 336.57 | 0.48 | 0.57 |
| Hex | C5 | 5C | 85 | 0 | 35 | 20 | 17 | 151 | 30 | 39 |
| Octal | 305 | 134 | 205 | 0 | 65 | 40 | 27 | 521 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10000101 | 0 | 110101 | 100000 | 10111 | 101010001 | 110000 | 111001 |
Color Harmonies of #C55C85
Complementary color
Monochromatic Colors of #C55C85
Black with #C55C85
Text Example
Text Example
White with #C55C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C85; }
p { color: rgb(197,92,133); }
H1.HeaderClassName
{
color: #C55C85;
}
.AnyTagClassName
{
color: #C55C85;
}
</style>
background-color css
<style>
a { background-color: #C55C85; }
a { background-color: rgb(197,92,133); }
div.DivClassName
{
background-color: #C55C85;
}
.BgClassName
{
background-color: #C55C85;
}
</style>
border-color css
<style>
span { border-color: #C55C85; }
span { border-color: rgb(197,92,133); }
td.TdClassName
{
border-color: #C55C85;
}
.TagClassName
{
border-color: #C55C85;
}
</style>