Shades of Mandy #C7454D
Tints of Mandy #C7454D
RGB
CMYK
RGB Variations
Color information
#C7454D (or 0xC7454D) is known color: Mandy. HEX triplet: C7, 45 and 4D. RGB value is (199,69,77). Sum of RGB (Red+Green+Blue) = 199+69+77=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7454D is #38BAB2. Grayscale: #6C6C6C. Windows color (decimal): -3717811 or 5064135. OLE color: 5064135.
HSL color Cylindrical-coordinate representation of color #C7454D: hue angle of 356.31º 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 #C7454D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 77 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.22 |
| HSL | 356.31º | 0.54% | 0.53% | - |
| HSV(B) | 356.31º | 0.65% | 0.78% | - |
| XYZ | 27.02 | 16.93 | 8.87 | - |
| YUV | 108.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 77 | 0 | 0.65 | 0.61 | 0.22 | 356.31 | 0.54 | 0.53 |
| Hex | C7 | 45 | 4D | 0 | 41 | 3D | 16 | 164 | 36 | 35 |
| Octal | 307 | 105 | 115 | 0 | 101 | 75 | 26 | 544 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1001101 | 0 | 1000001 | 111101 | 10110 | 101100100 | 110110 | 110101 |
Color Harmonies of #C7454D
Complementary color
Monochromatic Colors of #C7454D
Black with #C7454D
Text Example
Text Example
White with #C7454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7454D; }
p { color: rgb(199,69,77); }
H1.HeaderClassName
{
color: #C7454D;
}
.AnyTagClassName
{
color: #C7454D;
}
</style>
background-color css
<style>
a { background-color: #C7454D; }
a { background-color: rgb(199,69,77); }
div.DivClassName
{
background-color: #C7454D;
}
.BgClassName
{
background-color: #C7454D;
}
</style>
border-color css
<style>
span { border-color: #C7454D; }
span { border-color: rgb(199,69,77); }
td.TdClassName
{
border-color: #C7454D;
}
.TagClassName
{
border-color: #C7454D;
}
</style>