Shades of Mandy #C7585A
Tints of Mandy #C7585A
RGB
CMYK
RGB Variations
Color information
#C7585A (or 0xC7585A) is known color: Mandy. HEX triplet: C7, 58 and 5A. RGB value is (199,88,90). Sum of RGB (Red+Green+Blue) = 199+88+90=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7585A is #38A7A5. Grayscale: #797979. Windows color (decimal): -3712934 or 5920967. OLE color: 5920967.
HSL color Cylindrical-coordinate representation of color #C7585A: hue angle of 358.92º 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 #C7585A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 90 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.22 |
| HSL | 358.92º | 0.5% | 0.56% | - |
| HSV(B) | 358.92º | 0.56% | 0.78% | - |
| XYZ | 28.89 | 19.86 | 11.98 | - |
| YUV | 121.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 90 | 0 | 0.56 | 0.55 | 0.22 | 358.92 | 0.5 | 0.56 |
| Hex | C7 | 58 | 5A | 0 | 38 | 37 | 16 | 167 | 32 | 38 |
| Octal | 307 | 130 | 132 | 0 | 70 | 67 | 26 | 547 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1011010 | 0 | 111000 | 110111 | 10110 | 101100111 | 110010 | 111000 |
Color Harmonies of #C7585A
Complementary color
Monochromatic Colors of #C7585A
Black with #C7585A
Text Example
Text Example
White with #C7585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7585A; }
p { color: rgb(199,88,90); }
H1.HeaderClassName
{
color: #C7585A;
}
.AnyTagClassName
{
color: #C7585A;
}
</style>
background-color css
<style>
a { background-color: #C7585A; }
a { background-color: rgb(199,88,90); }
div.DivClassName
{
background-color: #C7585A;
}
.BgClassName
{
background-color: #C7585A;
}
</style>
border-color css
<style>
span { border-color: #C7585A; }
span { border-color: rgb(199,88,90); }
td.TdClassName
{
border-color: #C7585A;
}
.TagClassName
{
border-color: #C7585A;
}
</style>