Shades of Mandy #C7424F
Tints of Mandy #C7424F
RGB
CMYK
RGB Variations
Color information
#C7424F (or 0xC7424F) is known color: Mandy. HEX triplet: C7, 42 and 4F. RGB value is (199,66,79). Sum of RGB (Red+Green+Blue) = 199+66+79=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7424F is #38BDB0. Grayscale: #6B6B6B. Windows color (decimal): -3718577 or 5194439. OLE color: 5194439.
HSL color Cylindrical-coordinate representation of color #C7424F: hue angle of 354.14º 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 #C7424F is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 79 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.22 |
| HSL | 354.14º | 0.54% | 0.52% | - |
| HSV(B) | 354.14º | 0.67% | 0.78% | - |
| XYZ | 26.91 | 16.6 | 9.18 | - |
| YUV | 107.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 79 | 0 | 0.67 | 0.60 | 0.22 | 354.14 | 0.54 | 0.52 |
| Hex | C7 | 42 | 4F | 0 | 43 | 3C | 16 | 162 | 36 | 34 |
| Octal | 307 | 102 | 117 | 0 | 103 | 74 | 26 | 542 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1001111 | 0 | 1000011 | 111100 | 10110 | 101100010 | 110110 | 110100 |
Color Harmonies of #C7424F
Complementary color
Monochromatic Colors of #C7424F
Black with #C7424F
Text Example
Text Example
White with #C7424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7424F; }
p { color: rgb(199,66,79); }
H1.HeaderClassName
{
color: #C7424F;
}
.AnyTagClassName
{
color: #C7424F;
}
</style>
background-color css
<style>
a { background-color: #C7424F; }
a { background-color: rgb(199,66,79); }
div.DivClassName
{
background-color: #C7424F;
}
.BgClassName
{
background-color: #C7424F;
}
</style>
border-color css
<style>
span { border-color: #C7424F; }
span { border-color: rgb(199,66,79); }
td.TdClassName
{
border-color: #C7424F;
}
.TagClassName
{
border-color: #C7424F;
}
</style>