Shades of Mandy #C55359
Tints of Mandy #C55359
RGB
CMYK
RGB Variations
Color information
#C55359 (or 0xC55359) is known color: Mandy. HEX triplet: C5, 53 and 59. RGB value is (197,83,89). Sum of RGB (Red+Green+Blue) = 197+83+89=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55359 is #3AACA6. Grayscale: #757575. Windows color (decimal): -3845287 or 5854149. OLE color: 5854149.
HSL color Cylindrical-coordinate representation of color #C55359: hue angle of 356.84º 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 #C55359 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 89 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.23 |
| HSL | 356.84º | 0.5% | 0.55% | - |
| HSV(B) | 356.84º | 0.58% | 0.77% | - |
| XYZ | 27.92 | 18.78 | 11.6 | - |
| YUV | 117.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 89 | 0 | 0.58 | 0.55 | 0.23 | 356.84 | 0.5 | 0.55 |
| Hex | C5 | 53 | 59 | 0 | 3A | 37 | 17 | 165 | 32 | 37 |
| Octal | 305 | 123 | 131 | 0 | 72 | 67 | 27 | 545 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1011001 | 0 | 111010 | 110111 | 10111 | 101100101 | 110010 | 110111 |
Color Harmonies of #C55359
Complementary color
Monochromatic Colors of #C55359
Black with #C55359
Text Example
Text Example
White with #C55359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55359; }
p { color: rgb(197,83,89); }
H1.HeaderClassName
{
color: #C55359;
}
.AnyTagClassName
{
color: #C55359;
}
</style>
background-color css
<style>
a { background-color: #C55359; }
a { background-color: rgb(197,83,89); }
div.DivClassName
{
background-color: #C55359;
}
.BgClassName
{
background-color: #C55359;
}
</style>
border-color css
<style>
span { border-color: #C55359; }
span { border-color: rgb(197,83,89); }
td.TdClassName
{
border-color: #C55359;
}
.TagClassName
{
border-color: #C55359;
}
</style>