Shades of Mandy #C7454A
Tints of Mandy #C7454A
RGB
CMYK
RGB Variations
Color information
#C7454A (or 0xC7454A) is known color: Mandy. HEX triplet: C7, 45 and 4A. RGB value is (199,69,74). Sum of RGB (Red+Green+Blue) = 199+69+74=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7454A is #38BAB5. Grayscale: #6C6C6C. Windows color (decimal): -3717814 or 4867527. OLE color: 4867527.
HSL color Cylindrical-coordinate representation of color #C7454A: hue angle of 357.69º 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 #C7454A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 74 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.22 |
| HSL | 357.69º | 0.54% | 0.53% | - |
| HSV(B) | 357.69º | 0.65% | 0.78% | - |
| XYZ | 26.92 | 16.89 | 8.32 | - |
| YUV | 108.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 74 | 0 | 0.65 | 0.63 | 0.22 | 357.69 | 0.54 | 0.53 |
| Hex | C7 | 45 | 4A | 0 | 41 | 3F | 16 | 166 | 36 | 35 |
| Octal | 307 | 105 | 112 | 0 | 101 | 77 | 26 | 546 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1001010 | 0 | 1000001 | 111111 | 10110 | 101100110 | 110110 | 110101 |
Color Harmonies of #C7454A
Complementary color
Monochromatic Colors of #C7454A
Black with #C7454A
Text Example
Text Example
White with #C7454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7454A; }
p { color: rgb(199,69,74); }
H1.HeaderClassName
{
color: #C7454A;
}
.AnyTagClassName
{
color: #C7454A;
}
</style>
background-color css
<style>
a { background-color: #C7454A; }
a { background-color: rgb(199,69,74); }
div.DivClassName
{
background-color: #C7454A;
}
.BgClassName
{
background-color: #C7454A;
}
</style>
border-color css
<style>
span { border-color: #C7454A; }
span { border-color: rgb(199,69,74); }
td.TdClassName
{
border-color: #C7454A;
}
.TagClassName
{
border-color: #C7454A;
}
</style>