Shades of Mandy #C55A5E
Tints of Mandy #C55A5E
RGB
CMYK
RGB Variations
Color information
#C55A5E (or 0xC55A5E) is known color: Mandy. HEX triplet: C5, 5A and 5E. RGB value is (197,90,94). Sum of RGB (Red+Green+Blue) = 197+90+94=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A5E is #3AA5A1. Grayscale: #7A7A7A. Windows color (decimal): -3843490 or 6183621. OLE color: 6183621.
HSL color Cylindrical-coordinate representation of color #C55A5E: hue angle of 357.76º 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 #C55A5E is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 94 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.23 |
| HSL | 357.76º | 0.48% | 0.56% | - |
| HSV(B) | 357.76º | 0.54% | 0.77% | - |
| XYZ | 28.7 | 19.99 | 12.94 | - |
| YUV | 122.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 94 | 0 | 0.54 | 0.52 | 0.23 | 357.76 | 0.48 | 0.56 |
| Hex | C5 | 5A | 5E | 0 | 36 | 34 | 17 | 166 | 30 | 38 |
| Octal | 305 | 132 | 136 | 0 | 66 | 64 | 27 | 546 | 60 | 70 |
| Binary | 11000101 | 1011010 | 1011110 | 0 | 110110 | 110100 | 10111 | 101100110 | 110000 | 111000 |
Color Harmonies of #C55A5E
Complementary color
Monochromatic Colors of #C55A5E
Black with #C55A5E
Text Example
Text Example
White with #C55A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A5E; }
p { color: rgb(197,90,94); }
H1.HeaderClassName
{
color: #C55A5E;
}
.AnyTagClassName
{
color: #C55A5E;
}
</style>
background-color css
<style>
a { background-color: #C55A5E; }
a { background-color: rgb(197,90,94); }
div.DivClassName
{
background-color: #C55A5E;
}
.BgClassName
{
background-color: #C55A5E;
}
</style>
border-color css
<style>
span { border-color: #C55A5E; }
span { border-color: rgb(197,90,94); }
td.TdClassName
{
border-color: #C55A5E;
}
.TagClassName
{
border-color: #C55A5E;
}
</style>