Shades of Mandy #C4495E
Tints of Mandy #C4495E
RGB
CMYK
RGB Variations
Color information
#C4495E (or 0xC4495E) is known color: Mandy. HEX triplet: C4, 49 and 5E. RGB value is (196,73,94). Sum of RGB (Red+Green+Blue) = 196+73+94=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4495E is #3BB6A1. Grayscale: #707070. Windows color (decimal): -3913378 or 6179268. OLE color: 6179268.
HSL color Cylindrical-coordinate representation of color #C4495E: hue angle of 349.76º 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 #C4495E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 94 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.23 |
| HSL | 349.76º | 0.51% | 0.53% | - |
| HSV(B) | 349.76º | 0.63% | 0.77% | - |
| XYZ | 27.17 | 17.31 | 12.5 | - |
| YUV | 112.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 94 | 0 | 0.63 | 0.52 | 0.23 | 349.76 | 0.51 | 0.53 |
| Hex | C4 | 49 | 5E | 0 | 3F | 34 | 17 | 15E | 33 | 35 |
| Octal | 304 | 111 | 136 | 0 | 77 | 64 | 27 | 536 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1011110 | 0 | 111111 | 110100 | 10111 | 101011110 | 110011 | 110101 |
Color Harmonies of #C4495E
Complementary color
Monochromatic Colors of #C4495E
Black with #C4495E
Text Example
Text Example
White with #C4495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4495E; }
p { color: rgb(196,73,94); }
H1.HeaderClassName
{
color: #C4495E;
}
.AnyTagClassName
{
color: #C4495E;
}
</style>
background-color css
<style>
a { background-color: #C4495E; }
a { background-color: rgb(196,73,94); }
div.DivClassName
{
background-color: #C4495E;
}
.BgClassName
{
background-color: #C4495E;
}
</style>
border-color css
<style>
span { border-color: #C4495E; }
span { border-color: rgb(196,73,94); }
td.TdClassName
{
border-color: #C4495E;
}
.TagClassName
{
border-color: #C4495E;
}
</style>