Shades of Mandy #C7535E
Tints of Mandy #C7535E
RGB
CMYK
RGB Variations
Color information
#C7535E (or 0xC7535E) is known color: Mandy. HEX triplet: C7, 53 and 5E. RGB value is (199,83,94). Sum of RGB (Red+Green+Blue) = 199+83+94=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7535E is #38ACA1. Grayscale: #777777. Windows color (decimal): -3714210 or 6181831. OLE color: 6181831.
HSL color Cylindrical-coordinate representation of color #C7535E: hue angle of 354.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7535E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 94 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.22 |
| HSL | 354.31º | 0.51% | 0.55% | - |
| HSV(B) | 354.31º | 0.58% | 0.78% | - |
| XYZ | 28.67 | 19.14 | 12.77 | - |
| YUV | 118.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 94 | 0 | 0.58 | 0.53 | 0.22 | 354.31 | 0.51 | 0.55 |
| Hex | C7 | 53 | 5E | 0 | 3A | 35 | 16 | 162 | 33 | 37 |
| Octal | 307 | 123 | 136 | 0 | 72 | 65 | 26 | 542 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1011110 | 0 | 111010 | 110101 | 10110 | 101100010 | 110011 | 110111 |
Color Harmonies of #C7535E
Complementary color
Monochromatic Colors of #C7535E
Black with #C7535E
Text Example
Text Example
White with #C7535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7535E; }
p { color: rgb(199,83,94); }
H1.HeaderClassName
{
color: #C7535E;
}
.AnyTagClassName
{
color: #C7535E;
}
</style>
background-color css
<style>
a { background-color: #C7535E; }
a { background-color: rgb(199,83,94); }
div.DivClassName
{
background-color: #C7535E;
}
.BgClassName
{
background-color: #C7535E;
}
</style>
border-color css
<style>
span { border-color: #C7535E; }
span { border-color: rgb(199,83,94); }
td.TdClassName
{
border-color: #C7535E;
}
.TagClassName
{
border-color: #C7535E;
}
</style>