Shades of Mandy #C5424C
Tints of Mandy #C5424C
RGB
CMYK
RGB Variations
Color information
#C5424C (or 0xC5424C) is known color: Mandy. HEX triplet: C5, 42 and 4C. RGB value is (197,66,76). Sum of RGB (Red+Green+Blue) = 197+66+76=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5424C is #3ABDB3. Grayscale: #6A6A6A. Windows color (decimal): -3849652 or 4997829. OLE color: 4997829.
HSL color Cylindrical-coordinate representation of color #C5424C: hue angle of 355.42º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5424C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 76 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.23 |
| HSL | 355.42º | 0.53% | 0.52% | - |
| HSV(B) | 355.42º | 0.66% | 0.77% | - |
| XYZ | 26.28 | 16.29 | 8.6 | - |
| YUV | 106.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 76 | 0 | 0.66 | 0.61 | 0.23 | 355.42 | 0.53 | 0.52 |
| Hex | C5 | 42 | 4C | 0 | 42 | 3D | 17 | 163 | 35 | 34 |
| Octal | 305 | 102 | 114 | 0 | 102 | 75 | 27 | 543 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1001100 | 0 | 1000010 | 111101 | 10111 | 101100011 | 110101 | 110100 |
Color Harmonies of #C5424C
Complementary color
Monochromatic Colors of #C5424C
Black with #C5424C
Text Example
Text Example
White with #C5424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5424C; }
p { color: rgb(197,66,76); }
H1.HeaderClassName
{
color: #C5424C;
}
.AnyTagClassName
{
color: #C5424C;
}
</style>
background-color css
<style>
a { background-color: #C5424C; }
a { background-color: rgb(197,66,76); }
div.DivClassName
{
background-color: #C5424C;
}
.BgClassName
{
background-color: #C5424C;
}
</style>
border-color css
<style>
span { border-color: #C5424C; }
span { border-color: rgb(197,66,76); }
td.TdClassName
{
border-color: #C5424C;
}
.TagClassName
{
border-color: #C5424C;
}
</style>