Shades of Mandy #C7464C
Tints of Mandy #C7464C
RGB
CMYK
RGB Variations
Color information
#C7464C (or 0xC7464C) is known color: Mandy. HEX triplet: C7, 46 and 4C. RGB value is (199,70,76). Sum of RGB (Red+Green+Blue) = 199+70+76=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7464C is #38B9B3. Grayscale: #6D6D6D. Windows color (decimal): -3717556 or 4998855. OLE color: 4998855.
HSL color Cylindrical-coordinate representation of color #C7464C: hue angle of 357.21º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7464C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 76 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.22 |
| HSL | 357.21º | 0.54% | 0.53% | - |
| HSV(B) | 357.21º | 0.65% | 0.78% | - |
| XYZ | 27.05 | 17.04 | 8.7 | - |
| YUV | 109.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 76 | 0 | 0.65 | 0.62 | 0.22 | 357.21 | 0.54 | 0.53 |
| Hex | C7 | 46 | 4C | 0 | 41 | 3E | 16 | 165 | 36 | 35 |
| Octal | 307 | 106 | 114 | 0 | 101 | 76 | 26 | 545 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1001100 | 0 | 1000001 | 111110 | 10110 | 101100101 | 110110 | 110101 |
Color Harmonies of #C7464C
Complementary color
Monochromatic Colors of #C7464C
Black with #C7464C
Text Example
Text Example
White with #C7464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7464C; }
p { color: rgb(199,70,76); }
H1.HeaderClassName
{
color: #C7464C;
}
.AnyTagClassName
{
color: #C7464C;
}
</style>
background-color css
<style>
a { background-color: #C7464C; }
a { background-color: rgb(199,70,76); }
div.DivClassName
{
background-color: #C7464C;
}
.BgClassName
{
background-color: #C7464C;
}
</style>
border-color css
<style>
span { border-color: #C7464C; }
span { border-color: rgb(199,70,76); }
td.TdClassName
{
border-color: #C7464C;
}
.TagClassName
{
border-color: #C7464C;
}
</style>