Shades of Red Damask #C46A4E
Tints of Red Damask #C46A4E
RGB
CMYK
RGB Variations
Color information
#C46A4E (or 0xC46A4E) is known color: Red Damask. HEX triplet: C4, 6A and 4E. RGB value is (196,106,78). Sum of RGB (Red+Green+Blue) = 196+106+78=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A4E is #3B95B1. Grayscale: #818181. Windows color (decimal): -3904946 or 5139140. OLE color: 5139140.
HSL color Cylindrical-coordinate representation of color #C46A4E: hue angle of 14.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C46A4E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 78 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.23 |
| HSL | 14.24º | 0.5% | 0.54% | - |
| HSV(B) | 14.24º | 0.6% | 0.77% | - |
| XYZ | 29.29 | 22.59 | 10.02 | - |
| YUV | 129.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 78 | 0 | 0.46 | 0.60 | 0.23 | 14.24 | 0.5 | 0.54 |
| Hex | C4 | 6A | 4E | 0 | 2E | 3C | 17 | E | 32 | 36 |
| Octal | 304 | 152 | 116 | 0 | 56 | 74 | 27 | 16 | 62 | 66 |
| Binary | 11000100 | 1101010 | 1001110 | 0 | 101110 | 111100 | 10111 | 1110 | 110010 | 110110 |
Color Harmonies of #C46A4E
Complementary color
Monochromatic Colors of #C46A4E
Black with #C46A4E
Text Example
Text Example
White with #C46A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A4E; }
p { color: rgb(196,106,78); }
H1.HeaderClassName
{
color: #C46A4E;
}
.AnyTagClassName
{
color: #C46A4E;
}
</style>
background-color css
<style>
a { background-color: #C46A4E; }
a { background-color: rgb(196,106,78); }
div.DivClassName
{
background-color: #C46A4E;
}
.BgClassName
{
background-color: #C46A4E;
}
</style>
border-color css
<style>
span { border-color: #C46A4E; }
span { border-color: rgb(196,106,78); }
td.TdClassName
{
border-color: #C46A4E;
}
.TagClassName
{
border-color: #C46A4E;
}
</style>