Shades of Mandy #C55D62
Tints of Mandy #C55D62
RGB
CMYK
RGB Variations
Color information
#C55D62 (or 0xC55D62) is known color: Mandy. HEX triplet: C5, 5D and 62. RGB value is (197,93,98). Sum of RGB (Red+Green+Blue) = 197+93+98=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D62 is #3AA29D. Grayscale: #7C7C7C. Windows color (decimal): -3842718 or 6446533. OLE color: 6446533.
HSL color Cylindrical-coordinate representation of color #C55D62: hue angle of 357.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D62 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 98 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.23 |
| HSL | 357.12º | 0.47% | 0.57% | - |
| HSV(B) | 357.12º | 0.53% | 0.77% | - |
| XYZ | 29.14 | 20.58 | 13.99 | - |
| YUV | 124.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 98 | 0 | 0.53 | 0.50 | 0.23 | 357.12 | 0.47 | 0.57 |
| Hex | C5 | 5D | 62 | 0 | 35 | 32 | 17 | 165 | 2F | 39 |
| Octal | 305 | 135 | 142 | 0 | 65 | 62 | 27 | 545 | 57 | 71 |
| Binary | 11000101 | 1011101 | 1100010 | 0 | 110101 | 110010 | 10111 | 101100101 | 101111 | 111001 |
Color Harmonies of #C55D62
Complementary color
Monochromatic Colors of #C55D62
Black with #C55D62
Text Example
Text Example
White with #C55D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D62; }
p { color: rgb(197,93,98); }
H1.HeaderClassName
{
color: #C55D62;
}
.AnyTagClassName
{
color: #C55D62;
}
</style>
background-color css
<style>
a { background-color: #C55D62; }
a { background-color: rgb(197,93,98); }
div.DivClassName
{
background-color: #C55D62;
}
.BgClassName
{
background-color: #C55D62;
}
</style>
border-color css
<style>
span { border-color: #C55D62; }
span { border-color: rgb(197,93,98); }
td.TdClassName
{
border-color: #C55D62;
}
.TagClassName
{
border-color: #C55D62;
}
</style>