Shades of Mandy #C4535F
Tints of Mandy #C4535F
RGB
CMYK
RGB Variations
Color information
#C4535F (or 0xC4535F) is known color: Mandy. HEX triplet: C4, 53 and 5F. RGB value is (196,83,95). Sum of RGB (Red+Green+Blue) = 196+83+95=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4535F is #3BACA0. Grayscale: #767676. Windows color (decimal): -3910817 or 6247364. OLE color: 6247364.
HSL color Cylindrical-coordinate representation of color #C4535F: hue angle of 353.63º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4535F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 95 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.23 |
| HSL | 353.63º | 0.49% | 0.55% | - |
| HSV(B) | 353.63º | 0.58% | 0.77% | - |
| XYZ | 27.92 | 18.75 | 12.97 | - |
| YUV | 118.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 95 | 0 | 0.58 | 0.52 | 0.23 | 353.63 | 0.49 | 0.55 |
| Hex | C4 | 53 | 5F | 0 | 3A | 34 | 17 | 162 | 31 | 37 |
| Octal | 304 | 123 | 137 | 0 | 72 | 64 | 27 | 542 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1011111 | 0 | 111010 | 110100 | 10111 | 101100010 | 110001 | 110111 |
Color Harmonies of #C4535F
Complementary color
Monochromatic Colors of #C4535F
Black with #C4535F
Text Example
Text Example
White with #C4535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4535F; }
p { color: rgb(196,83,95); }
H1.HeaderClassName
{
color: #C4535F;
}
.AnyTagClassName
{
color: #C4535F;
}
</style>
background-color css
<style>
a { background-color: #C4535F; }
a { background-color: rgb(196,83,95); }
div.DivClassName
{
background-color: #C4535F;
}
.BgClassName
{
background-color: #C4535F;
}
</style>
border-color css
<style>
span { border-color: #C4535F; }
span { border-color: rgb(196,83,95); }
td.TdClassName
{
border-color: #C4535F;
}
.TagClassName
{
border-color: #C4535F;
}
</style>