Shades of Mandy #C7595E
Tints of Mandy #C7595E
RGB
CMYK
RGB Variations
Color information
#C7595E (or 0xC7595E) is known color: Mandy. HEX triplet: C7, 59 and 5E. RGB value is (199,89,94). Sum of RGB (Red+Green+Blue) = 199+89+94=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7595E is #38A6A1. Grayscale: #7A7A7A. Windows color (decimal): -3712674 or 6183367. OLE color: 6183367.
HSL color Cylindrical-coordinate representation of color #C7595E: hue angle of 357.27º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7595E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.22 |
| HSL | 357.27º | 0.5% | 0.56% | - |
| HSV(B) | 357.27º | 0.55% | 0.78% | - |
| XYZ | 29.15 | 20.1 | 12.93 | - |
| YUV | 122.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 94 | 0 | 0.55 | 0.53 | 0.22 | 357.27 | 0.5 | 0.56 |
| Hex | C7 | 59 | 5E | 0 | 37 | 35 | 16 | 165 | 32 | 38 |
| Octal | 307 | 131 | 136 | 0 | 67 | 65 | 26 | 545 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1011110 | 0 | 110111 | 110101 | 10110 | 101100101 | 110010 | 111000 |
Color Harmonies of #C7595E
Complementary color
Monochromatic Colors of #C7595E
Black with #C7595E
Text Example
Text Example
White with #C7595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7595E; }
p { color: rgb(199,89,94); }
H1.HeaderClassName
{
color: #C7595E;
}
.AnyTagClassName
{
color: #C7595E;
}
</style>
background-color css
<style>
a { background-color: #C7595E; }
a { background-color: rgb(199,89,94); }
div.DivClassName
{
background-color: #C7595E;
}
.BgClassName
{
background-color: #C7595E;
}
</style>
border-color css
<style>
span { border-color: #C7595E; }
span { border-color: rgb(199,89,94); }
td.TdClassName
{
border-color: #C7595E;
}
.TagClassName
{
border-color: #C7595E;
}
</style>