Shades of Mandy #C2525C
Tints of Mandy #C2525C
RGB
CMYK
RGB Variations
Color information
#C2525C (or 0xC2525C) is known color: Mandy. HEX triplet: C2, 52 and 5C. RGB value is (194,82,92). Sum of RGB (Red+Green+Blue) = 194+82+92=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2525C is #3DADA3. Grayscale: #747474. Windows color (decimal): -4042148 or 6050498. OLE color: 6050498.
HSL color Cylindrical-coordinate representation of color #C2525C: hue angle of 354.64º 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 #C2525C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 92 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.24 |
| HSL | 354.64º | 0.48% | 0.54% | - |
| HSV(B) | 354.64º | 0.58% | 0.76% | - |
| XYZ | 27.2 | 18.28 | 12.22 | - |
| YUV | 116.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 92 | 0 | 0.58 | 0.53 | 0.24 | 354.64 | 0.48 | 0.54 |
| Hex | C2 | 52 | 5C | 0 | 3A | 35 | 18 | 163 | 30 | 36 |
| Octal | 302 | 122 | 134 | 0 | 72 | 65 | 30 | 543 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1011100 | 0 | 111010 | 110101 | 11000 | 101100011 | 110000 | 110110 |
Color Harmonies of #C2525C
Complementary color
Monochromatic Colors of #C2525C
Black with #C2525C
Text Example
Text Example
White with #C2525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2525C; }
p { color: rgb(194,82,92); }
H1.HeaderClassName
{
color: #C2525C;
}
.AnyTagClassName
{
color: #C2525C;
}
</style>
background-color css
<style>
a { background-color: #C2525C; }
a { background-color: rgb(194,82,92); }
div.DivClassName
{
background-color: #C2525C;
}
.BgClassName
{
background-color: #C2525C;
}
</style>
border-color css
<style>
span { border-color: #C2525C; }
span { border-color: rgb(194,82,92); }
td.TdClassName
{
border-color: #C2525C;
}
.TagClassName
{
border-color: #C2525C;
}
</style>