Shades of Red Damask #C46D47
Tints of Red Damask #C46D47
RGB
CMYK
RGB Variations
Color information
#C46D47 (or 0xC46D47) is known color: Red Damask. HEX triplet: C4, 6D and 47. RGB value is (196,109,71). Sum of RGB (Red+Green+Blue) = 196+109+71=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D47 is #3B92B8. Grayscale: #828282. Windows color (decimal): -3904185 or 4681156. OLE color: 4681156.
HSL color Cylindrical-coordinate representation of color #C46D47: hue angle of 18.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C46D47 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 71 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.23 |
| HSL | 18.24º | 0.51% | 0.52% | - |
| HSV(B) | 18.24º | 0.64% | 0.77% | - |
| XYZ | 29.37 | 23.13 | 8.88 | - |
| YUV | 130.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 71 | 0 | 0.44 | 0.64 | 0.23 | 18.24 | 0.51 | 0.52 |
| Hex | C4 | 6D | 47 | 0 | 2C | 40 | 17 | 12 | 33 | 34 |
| Octal | 304 | 155 | 107 | 0 | 54 | 100 | 27 | 22 | 63 | 64 |
| Binary | 11000100 | 1101101 | 1000111 | 0 | 101100 | 1000000 | 10111 | 10010 | 110011 | 110100 |
Color Harmonies of #C46D47
Complementary color
Monochromatic Colors of #C46D47
Black with #C46D47
Text Example
Text Example
White with #C46D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D47; }
p { color: rgb(196,109,71); }
H1.HeaderClassName
{
color: #C46D47;
}
.AnyTagClassName
{
color: #C46D47;
}
</style>
background-color css
<style>
a { background-color: #C46D47; }
a { background-color: rgb(196,109,71); }
div.DivClassName
{
background-color: #C46D47;
}
.BgClassName
{
background-color: #C46D47;
}
</style>
border-color css
<style>
span { border-color: #C46D47; }
span { border-color: rgb(196,109,71); }
td.TdClassName
{
border-color: #C46D47;
}
.TagClassName
{
border-color: #C46D47;
}
</style>