Shades of Mandy #C4425E
Tints of Mandy #C4425E
RGB
CMYK
RGB Variations
Color information
#C4425E (or 0xC4425E) is known color: Mandy. HEX triplet: C4, 42 and 5E. RGB value is (196,66,94). Sum of RGB (Red+Green+Blue) = 196+66+94=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4425E is #3BBDA1. Grayscale: #6C6C6C. Windows color (decimal): -3915170 or 6177476. OLE color: 6177476.
HSL color Cylindrical-coordinate representation of color #C4425E: hue angle of 347.08º 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 #C4425E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 94 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.23 |
| HSL | 347.08º | 0.52% | 0.51% | - |
| HSV(B) | 347.08º | 0.66% | 0.77% | - |
| XYZ | 26.73 | 16.44 | 12.35 | - |
| YUV | 108.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 94 | 0 | 0.66 | 0.52 | 0.23 | 347.08 | 0.52 | 0.51 |
| Hex | C4 | 42 | 5E | 0 | 42 | 34 | 17 | 15B | 34 | 33 |
| Octal | 304 | 102 | 136 | 0 | 102 | 64 | 27 | 533 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1011110 | 0 | 1000010 | 110100 | 10111 | 101011011 | 110100 | 110011 |
Color Harmonies of #C4425E
Complementary color
Monochromatic Colors of #C4425E
Black with #C4425E
Text Example
Text Example
White with #C4425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4425E; }
p { color: rgb(196,66,94); }
H1.HeaderClassName
{
color: #C4425E;
}
.AnyTagClassName
{
color: #C4425E;
}
</style>
background-color css
<style>
a { background-color: #C4425E; }
a { background-color: rgb(196,66,94); }
div.DivClassName
{
background-color: #C4425E;
}
.BgClassName
{
background-color: #C4425E;
}
</style>
border-color css
<style>
span { border-color: #C4425E; }
span { border-color: rgb(196,66,94); }
td.TdClassName
{
border-color: #C4425E;
}
.TagClassName
{
border-color: #C4425E;
}
</style>