Shades of Mandy #C7454B
Tints of Mandy #C7454B
RGB
CMYK
RGB Variations
Color information
#C7454B (or 0xC7454B) is known color: Mandy. HEX triplet: C7, 45 and 4B. RGB value is (199,69,75). Sum of RGB (Red+Green+Blue) = 199+69+75=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7454B is #38BAB4. Grayscale: #6C6C6C. Windows color (decimal): -3717813 or 4933063. OLE color: 4933063.
HSL color Cylindrical-coordinate representation of color #C7454B: hue angle of 357.23º 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 #C7454B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 75 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.22 |
| HSL | 357.23º | 0.54% | 0.53% | - |
| HSV(B) | 357.23º | 0.65% | 0.78% | - |
| XYZ | 26.95 | 16.91 | 8.5 | - |
| YUV | 108.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 75 | 0 | 0.65 | 0.62 | 0.22 | 357.23 | 0.54 | 0.53 |
| Hex | C7 | 45 | 4B | 0 | 41 | 3E | 16 | 165 | 36 | 35 |
| Octal | 307 | 105 | 113 | 0 | 101 | 76 | 26 | 545 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1001011 | 0 | 1000001 | 111110 | 10110 | 101100101 | 110110 | 110101 |
Color Harmonies of #C7454B
Complementary color
Monochromatic Colors of #C7454B
Black with #C7454B
Text Example
Text Example
White with #C7454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7454B; }
p { color: rgb(199,69,75); }
H1.HeaderClassName
{
color: #C7454B;
}
.AnyTagClassName
{
color: #C7454B;
}
</style>
background-color css
<style>
a { background-color: #C7454B; }
a { background-color: rgb(199,69,75); }
div.DivClassName
{
background-color: #C7454B;
}
.BgClassName
{
background-color: #C7454B;
}
</style>
border-color css
<style>
span { border-color: #C7454B; }
span { border-color: rgb(199,69,75); }
td.TdClassName
{
border-color: #C7454B;
}
.TagClassName
{
border-color: #C7454B;
}
</style>