Shades of Red Damask #C47249
Tints of Red Damask #C47249
RGB
CMYK
RGB Variations
Color information
#C47249 (or 0xC47249) is known color: Red Damask. HEX triplet: C4, 72 and 49. RGB value is (196,114,73). Sum of RGB (Red+Green+Blue) = 196+114+73=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47249 is #3B8DB6. Grayscale: #868686. Windows color (decimal): -3902903 or 4813508. OLE color: 4813508.
HSL color Cylindrical-coordinate representation of color #C47249: hue angle of 20º 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 #C47249 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 73 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.23 |
| HSL | 20º | 0.51% | 0.53% | - |
| HSV(B) | 20º | 0.63% | 0.77% | - |
| XYZ | 29.98 | 24.25 | 9.4 | - |
| YUV | 133.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 73 | 0 | 0.42 | 0.63 | 0.23 | 20 | 0.51 | 0.53 |
| Hex | C4 | 72 | 49 | 0 | 2A | 3F | 17 | 14 | 33 | 35 |
| Octal | 304 | 162 | 111 | 0 | 52 | 77 | 27 | 24 | 63 | 65 |
| Binary | 11000100 | 1110010 | 1001001 | 0 | 101010 | 111111 | 10111 | 10100 | 110011 | 110101 |
Color Harmonies of #C47249
Complementary color
Monochromatic Colors of #C47249
Black with #C47249
Text Example
Text Example
White with #C47249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47249; }
p { color: rgb(196,114,73); }
H1.HeaderClassName
{
color: #C47249;
}
.AnyTagClassName
{
color: #C47249;
}
</style>
background-color css
<style>
a { background-color: #C47249; }
a { background-color: rgb(196,114,73); }
div.DivClassName
{
background-color: #C47249;
}
.BgClassName
{
background-color: #C47249;
}
</style>
border-color css
<style>
span { border-color: #C47249; }
span { border-color: rgb(196,114,73); }
td.TdClassName
{
border-color: #C47249;
}
.TagClassName
{
border-color: #C47249;
}
</style>