Shades of Mandy #C4425A
Tints of Mandy #C4425A
RGB
CMYK
RGB Variations
Color information
#C4425A (or 0xC4425A) is known color: Mandy. HEX triplet: C4, 42 and 5A. RGB value is (196,66,90). Sum of RGB (Red+Green+Blue) = 196+66+90=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4425A is #3BBDA5. Grayscale: #6B6B6B. Windows color (decimal): -3915174 or 5915332. OLE color: 5915332.
HSL color Cylindrical-coordinate representation of color #C4425A: hue angle of 348.92º 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 #C4425A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 90 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.23 |
| HSL | 348.92º | 0.52% | 0.51% | - |
| HSV(B) | 348.92º | 0.66% | 0.77% | - |
| XYZ | 26.56 | 16.37 | 11.43 | - |
| YUV | 107.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 90 | 0 | 0.66 | 0.54 | 0.23 | 348.92 | 0.52 | 0.51 |
| Hex | C4 | 42 | 5A | 0 | 42 | 36 | 17 | 15D | 34 | 33 |
| Octal | 304 | 102 | 132 | 0 | 102 | 66 | 27 | 535 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1011010 | 0 | 1000010 | 110110 | 10111 | 101011101 | 110100 | 110011 |
Color Harmonies of #C4425A
Complementary color
Monochromatic Colors of #C4425A
Black with #C4425A
Text Example
Text Example
White with #C4425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4425A; }
p { color: rgb(196,66,90); }
H1.HeaderClassName
{
color: #C4425A;
}
.AnyTagClassName
{
color: #C4425A;
}
</style>
background-color css
<style>
a { background-color: #C4425A; }
a { background-color: rgb(196,66,90); }
div.DivClassName
{
background-color: #C4425A;
}
.BgClassName
{
background-color: #C4425A;
}
</style>
border-color css
<style>
span { border-color: #C4425A; }
span { border-color: rgb(196,66,90); }
td.TdClassName
{
border-color: #C4425A;
}
.TagClassName
{
border-color: #C4425A;
}
</style>