Shades of Mandy #C7585E
Tints of Mandy #C7585E
RGB
CMYK
RGB Variations
Color information
#C7585E (or 0xC7585E) is known color: Mandy. HEX triplet: C7, 58 and 5E. RGB value is (199,88,94). Sum of RGB (Red+Green+Blue) = 199+88+94=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7585E is #38A7A1. Grayscale: #797979. Windows color (decimal): -3712930 or 6183111. OLE color: 6183111.
HSL color Cylindrical-coordinate representation of color #C7585E: hue angle of 356.76º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7585E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 94 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.22 |
| HSL | 356.76º | 0.5% | 0.56% | - |
| HSV(B) | 356.76º | 0.56% | 0.78% | - |
| XYZ | 29.06 | 19.93 | 12.9 | - |
| YUV | 121.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 94 | 0 | 0.56 | 0.53 | 0.22 | 356.76 | 0.5 | 0.56 |
| Hex | C7 | 58 | 5E | 0 | 38 | 35 | 16 | 165 | 32 | 38 |
| Octal | 307 | 130 | 136 | 0 | 70 | 65 | 26 | 545 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1011110 | 0 | 111000 | 110101 | 10110 | 101100101 | 110010 | 111000 |
Color Harmonies of #C7585E
Complementary color
Monochromatic Colors of #C7585E
Black with #C7585E
Text Example
Text Example
White with #C7585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7585E; }
p { color: rgb(199,88,94); }
H1.HeaderClassName
{
color: #C7585E;
}
.AnyTagClassName
{
color: #C7585E;
}
</style>
background-color css
<style>
a { background-color: #C7585E; }
a { background-color: rgb(199,88,94); }
div.DivClassName
{
background-color: #C7585E;
}
.BgClassName
{
background-color: #C7585E;
}
</style>
border-color css
<style>
span { border-color: #C7585E; }
span { border-color: rgb(199,88,94); }
td.TdClassName
{
border-color: #C7585E;
}
.TagClassName
{
border-color: #C7585E;
}
</style>