Shades of Mandy #C7454E
Tints of Mandy #C7454E
RGB
CMYK
RGB Variations
Color information
#C7454E (or 0xC7454E) is known color: Mandy. HEX triplet: C7, 45 and 4E. RGB value is (199,69,78). Sum of RGB (Red+Green+Blue) = 199+69+78=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7454E is #38BAB1. Grayscale: #6C6C6C. Windows color (decimal): -3717810 or 5129671. OLE color: 5129671.
HSL color Cylindrical-coordinate representation of color #C7454E: hue angle of 355.85º 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 #C7454E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 78 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.22 |
| HSL | 355.85º | 0.54% | 0.53% | - |
| HSV(B) | 355.85º | 0.65% | 0.78% | - |
| XYZ | 27.06 | 16.95 | 9.05 | - |
| YUV | 108.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 78 | 0 | 0.65 | 0.61 | 0.22 | 355.85 | 0.54 | 0.53 |
| Hex | C7 | 45 | 4E | 0 | 41 | 3D | 16 | 164 | 36 | 35 |
| Octal | 307 | 105 | 116 | 0 | 101 | 75 | 26 | 544 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1001110 | 0 | 1000001 | 111101 | 10110 | 101100100 | 110110 | 110101 |
Color Harmonies of #C7454E
Complementary color
Monochromatic Colors of #C7454E
Black with #C7454E
Text Example
Text Example
White with #C7454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7454E; }
p { color: rgb(199,69,78); }
H1.HeaderClassName
{
color: #C7454E;
}
.AnyTagClassName
{
color: #C7454E;
}
</style>
background-color css
<style>
a { background-color: #C7454E; }
a { background-color: rgb(199,69,78); }
div.DivClassName
{
background-color: #C7454E;
}
.BgClassName
{
background-color: #C7454E;
}
</style>
border-color css
<style>
span { border-color: #C7454E; }
span { border-color: rgb(199,69,78); }
td.TdClassName
{
border-color: #C7454E;
}
.TagClassName
{
border-color: #C7454E;
}
</style>