Shades of Mandy #C2434C
Tints of Mandy #C2434C
RGB
CMYK
RGB Variations
Color information
#C2434C (or 0xC2434C) is known color: Mandy. HEX triplet: C2, 43 and 4C. RGB value is (194,67,76). Sum of RGB (Red+Green+Blue) = 194+67+76=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2434C is #3DBCB3. Grayscale: #6A6A6A. Windows color (decimal): -4046004 or 4998082. OLE color: 4998082.
HSL color Cylindrical-coordinate representation of color #C2434C: hue angle of 355.75º 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 #C2434C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 76 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.24 |
| HSL | 355.75º | 0.51% | 0.51% | - |
| HSV(B) | 355.75º | 0.65% | 0.76% | - |
| XYZ | 25.56 | 16.01 | 8.58 | - |
| YUV | 106 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 76 | 0 | 0.65 | 0.61 | 0.24 | 355.75 | 0.51 | 0.51 |
| Hex | C2 | 43 | 4C | 0 | 41 | 3D | 18 | 164 | 33 | 33 |
| Octal | 302 | 103 | 114 | 0 | 101 | 75 | 30 | 544 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1001100 | 0 | 1000001 | 111101 | 11000 | 101100100 | 110011 | 110011 |
Color Harmonies of #C2434C
Complementary color
Monochromatic Colors of #C2434C
Black with #C2434C
Text Example
Text Example
White with #C2434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2434C; }
p { color: rgb(194,67,76); }
H1.HeaderClassName
{
color: #C2434C;
}
.AnyTagClassName
{
color: #C2434C;
}
</style>
background-color css
<style>
a { background-color: #C2434C; }
a { background-color: rgb(194,67,76); }
div.DivClassName
{
background-color: #C2434C;
}
.BgClassName
{
background-color: #C2434C;
}
</style>
border-color css
<style>
span { border-color: #C2434C; }
span { border-color: rgb(194,67,76); }
td.TdClassName
{
border-color: #C2434C;
}
.TagClassName
{
border-color: #C2434C;
}
</style>