Shades of Mandy #C2525E
Tints of Mandy #C2525E
RGB
CMYK
RGB Variations
Color information
#C2525E (or 0xC2525E) is known color: Mandy. HEX triplet: C2, 52 and 5E. RGB value is (194,82,94). Sum of RGB (Red+Green+Blue) = 194+82+94=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2525E is #3DADA1. Grayscale: #747474. Windows color (decimal): -4042146 or 6181570. OLE color: 6181570.
HSL color Cylindrical-coordinate representation of color #C2525E: hue angle of 353.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2525E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 94 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.24 |
| HSL | 353.57º | 0.48% | 0.54% | - |
| HSV(B) | 353.57º | 0.58% | 0.76% | - |
| XYZ | 27.29 | 18.31 | 12.69 | - |
| YUV | 116.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 94 | 0 | 0.58 | 0.52 | 0.24 | 353.57 | 0.48 | 0.54 |
| Hex | C2 | 52 | 5E | 0 | 3A | 34 | 18 | 162 | 30 | 36 |
| Octal | 302 | 122 | 136 | 0 | 72 | 64 | 30 | 542 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1011110 | 0 | 111010 | 110100 | 11000 | 101100010 | 110000 | 110110 |
Color Harmonies of #C2525E
Complementary color
Monochromatic Colors of #C2525E
Black with #C2525E
Text Example
Text Example
White with #C2525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2525E; }
p { color: rgb(194,82,94); }
H1.HeaderClassName
{
color: #C2525E;
}
.AnyTagClassName
{
color: #C2525E;
}
</style>
background-color css
<style>
a { background-color: #C2525E; }
a { background-color: rgb(194,82,94); }
div.DivClassName
{
background-color: #C2525E;
}
.BgClassName
{
background-color: #C2525E;
}
</style>
border-color css
<style>
span { border-color: #C2525E; }
span { border-color: rgb(194,82,94); }
td.TdClassName
{
border-color: #C2525E;
}
.TagClassName
{
border-color: #C2525E;
}
</style>