Shades of Mandy #C7535F
Tints of Mandy #C7535F
RGB
CMYK
RGB Variations
Color information
#C7535F (or 0xC7535F) is known color: Mandy. HEX triplet: C7, 53 and 5F. RGB value is (199,83,95). Sum of RGB (Red+Green+Blue) = 199+83+95=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7535F is #38ACA0. Grayscale: #777777. Windows color (decimal): -3714209 or 6247367. OLE color: 6247367.
HSL color Cylindrical-coordinate representation of color #C7535F: hue angle of 353.79º 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 #C7535F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 95 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.22 |
| HSL | 353.79º | 0.51% | 0.55% | - |
| HSV(B) | 353.79º | 0.58% | 0.78% | - |
| XYZ | 28.71 | 19.15 | 13.01 | - |
| YUV | 119.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 95 | 0 | 0.58 | 0.52 | 0.22 | 353.79 | 0.51 | 0.55 |
| Hex | C7 | 53 | 5F | 0 | 3A | 34 | 16 | 162 | 33 | 37 |
| Octal | 307 | 123 | 137 | 0 | 72 | 64 | 26 | 542 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1011111 | 0 | 111010 | 110100 | 10110 | 101100010 | 110011 | 110111 |
Color Harmonies of #C7535F
Complementary color
Monochromatic Colors of #C7535F
Black with #C7535F
Text Example
Text Example
White with #C7535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7535F; }
p { color: rgb(199,83,95); }
H1.HeaderClassName
{
color: #C7535F;
}
.AnyTagClassName
{
color: #C7535F;
}
</style>
background-color css
<style>
a { background-color: #C7535F; }
a { background-color: rgb(199,83,95); }
div.DivClassName
{
background-color: #C7535F;
}
.BgClassName
{
background-color: #C7535F;
}
</style>
border-color css
<style>
span { border-color: #C7535F; }
span { border-color: rgb(199,83,95); }
td.TdClassName
{
border-color: #C7535F;
}
.TagClassName
{
border-color: #C7535F;
}
</style>