Shades of Mandy #C7535D
Tints of Mandy #C7535D
RGB
CMYK
RGB Variations
Color information
#C7535D (or 0xC7535D) is known color: Mandy. HEX triplet: C7, 53 and 5D. RGB value is (199,83,93). Sum of RGB (Red+Green+Blue) = 199+83+93=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7535D is #38ACA2. Grayscale: #767676. Windows color (decimal): -3714211 or 6116295. OLE color: 6116295.
HSL color Cylindrical-coordinate representation of color #C7535D: hue angle of 354.83º 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 #C7535D is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 93 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.22 |
| HSL | 354.83º | 0.51% | 0.55% | - |
| HSV(B) | 354.83º | 0.58% | 0.78% | - |
| XYZ | 28.62 | 19.12 | 12.54 | - |
| YUV | 118.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 93 | 0 | 0.58 | 0.53 | 0.22 | 354.83 | 0.51 | 0.55 |
| Hex | C7 | 53 | 5D | 0 | 3A | 35 | 16 | 163 | 33 | 37 |
| Octal | 307 | 123 | 135 | 0 | 72 | 65 | 26 | 543 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1011101 | 0 | 111010 | 110101 | 10110 | 101100011 | 110011 | 110111 |
Color Harmonies of #C7535D
Complementary color
Monochromatic Colors of #C7535D
Black with #C7535D
Text Example
Text Example
White with #C7535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7535D; }
p { color: rgb(199,83,93); }
H1.HeaderClassName
{
color: #C7535D;
}
.AnyTagClassName
{
color: #C7535D;
}
</style>
background-color css
<style>
a { background-color: #C7535D; }
a { background-color: rgb(199,83,93); }
div.DivClassName
{
background-color: #C7535D;
}
.BgClassName
{
background-color: #C7535D;
}
</style>
border-color css
<style>
span { border-color: #C7535D; }
span { border-color: rgb(199,83,93); }
td.TdClassName
{
border-color: #C7535D;
}
.TagClassName
{
border-color: #C7535D;
}
</style>