Shades of Mandy #C55257
Tints of Mandy #C55257
RGB
CMYK
RGB Variations
Color information
#C55257 (or 0xC55257) is known color: Mandy. HEX triplet: C5, 52 and 57. RGB value is (197,82,87). Sum of RGB (Red+Green+Blue) = 197+82+87=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55257 is #3AADA8. Grayscale: #757575. Windows color (decimal): -3845545 or 5722821. OLE color: 5722821.
HSL color Cylindrical-coordinate representation of color #C55257: hue angle of 357.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55257 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 87 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.23 |
| HSL | 357.39º | 0.5% | 0.55% | - |
| HSV(B) | 357.39º | 0.58% | 0.77% | - |
| XYZ | 27.76 | 18.59 | 11.14 | - |
| YUV | 116.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 87 | 0 | 0.58 | 0.56 | 0.23 | 357.39 | 0.5 | 0.55 |
| Hex | C5 | 52 | 57 | 0 | 3A | 38 | 17 | 165 | 32 | 37 |
| Octal | 305 | 122 | 127 | 0 | 72 | 70 | 27 | 545 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1010111 | 0 | 111010 | 111000 | 10111 | 101100101 | 110010 | 110111 |
Color Harmonies of #C55257
Complementary color
Monochromatic Colors of #C55257
Black with #C55257
Text Example
Text Example
White with #C55257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55257; }
p { color: rgb(197,82,87); }
H1.HeaderClassName
{
color: #C55257;
}
.AnyTagClassName
{
color: #C55257;
}
</style>
background-color css
<style>
a { background-color: #C55257; }
a { background-color: rgb(197,82,87); }
div.DivClassName
{
background-color: #C55257;
}
.BgClassName
{
background-color: #C55257;
}
</style>
border-color css
<style>
span { border-color: #C55257; }
span { border-color: rgb(197,82,87); }
td.TdClassName
{
border-color: #C55257;
}
.TagClassName
{
border-color: #C55257;
}
</style>