Shades of Red Damask #C46D4E
Tints of Red Damask #C46D4E
RGB
CMYK
RGB Variations
Color information
#C46D4E (or 0xC46D4E) is known color: Red Damask. HEX triplet: C4, 6D and 4E. RGB value is (196,109,78). Sum of RGB (Red+Green+Blue) = 196+109+78=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D4E is #3B92B1. Grayscale: #838383. Windows color (decimal): -3904178 or 5139908. OLE color: 5139908.
HSL color Cylindrical-coordinate representation of color #C46D4E: hue angle of 15.76º 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 #C46D4E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 78 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.23 |
| HSL | 15.76º | 0.5% | 0.54% | - |
| HSV(B) | 15.76º | 0.6% | 0.77% | - |
| XYZ | 29.61 | 23.22 | 10.13 | - |
| YUV | 131.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 78 | 0 | 0.44 | 0.60 | 0.23 | 15.76 | 0.5 | 0.54 |
| Hex | C4 | 6D | 4E | 0 | 2C | 3C | 17 | 10 | 32 | 36 |
| Octal | 304 | 155 | 116 | 0 | 54 | 74 | 27 | 20 | 62 | 66 |
| Binary | 11000100 | 1101101 | 1001110 | 0 | 101100 | 111100 | 10111 | 10000 | 110010 | 110110 |
Color Harmonies of #C46D4E
Complementary color
Monochromatic Colors of #C46D4E
Black with #C46D4E
Text Example
Text Example
White with #C46D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D4E; }
p { color: rgb(196,109,78); }
H1.HeaderClassName
{
color: #C46D4E;
}
.AnyTagClassName
{
color: #C46D4E;
}
</style>
background-color css
<style>
a { background-color: #C46D4E; }
a { background-color: rgb(196,109,78); }
div.DivClassName
{
background-color: #C46D4E;
}
.BgClassName
{
background-color: #C46D4E;
}
</style>
border-color css
<style>
span { border-color: #C46D4E; }
span { border-color: rgb(196,109,78); }
td.TdClassName
{
border-color: #C46D4E;
}
.TagClassName
{
border-color: #C46D4E;
}
</style>