Shades of Mandy #C55657
Tints of Mandy #C55657
RGB
CMYK
RGB Variations
Color information
#C55657 (or 0xC55657) is known color: Mandy. HEX triplet: C5, 56 and 57. RGB value is (197,86,87). Sum of RGB (Red+Green+Blue) = 197+86+87=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55657 is #3AA9A8. Grayscale: #777777. Windows color (decimal): -3844521 or 5723845. OLE color: 5723845.
HSL color Cylindrical-coordinate representation of color #C55657: hue angle of 359.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55657 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 87 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.23 |
| HSL | 359.46º | 0.49% | 0.55% | - |
| HSV(B) | 359.46º | 0.56% | 0.77% | - |
| XYZ | 28.07 | 19.21 | 11.25 | - |
| YUV | 119.3 | 109.77 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 87 | 0 | 0.56 | 0.56 | 0.23 | 359.46 | 0.49 | 0.55 |
| Hex | C5 | 56 | 57 | 0 | 38 | 38 | 17 | 167 | 31 | 37 |
| Octal | 305 | 126 | 127 | 0 | 70 | 70 | 27 | 547 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1010111 | 0 | 111000 | 111000 | 10111 | 101100111 | 110001 | 110111 |
Color Harmonies of #C55657
Complementary color
Monochromatic Colors of #C55657
Black with #C55657
Text Example
Text Example
White with #C55657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55657; }
p { color: rgb(197,86,87); }
H1.HeaderClassName
{
color: #C55657;
}
.AnyTagClassName
{
color: #C55657;
}
</style>
background-color css
<style>
a { background-color: #C55657; }
a { background-color: rgb(197,86,87); }
div.DivClassName
{
background-color: #C55657;
}
.BgClassName
{
background-color: #C55657;
}
</style>
border-color css
<style>
span { border-color: #C55657; }
span { border-color: rgb(197,86,87); }
td.TdClassName
{
border-color: #C55657;
}
.TagClassName
{
border-color: #C55657;
}
</style>