Shades of Red Damask #C47047
Tints of Red Damask #C47047
RGB
CMYK
RGB Variations
Color information
#C47047 (or 0xC47047) is known color: Red Damask. HEX triplet: C4, 70 and 47. RGB value is (196,112,71). Sum of RGB (Red+Green+Blue) = 196+112+71=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47047 is #3B8FB8. Grayscale: #848484. Windows color (decimal): -3903417 or 4681924. OLE color: 4681924.
HSL color Cylindrical-coordinate representation of color #C47047: hue angle of 19.68º 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 #C47047 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 71 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.23 |
| HSL | 19.68º | 0.51% | 0.52% | - |
| HSV(B) | 19.68º | 0.64% | 0.77% | - |
| XYZ | 29.7 | 23.78 | 8.99 | - |
| YUV | 132.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 71 | 0 | 0.43 | 0.64 | 0.23 | 19.68 | 0.51 | 0.52 |
| Hex | C4 | 70 | 47 | 0 | 2B | 40 | 17 | 14 | 33 | 34 |
| Octal | 304 | 160 | 107 | 0 | 53 | 100 | 27 | 24 | 63 | 64 |
| Binary | 11000100 | 1110000 | 1000111 | 0 | 101011 | 1000000 | 10111 | 10100 | 110011 | 110100 |
Color Harmonies of #C47047
Complementary color
Monochromatic Colors of #C47047
Black with #C47047
Text Example
Text Example
White with #C47047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47047; }
p { color: rgb(196,112,71); }
H1.HeaderClassName
{
color: #C47047;
}
.AnyTagClassName
{
color: #C47047;
}
</style>
background-color css
<style>
a { background-color: #C47047; }
a { background-color: rgb(196,112,71); }
div.DivClassName
{
background-color: #C47047;
}
.BgClassName
{
background-color: #C47047;
}
</style>
border-color css
<style>
span { border-color: #C47047; }
span { border-color: rgb(196,112,71); }
td.TdClassName
{
border-color: #C47047;
}
.TagClassName
{
border-color: #C47047;
}
</style>