Shades of Mandy #C5424D
Tints of Mandy #C5424D
RGB
CMYK
RGB Variations
Color information
#C5424D (or 0xC5424D) is known color: Mandy. HEX triplet: C5, 42 and 4D. RGB value is (197,66,77). Sum of RGB (Red+Green+Blue) = 197+66+77=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5424D is #3ABDB2. Grayscale: #6A6A6A. Windows color (decimal): -3849651 or 5063365. OLE color: 5063365.
HSL color Cylindrical-coordinate representation of color #C5424D: hue angle of 354.96º 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 #C5424D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 77 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.23 |
| HSL | 354.96º | 0.53% | 0.52% | - |
| HSV(B) | 354.96º | 0.66% | 0.77% | - |
| XYZ | 26.31 | 16.3 | 8.78 | - |
| YUV | 106.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 77 | 0 | 0.66 | 0.61 | 0.23 | 354.96 | 0.53 | 0.52 |
| Hex | C5 | 42 | 4D | 0 | 42 | 3D | 17 | 163 | 35 | 34 |
| Octal | 305 | 102 | 115 | 0 | 102 | 75 | 27 | 543 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1001101 | 0 | 1000010 | 111101 | 10111 | 101100011 | 110101 | 110100 |
Color Harmonies of #C5424D
Complementary color
Monochromatic Colors of #C5424D
Black with #C5424D
Text Example
Text Example
White with #C5424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5424D; }
p { color: rgb(197,66,77); }
H1.HeaderClassName
{
color: #C5424D;
}
.AnyTagClassName
{
color: #C5424D;
}
</style>
background-color css
<style>
a { background-color: #C5424D; }
a { background-color: rgb(197,66,77); }
div.DivClassName
{
background-color: #C5424D;
}
.BgClassName
{
background-color: #C5424D;
}
</style>
border-color css
<style>
span { border-color: #C5424D; }
span { border-color: rgb(197,66,77); }
td.TdClassName
{
border-color: #C5424D;
}
.TagClassName
{
border-color: #C5424D;
}
</style>