Shades of Mandy #C2525A
Tints of Mandy #C2525A
RGB
CMYK
RGB Variations
Color information
#C2525A (or 0xC2525A) is known color: Mandy. HEX triplet: C2, 52 and 5A. RGB value is (194,82,90). Sum of RGB (Red+Green+Blue) = 194+82+90=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2525A is #3DADA5. Grayscale: #747474. Windows color (decimal): -4042150 or 5919426. OLE color: 5919426.
HSL color Cylindrical-coordinate representation of color #C2525A: hue angle of 355.71º 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 #C2525A is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 90 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.24 |
| HSL | 355.71º | 0.48% | 0.54% | - |
| HSV(B) | 355.71º | 0.58% | 0.76% | - |
| XYZ | 27.11 | 18.24 | 11.77 | - |
| YUV | 116.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 90 | 0 | 0.58 | 0.54 | 0.24 | 355.71 | 0.48 | 0.54 |
| Hex | C2 | 52 | 5A | 0 | 3A | 36 | 18 | 164 | 30 | 36 |
| Octal | 302 | 122 | 132 | 0 | 72 | 66 | 30 | 544 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1011010 | 0 | 111010 | 110110 | 11000 | 101100100 | 110000 | 110110 |
Color Harmonies of #C2525A
Complementary color
Monochromatic Colors of #C2525A
Black with #C2525A
Text Example
Text Example
White with #C2525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2525A; }
p { color: rgb(194,82,90); }
H1.HeaderClassName
{
color: #C2525A;
}
.AnyTagClassName
{
color: #C2525A;
}
</style>
background-color css
<style>
a { background-color: #C2525A; }
a { background-color: rgb(194,82,90); }
div.DivClassName
{
background-color: #C2525A;
}
.BgClassName
{
background-color: #C2525A;
}
</style>
border-color css
<style>
span { border-color: #C2525A; }
span { border-color: rgb(194,82,90); }
td.TdClassName
{
border-color: #C2525A;
}
.TagClassName
{
border-color: #C2525A;
}
</style>