Shades of Mandy #C7424B
Tints of Mandy #C7424B
RGB
CMYK
RGB Variations
Color information
#C7424B (or 0xC7424B) is known color: Mandy. HEX triplet: C7, 42 and 4B. RGB value is (199,66,75). Sum of RGB (Red+Green+Blue) = 199+66+75=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7424B is #38BDB4. Grayscale: #6A6A6A. Windows color (decimal): -3718581 or 4932295. OLE color: 4932295.
HSL color Cylindrical-coordinate representation of color #C7424B: hue angle of 355.94º 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 #C7424B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 75 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.22 |
| HSL | 355.94º | 0.54% | 0.52% | - |
| HSV(B) | 355.94º | 0.67% | 0.78% | - |
| XYZ | 26.77 | 16.55 | 8.44 | - |
| YUV | 106.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 75 | 0 | 0.67 | 0.62 | 0.22 | 355.94 | 0.54 | 0.52 |
| Hex | C7 | 42 | 4B | 0 | 43 | 3E | 16 | 164 | 36 | 34 |
| Octal | 307 | 102 | 113 | 0 | 103 | 76 | 26 | 544 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1001011 | 0 | 1000011 | 111110 | 10110 | 101100100 | 110110 | 110100 |
Color Harmonies of #C7424B
Complementary color
Monochromatic Colors of #C7424B
Black with #C7424B
Text Example
Text Example
White with #C7424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7424B; }
p { color: rgb(199,66,75); }
H1.HeaderClassName
{
color: #C7424B;
}
.AnyTagClassName
{
color: #C7424B;
}
</style>
background-color css
<style>
a { background-color: #C7424B; }
a { background-color: rgb(199,66,75); }
div.DivClassName
{
background-color: #C7424B;
}
.BgClassName
{
background-color: #C7424B;
}
</style>
border-color css
<style>
span { border-color: #C7424B; }
span { border-color: rgb(199,66,75); }
td.TdClassName
{
border-color: #C7424B;
}
.TagClassName
{
border-color: #C7424B;
}
</style>