Shades of Mandy #C7455F
Tints of Mandy #C7455F
RGB
CMYK
RGB Variations
Color information
#C7455F (or 0xC7455F) is known color: Mandy. HEX triplet: C7, 45 and 5F. RGB value is (199,69,95). Sum of RGB (Red+Green+Blue) = 199+69+95=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7455F is #38BAA0. Grayscale: #6E6E6E. Windows color (decimal): -3717793 or 6243783. OLE color: 6243783.
HSL color Cylindrical-coordinate representation of color #C7455F: hue angle of 348º 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 #C7455F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 95 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 348º | 0.54% | 0.53% | - |
| HSV(B) | 348º | 0.65% | 0.78% | - |
| XYZ | 27.75 | 17.22 | 12.69 | - |
| YUV | 110.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 95 | 0 | 0.65 | 0.52 | 0.22 | 348 | 0.54 | 0.53 |
| Hex | C7 | 45 | 5F | 0 | 41 | 34 | 16 | 15C | 36 | 35 |
| Octal | 307 | 105 | 137 | 0 | 101 | 64 | 26 | 534 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1011111 | 0 | 1000001 | 110100 | 10110 | 101011100 | 110110 | 110101 |
Color Harmonies of #C7455F
Complementary color
Monochromatic Colors of #C7455F
Black with #C7455F
Text Example
Text Example
White with #C7455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7455F; }
p { color: rgb(199,69,95); }
H1.HeaderClassName
{
color: #C7455F;
}
.AnyTagClassName
{
color: #C7455F;
}
</style>
background-color css
<style>
a { background-color: #C7455F; }
a { background-color: rgb(199,69,95); }
div.DivClassName
{
background-color: #C7455F;
}
.BgClassName
{
background-color: #C7455F;
}
</style>
border-color css
<style>
span { border-color: #C7455F; }
span { border-color: rgb(199,69,95); }
td.TdClassName
{
border-color: #C7455F;
}
.TagClassName
{
border-color: #C7455F;
}
</style>