Shades of Mandy #C4494D
Tints of Mandy #C4494D
RGB
CMYK
RGB Variations
Color information
#C4494D (or 0xC4494D) is known color: Mandy. HEX triplet: C4, 49 and 4D. RGB value is (196,73,77). Sum of RGB (Red+Green+Blue) = 196+73+77=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4494D is #3BB6B2. Grayscale: #6E6E6E. Windows color (decimal): -3913395 or 5065156. OLE color: 5065156.
HSL color Cylindrical-coordinate representation of color #C4494D: hue angle of 358.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4494D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 77 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.23 |
| HSL | 358.05º | 0.51% | 0.53% | - |
| HSV(B) | 358.05º | 0.63% | 0.77% | - |
| XYZ | 26.49 | 17.04 | 8.91 | - |
| YUV | 110.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 77 | 0 | 0.63 | 0.61 | 0.23 | 358.05 | 0.51 | 0.53 |
| Hex | C4 | 49 | 4D | 0 | 3F | 3D | 17 | 166 | 33 | 35 |
| Octal | 304 | 111 | 115 | 0 | 77 | 75 | 27 | 546 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1001101 | 0 | 111111 | 111101 | 10111 | 101100110 | 110011 | 110101 |
Color Harmonies of #C4494D
Complementary color
Monochromatic Colors of #C4494D
Black with #C4494D
Text Example
Text Example
White with #C4494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4494D; }
p { color: rgb(196,73,77); }
H1.HeaderClassName
{
color: #C4494D;
}
.AnyTagClassName
{
color: #C4494D;
}
</style>
background-color css
<style>
a { background-color: #C4494D; }
a { background-color: rgb(196,73,77); }
div.DivClassName
{
background-color: #C4494D;
}
.BgClassName
{
background-color: #C4494D;
}
</style>
border-color css
<style>
span { border-color: #C4494D; }
span { border-color: rgb(196,73,77); }
td.TdClassName
{
border-color: #C4494D;
}
.TagClassName
{
border-color: #C4494D;
}
</style>