Shades of Mandy #C7424D
Tints of Mandy #C7424D
RGB
CMYK
RGB Variations
Color information
#C7424D (or 0xC7424D) is known color: Mandy. HEX triplet: C7, 42 and 4D. RGB value is (199,66,77). Sum of RGB (Red+Green+Blue) = 199+66+77=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7424D is #38BDB2. Grayscale: #6B6B6B. Windows color (decimal): -3718579 or 5063367. OLE color: 5063367.
HSL color Cylindrical-coordinate representation of color #C7424D: hue angle of 355.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7424D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 77 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.22 |
| HSL | 355.04º | 0.54% | 0.52% | - |
| HSV(B) | 355.04º | 0.67% | 0.78% | - |
| XYZ | 26.84 | 16.57 | 8.81 | - |
| YUV | 107.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 77 | 0 | 0.67 | 0.61 | 0.22 | 355.04 | 0.54 | 0.52 |
| Hex | C7 | 42 | 4D | 0 | 43 | 3D | 16 | 163 | 36 | 34 |
| Octal | 307 | 102 | 115 | 0 | 103 | 75 | 26 | 543 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1001101 | 0 | 1000011 | 111101 | 10110 | 101100011 | 110110 | 110100 |
Color Harmonies of #C7424D
Complementary color
Monochromatic Colors of #C7424D
Black with #C7424D
Text Example
Text Example
White with #C7424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7424D; }
p { color: rgb(199,66,77); }
H1.HeaderClassName
{
color: #C7424D;
}
.AnyTagClassName
{
color: #C7424D;
}
</style>
background-color css
<style>
a { background-color: #C7424D; }
a { background-color: rgb(199,66,77); }
div.DivClassName
{
background-color: #C7424D;
}
.BgClassName
{
background-color: #C7424D;
}
</style>
border-color css
<style>
span { border-color: #C7424D; }
span { border-color: rgb(199,66,77); }
td.TdClassName
{
border-color: #C7424D;
}
.TagClassName
{
border-color: #C7424D;
}
</style>