Shades of Mandy #C5555E
Tints of Mandy #C5555E
RGB
CMYK
RGB Variations
Color information
#C5555E (or 0xC5555E) is known color: Mandy. HEX triplet: C5, 55 and 5E. RGB value is (197,85,94). Sum of RGB (Red+Green+Blue) = 197+85+94=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5555E is #3AAAA1. Grayscale: #777777. Windows color (decimal): -3844770 or 6182341. OLE color: 6182341.
HSL color Cylindrical-coordinate representation of color #C5555E: hue angle of 355.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5555E is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 94 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.23 |
| HSL | 355.18º | 0.49% | 0.55% | - |
| HSV(B) | 355.18º | 0.57% | 0.77% | - |
| XYZ | 28.29 | 19.18 | 12.8 | - |
| YUV | 119.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 94 | 0 | 0.57 | 0.52 | 0.23 | 355.18 | 0.49 | 0.55 |
| Hex | C5 | 55 | 5E | 0 | 39 | 34 | 17 | 163 | 31 | 37 |
| Octal | 305 | 125 | 136 | 0 | 71 | 64 | 27 | 543 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1011110 | 0 | 111001 | 110100 | 10111 | 101100011 | 110001 | 110111 |
Color Harmonies of #C5555E
Complementary color
Monochromatic Colors of #C5555E
Black with #C5555E
Text Example
Text Example
White with #C5555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5555E; }
p { color: rgb(197,85,94); }
H1.HeaderClassName
{
color: #C5555E;
}
.AnyTagClassName
{
color: #C5555E;
}
</style>
background-color css
<style>
a { background-color: #C5555E; }
a { background-color: rgb(197,85,94); }
div.DivClassName
{
background-color: #C5555E;
}
.BgClassName
{
background-color: #C5555E;
}
</style>
border-color css
<style>
span { border-color: #C5555E; }
span { border-color: rgb(197,85,94); }
td.TdClassName
{
border-color: #C5555E;
}
.TagClassName
{
border-color: #C5555E;
}
</style>