Shades of Red Damask #C46A49
Tints of Red Damask #C46A49
RGB
CMYK
RGB Variations
Color information
#C46A49 (or 0xC46A49) is known color: Red Damask. HEX triplet: C4, 6A and 49. RGB value is (196,106,73). Sum of RGB (Red+Green+Blue) = 196+106+73=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A49 is #3B95B6. Grayscale: #818181. Windows color (decimal): -3904951 or 4811460. OLE color: 4811460.
HSL color Cylindrical-coordinate representation of color #C46A49: hue angle of 16.1º 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 #C46A49 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 73 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.23 |
| HSL | 16.1º | 0.51% | 0.53% | - |
| HSV(B) | 16.1º | 0.63% | 0.77% | - |
| XYZ | 29.12 | 22.52 | 9.12 | - |
| YUV | 129.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 73 | 0 | 0.46 | 0.63 | 0.23 | 16.1 | 0.51 | 0.53 |
| Hex | C4 | 6A | 49 | 0 | 2E | 3F | 17 | 10 | 33 | 35 |
| Octal | 304 | 152 | 111 | 0 | 56 | 77 | 27 | 20 | 63 | 65 |
| Binary | 11000100 | 1101010 | 1001001 | 0 | 101110 | 111111 | 10111 | 10000 | 110011 | 110101 |
Color Harmonies of #C46A49
Complementary color
Monochromatic Colors of #C46A49
Black with #C46A49
Text Example
Text Example
White with #C46A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A49; }
p { color: rgb(196,106,73); }
H1.HeaderClassName
{
color: #C46A49;
}
.AnyTagClassName
{
color: #C46A49;
}
</style>
background-color css
<style>
a { background-color: #C46A49; }
a { background-color: rgb(196,106,73); }
div.DivClassName
{
background-color: #C46A49;
}
.BgClassName
{
background-color: #C46A49;
}
</style>
border-color css
<style>
span { border-color: #C46A49; }
span { border-color: rgb(196,106,73); }
td.TdClassName
{
border-color: #C46A49;
}
.TagClassName
{
border-color: #C46A49;
}
</style>