Shades of Red Damask #C46749
Tints of Red Damask #C46749
RGB
CMYK
RGB Variations
Color information
#C46749 (or 0xC46749) is known color: Red Damask. HEX triplet: C4, 67 and 49. RGB value is (196,103,73). Sum of RGB (Red+Green+Blue) = 196+103+73=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C46749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46749 is #3B98B6. Grayscale: #7F7F7F. Windows color (decimal): -3905719 or 4810692. OLE color: 4810692.
HSL color Cylindrical-coordinate representation of color #C46749: hue angle of 14.63º 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 #C46749 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 73 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.23 |
| HSL | 14.63º | 0.51% | 0.53% | - |
| HSV(B) | 14.63º | 0.63% | 0.77% | - |
| XYZ | 28.82 | 21.92 | 9.01 | - |
| YUV | 127.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 73 | 0 | 0.47 | 0.63 | 0.23 | 14.63 | 0.51 | 0.53 |
| Hex | C4 | 67 | 49 | 0 | 2F | 3F | 17 | F | 33 | 35 |
| Octal | 304 | 147 | 111 | 0 | 57 | 77 | 27 | 17 | 63 | 65 |
| Binary | 11000100 | 1100111 | 1001001 | 0 | 101111 | 111111 | 10111 | 1111 | 110011 | 110101 |
Color Harmonies of #C46749
Complementary color
Monochromatic Colors of #C46749
Black with #C46749
Text Example
Text Example
White with #C46749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46749; }
p { color: rgb(196,103,73); }
H1.HeaderClassName
{
color: #C46749;
}
.AnyTagClassName
{
color: #C46749;
}
</style>
background-color css
<style>
a { background-color: #C46749; }
a { background-color: rgb(196,103,73); }
div.DivClassName
{
background-color: #C46749;
}
.BgClassName
{
background-color: #C46749;
}
</style>
border-color css
<style>
span { border-color: #C46749; }
span { border-color: rgb(196,103,73); }
td.TdClassName
{
border-color: #C46749;
}
.TagClassName
{
border-color: #C46749;
}
</style>