Shades of Mandy #C7485E
Tints of Mandy #C7485E
RGB
CMYK
RGB Variations
Color information
#C7485E (or 0xC7485E) is known color: Mandy. HEX triplet: C7, 48 and 5E. RGB value is (199,72,94). Sum of RGB (Red+Green+Blue) = 199+72+94=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7485E is #38B7A1. Grayscale: #707070. Windows color (decimal): -3717026 or 6179015. OLE color: 6179015.
HSL color Cylindrical-coordinate representation of color #C7485E: hue angle of 349.61º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7485E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 94 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.22 |
| HSL | 349.61º | 0.53% | 0.53% | - |
| HSV(B) | 349.61º | 0.64% | 0.78% | - |
| XYZ | 27.89 | 17.59 | 12.51 | - |
| YUV | 112.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 94 | 0 | 0.64 | 0.53 | 0.22 | 349.61 | 0.53 | 0.53 |
| Hex | C7 | 48 | 5E | 0 | 40 | 35 | 16 | 15E | 35 | 35 |
| Octal | 307 | 110 | 136 | 0 | 100 | 65 | 26 | 536 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1011110 | 0 | 1000000 | 110101 | 10110 | 101011110 | 110101 | 110101 |
Color Harmonies of #C7485E
Complementary color
Monochromatic Colors of #C7485E
Black with #C7485E
Text Example
Text Example
White with #C7485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7485E; }
p { color: rgb(199,72,94); }
H1.HeaderClassName
{
color: #C7485E;
}
.AnyTagClassName
{
color: #C7485E;
}
</style>
background-color css
<style>
a { background-color: #C7485E; }
a { background-color: rgb(199,72,94); }
div.DivClassName
{
background-color: #C7485E;
}
.BgClassName
{
background-color: #C7485E;
}
</style>
border-color css
<style>
span { border-color: #C7485E; }
span { border-color: rgb(199,72,94); }
td.TdClassName
{
border-color: #C7485E;
}
.TagClassName
{
border-color: #C7485E;
}
</style>