Shades of Mandy #C2425B
Tints of Mandy #C2425B
RGB
CMYK
RGB Variations
Color information
#C2425B (or 0xC2425B) is known color: Mandy. HEX triplet: C2, 42 and 5B. RGB value is (194,66,91). Sum of RGB (Red+Green+Blue) = 194+66+91=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2425B is #3DBDA4. Grayscale: #6B6B6B. Windows color (decimal): -4046245 or 5980866. OLE color: 5980866.
HSL color Cylindrical-coordinate representation of color #C2425B: hue angle of 348.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2425B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 91 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.24 |
| HSL | 348.28º | 0.51% | 0.51% | - |
| HSV(B) | 348.28º | 0.66% | 0.76% | - |
| XYZ | 26.08 | 16.12 | 11.63 | - |
| YUV | 107.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 91 | 0 | 0.66 | 0.53 | 0.24 | 348.28 | 0.51 | 0.51 |
| Hex | C2 | 42 | 5B | 0 | 42 | 35 | 18 | 15C | 33 | 33 |
| Octal | 302 | 102 | 133 | 0 | 102 | 65 | 30 | 534 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1011011 | 0 | 1000010 | 110101 | 11000 | 101011100 | 110011 | 110011 |
Color Harmonies of #C2425B
Complementary color
Monochromatic Colors of #C2425B
Black with #C2425B
Text Example
Text Example
White with #C2425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2425B; }
p { color: rgb(194,66,91); }
H1.HeaderClassName
{
color: #C2425B;
}
.AnyTagClassName
{
color: #C2425B;
}
</style>
background-color css
<style>
a { background-color: #C2425B; }
a { background-color: rgb(194,66,91); }
div.DivClassName
{
background-color: #C2425B;
}
.BgClassName
{
background-color: #C2425B;
}
</style>
border-color css
<style>
span { border-color: #C2425B; }
span { border-color: rgb(194,66,91); }
td.TdClassName
{
border-color: #C2425B;
}
.TagClassName
{
border-color: #C2425B;
}
</style>