Shades of Mandy #C7595B
Tints of Mandy #C7595B
RGB
CMYK
RGB Variations
Color information
#C7595B (or 0xC7595B) is known color: Mandy. HEX triplet: C7, 59 and 5B. RGB value is (199,89,91). Sum of RGB (Red+Green+Blue) = 199+89+91=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7595B is #38A6A4. Grayscale: #7A7A7A. Windows color (decimal): -3712677 or 5986759. OLE color: 5986759.
HSL color Cylindrical-coordinate representation of color #C7595B: hue angle of 358.91º 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 #C7595B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 91 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.22 |
| HSL | 358.91º | 0.5% | 0.56% | - |
| HSV(B) | 358.91º | 0.55% | 0.78% | - |
| XYZ | 29.01 | 20.04 | 12.24 | - |
| YUV | 122.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 91 | 0 | 0.55 | 0.54 | 0.22 | 358.91 | 0.5 | 0.56 |
| Hex | C7 | 59 | 5B | 0 | 37 | 36 | 16 | 167 | 32 | 38 |
| Octal | 307 | 131 | 133 | 0 | 67 | 66 | 26 | 547 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1011011 | 0 | 110111 | 110110 | 10110 | 101100111 | 110010 | 111000 |
Color Harmonies of #C7595B
Complementary color
Monochromatic Colors of #C7595B
Black with #C7595B
Text Example
Text Example
White with #C7595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7595B; }
p { color: rgb(199,89,91); }
H1.HeaderClassName
{
color: #C7595B;
}
.AnyTagClassName
{
color: #C7595B;
}
</style>
background-color css
<style>
a { background-color: #C7595B; }
a { background-color: rgb(199,89,91); }
div.DivClassName
{
background-color: #C7595B;
}
.BgClassName
{
background-color: #C7595B;
}
</style>
border-color css
<style>
span { border-color: #C7595B; }
span { border-color: rgb(199,89,91); }
td.TdClassName
{
border-color: #C7595B;
}
.TagClassName
{
border-color: #C7595B;
}
</style>