Shades of Mandy #C4525E
Tints of Mandy #C4525E
RGB
CMYK
RGB Variations
Color information
#C4525E (or 0xC4525E) is known color: Mandy. HEX triplet: C4, 52 and 5E. RGB value is (196,82,94). Sum of RGB (Red+Green+Blue) = 196+82+94=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4525E is #3BADA1. Grayscale: #757575. Windows color (decimal): -3911074 or 6181572. OLE color: 6181572.
HSL color Cylindrical-coordinate representation of color #C4525E: hue angle of 353.68º 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 #C4525E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 94 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.23 |
| HSL | 353.68º | 0.49% | 0.55% | - |
| HSV(B) | 353.68º | 0.58% | 0.77% | - |
| XYZ | 27.8 | 18.58 | 12.71 | - |
| YUV | 117.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 94 | 0 | 0.58 | 0.52 | 0.23 | 353.68 | 0.49 | 0.55 |
| Hex | C4 | 52 | 5E | 0 | 3A | 34 | 17 | 162 | 31 | 37 |
| Octal | 304 | 122 | 136 | 0 | 72 | 64 | 27 | 542 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1011110 | 0 | 111010 | 110100 | 10111 | 101100010 | 110001 | 110111 |
Color Harmonies of #C4525E
Complementary color
Monochromatic Colors of #C4525E
Black with #C4525E
Text Example
Text Example
White with #C4525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4525E; }
p { color: rgb(196,82,94); }
H1.HeaderClassName
{
color: #C4525E;
}
.AnyTagClassName
{
color: #C4525E;
}
</style>
background-color css
<style>
a { background-color: #C4525E; }
a { background-color: rgb(196,82,94); }
div.DivClassName
{
background-color: #C4525E;
}
.BgClassName
{
background-color: #C4525E;
}
</style>
border-color css
<style>
span { border-color: #C4525E; }
span { border-color: rgb(196,82,94); }
td.TdClassName
{
border-color: #C4525E;
}
.TagClassName
{
border-color: #C4525E;
}
</style>