Shades of Mandy #C2434E
Tints of Mandy #C2434E
RGB
CMYK
RGB Variations
Color information
#C2434E (or 0xC2434E) is known color: Mandy. HEX triplet: C2, 43 and 4E. RGB value is (194,67,78). Sum of RGB (Red+Green+Blue) = 194+67+78=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2434E is #3DBCB1. Grayscale: #6A6A6A. Windows color (decimal): -4046002 or 5129154. OLE color: 5129154.
HSL color Cylindrical-coordinate representation of color #C2434E: hue angle of 354.8º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2434E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 78 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.24 |
| HSL | 354.8º | 0.51% | 0.51% | - |
| HSV(B) | 354.8º | 0.65% | 0.76% | - |
| XYZ | 25.63 | 16.03 | 8.95 | - |
| YUV | 106.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 78 | 0 | 0.65 | 0.60 | 0.24 | 354.8 | 0.51 | 0.51 |
| Hex | C2 | 43 | 4E | 0 | 41 | 3C | 18 | 163 | 33 | 33 |
| Octal | 302 | 103 | 116 | 0 | 101 | 74 | 30 | 543 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1001110 | 0 | 1000001 | 111100 | 11000 | 101100011 | 110011 | 110011 |
Color Harmonies of #C2434E
Complementary color
Monochromatic Colors of #C2434E
Black with #C2434E
Text Example
Text Example
White with #C2434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2434E; }
p { color: rgb(194,67,78); }
H1.HeaderClassName
{
color: #C2434E;
}
.AnyTagClassName
{
color: #C2434E;
}
</style>
background-color css
<style>
a { background-color: #C2434E; }
a { background-color: rgb(194,67,78); }
div.DivClassName
{
background-color: #C2434E;
}
.BgClassName
{
background-color: #C2434E;
}
</style>
border-color css
<style>
span { border-color: #C2434E; }
span { border-color: rgb(194,67,78); }
td.TdClassName
{
border-color: #C2434E;
}
.TagClassName
{
border-color: #C2434E;
}
</style>