Shades of Mandy #C4424E
Tints of Mandy #C4424E
RGB
CMYK
RGB Variations
Color information
#C4424E (or 0xC4424E) is known color: Mandy. HEX triplet: C4, 42 and 4E. RGB value is (196,66,78). Sum of RGB (Red+Green+Blue) = 196+66+78=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4424E is #3BBDB1. Grayscale: #6A6A6A. Windows color (decimal): -3915186 or 5128900. OLE color: 5128900.
HSL color Cylindrical-coordinate representation of color #C4424E: hue angle of 354.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4424E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 78 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.23 |
| HSL | 354.46º | 0.52% | 0.51% | - |
| HSV(B) | 354.46º | 0.66% | 0.77% | - |
| XYZ | 26.09 | 16.18 | 8.96 | - |
| YUV | 106.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 78 | 0 | 0.66 | 0.60 | 0.23 | 354.46 | 0.52 | 0.51 |
| Hex | C4 | 42 | 4E | 0 | 42 | 3C | 17 | 162 | 34 | 33 |
| Octal | 304 | 102 | 116 | 0 | 102 | 74 | 27 | 542 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1001110 | 0 | 1000010 | 111100 | 10111 | 101100010 | 110100 | 110011 |
Color Harmonies of #C4424E
Complementary color
Monochromatic Colors of #C4424E
Black with #C4424E
Text Example
Text Example
White with #C4424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4424E; }
p { color: rgb(196,66,78); }
H1.HeaderClassName
{
color: #C4424E;
}
.AnyTagClassName
{
color: #C4424E;
}
</style>
background-color css
<style>
a { background-color: #C4424E; }
a { background-color: rgb(196,66,78); }
div.DivClassName
{
background-color: #C4424E;
}
.BgClassName
{
background-color: #C4424E;
}
</style>
border-color css
<style>
span { border-color: #C4424E; }
span { border-color: rgb(196,66,78); }
td.TdClassName
{
border-color: #C4424E;
}
.TagClassName
{
border-color: #C4424E;
}
</style>