Shades of Mandy #C4525D
Tints of Mandy #C4525D
RGB
CMYK
RGB Variations
Color information
#C4525D (or 0xC4525D) is known color: Mandy. HEX triplet: C4, 52 and 5D. RGB value is (196,82,93). Sum of RGB (Red+Green+Blue) = 196+82+93=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4525D is #3BADA2. Grayscale: #757575. Windows color (decimal): -3911075 or 6116036. OLE color: 6116036.
HSL color Cylindrical-coordinate representation of color #C4525D: hue angle of 354.21º 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 #C4525D is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 93 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.23 |
| HSL | 354.21º | 0.49% | 0.55% | - |
| HSV(B) | 354.21º | 0.58% | 0.77% | - |
| XYZ | 27.76 | 18.56 | 12.48 | - |
| YUV | 117.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 93 | 0 | 0.58 | 0.53 | 0.23 | 354.21 | 0.49 | 0.55 |
| Hex | C4 | 52 | 5D | 0 | 3A | 35 | 17 | 162 | 31 | 37 |
| Octal | 304 | 122 | 135 | 0 | 72 | 65 | 27 | 542 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1011101 | 0 | 111010 | 110101 | 10111 | 101100010 | 110001 | 110111 |
Color Harmonies of #C4525D
Complementary color
Monochromatic Colors of #C4525D
Black with #C4525D
Text Example
Text Example
White with #C4525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4525D; }
p { color: rgb(196,82,93); }
H1.HeaderClassName
{
color: #C4525D;
}
.AnyTagClassName
{
color: #C4525D;
}
</style>
background-color css
<style>
a { background-color: #C4525D; }
a { background-color: rgb(196,82,93); }
div.DivClassName
{
background-color: #C4525D;
}
.BgClassName
{
background-color: #C4525D;
}
</style>
border-color css
<style>
span { border-color: #C4525D; }
span { border-color: rgb(196,82,93); }
td.TdClassName
{
border-color: #C4525D;
}
.TagClassName
{
border-color: #C4525D;
}
</style>