Shades of Mandy #C7535B
Tints of Mandy #C7535B
RGB
CMYK
RGB Variations
Color information
#C7535B (or 0xC7535B) is known color: Mandy. HEX triplet: C7, 53 and 5B. RGB value is (199,83,91). Sum of RGB (Red+Green+Blue) = 199+83+91=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7535B is #38ACA4. Grayscale: #767676. Windows color (decimal): -3714213 or 5985223. OLE color: 5985223.
HSL color Cylindrical-coordinate representation of color #C7535B: hue angle of 355.86º 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 #C7535B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 91 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.22 |
| HSL | 355.86º | 0.51% | 0.55% | - |
| HSV(B) | 355.86º | 0.58% | 0.78% | - |
| XYZ | 28.53 | 19.08 | 12.08 | - |
| YUV | 118.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 91 | 0 | 0.58 | 0.54 | 0.22 | 355.86 | 0.51 | 0.55 |
| Hex | C7 | 53 | 5B | 0 | 3A | 36 | 16 | 164 | 33 | 37 |
| Octal | 307 | 123 | 133 | 0 | 72 | 66 | 26 | 544 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1011011 | 0 | 111010 | 110110 | 10110 | 101100100 | 110011 | 110111 |
Color Harmonies of #C7535B
Complementary color
Monochromatic Colors of #C7535B
Black with #C7535B
Text Example
Text Example
White with #C7535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7535B; }
p { color: rgb(199,83,91); }
H1.HeaderClassName
{
color: #C7535B;
}
.AnyTagClassName
{
color: #C7535B;
}
</style>
background-color css
<style>
a { background-color: #C7535B; }
a { background-color: rgb(199,83,91); }
div.DivClassName
{
background-color: #C7535B;
}
.BgClassName
{
background-color: #C7535B;
}
</style>
border-color css
<style>
span { border-color: #C7535B; }
span { border-color: rgb(199,83,91); }
td.TdClassName
{
border-color: #C7535B;
}
.TagClassName
{
border-color: #C7535B;
}
</style>