Shades of Mandy #C7595C
Tints of Mandy #C7595C
RGB
CMYK
RGB Variations
Color information
#C7595C (or 0xC7595C) is known color: Mandy. HEX triplet: C7, 59 and 5C. RGB value is (199,89,92). Sum of RGB (Red+Green+Blue) = 199+89+92=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7595C is #38A6A3. Grayscale: #7A7A7A. Windows color (decimal): -3712676 or 6052295. OLE color: 6052295.
HSL color Cylindrical-coordinate representation of color #C7595C: hue angle of 358.36º 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 #C7595C is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 92 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.22 |
| HSL | 358.36º | 0.5% | 0.56% | - |
| HSV(B) | 358.36º | 0.55% | 0.78% | - |
| XYZ | 29.06 | 20.06 | 12.47 | - |
| YUV | 122.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 92 | 0 | 0.55 | 0.54 | 0.22 | 358.36 | 0.5 | 0.56 |
| Hex | C7 | 59 | 5C | 0 | 37 | 36 | 16 | 166 | 32 | 38 |
| Octal | 307 | 131 | 134 | 0 | 67 | 66 | 26 | 546 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1011100 | 0 | 110111 | 110110 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C7595C
Complementary color
Monochromatic Colors of #C7595C
Black with #C7595C
Text Example
Text Example
White with #C7595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7595C; }
p { color: rgb(199,89,92); }
H1.HeaderClassName
{
color: #C7595C;
}
.AnyTagClassName
{
color: #C7595C;
}
</style>
background-color css
<style>
a { background-color: #C7595C; }
a { background-color: rgb(199,89,92); }
div.DivClassName
{
background-color: #C7595C;
}
.BgClassName
{
background-color: #C7595C;
}
</style>
border-color css
<style>
span { border-color: #C7595C; }
span { border-color: rgb(199,89,92); }
td.TdClassName
{
border-color: #C7595C;
}
.TagClassName
{
border-color: #C7595C;
}
</style>