Shades of Red Damask #C47349
Tints of Red Damask #C47349
RGB
CMYK
RGB Variations
Color information
#C47349 (or 0xC47349) is known color: Red Damask. HEX triplet: C4, 73 and 49. RGB value is (196,115,73). Sum of RGB (Red+Green+Blue) = 196+115+73=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47349 is #3B8CB6. Grayscale: #868686. Windows color (decimal): -3902647 or 4813764. OLE color: 4813764.
HSL color Cylindrical-coordinate representation of color #C47349: hue angle of 20.49º 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 #C47349 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 73 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.23 |
| HSL | 20.49º | 0.51% | 0.53% | - |
| HSV(B) | 20.49º | 0.63% | 0.77% | - |
| XYZ | 30.1 | 24.48 | 9.44 | - |
| YUV | 134.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 73 | 0 | 0.41 | 0.63 | 0.23 | 20.49 | 0.51 | 0.53 |
| Hex | C4 | 73 | 49 | 0 | 29 | 3F | 17 | 14 | 33 | 35 |
| Octal | 304 | 163 | 111 | 0 | 51 | 77 | 27 | 24 | 63 | 65 |
| Binary | 11000100 | 1110011 | 1001001 | 0 | 101001 | 111111 | 10111 | 10100 | 110011 | 110101 |
Color Harmonies of #C47349
Complementary color
Monochromatic Colors of #C47349
Black with #C47349
Text Example
Text Example
White with #C47349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47349; }
p { color: rgb(196,115,73); }
H1.HeaderClassName
{
color: #C47349;
}
.AnyTagClassName
{
color: #C47349;
}
</style>
background-color css
<style>
a { background-color: #C47349; }
a { background-color: rgb(196,115,73); }
div.DivClassName
{
background-color: #C47349;
}
.BgClassName
{
background-color: #C47349;
}
</style>
border-color css
<style>
span { border-color: #C47349; }
span { border-color: rgb(196,115,73); }
td.TdClassName
{
border-color: #C47349;
}
.TagClassName
{
border-color: #C47349;
}
</style>