Shades of Red Damask #C37047
Tints of Red Damask #C37047
RGB
CMYK
RGB Variations
Color information
#C37047 (or 0xC37047) is known color: Red Damask. HEX triplet: C3, 70 and 47. RGB value is (195,112,71). Sum of RGB (Red+Green+Blue) = 195+112+71=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C37047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37047 is #3C8FB8. Grayscale: #848484. Windows color (decimal): -3968953 or 4681923. OLE color: 4681923.
HSL color Cylindrical-coordinate representation of color #C37047: hue angle of 19.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C37047 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 71 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.24 |
| HSL | 19.84º | 0.51% | 0.52% | - |
| HSV(B) | 19.84º | 0.64% | 0.76% | - |
| XYZ | 29.44 | 23.65 | 8.97 | - |
| YUV | 132.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 71 | 0 | 0.43 | 0.64 | 0.24 | 19.84 | 0.51 | 0.52 |
| Hex | C3 | 70 | 47 | 0 | 2B | 40 | 18 | 14 | 33 | 34 |
| Octal | 303 | 160 | 107 | 0 | 53 | 100 | 30 | 24 | 63 | 64 |
| Binary | 11000011 | 1110000 | 1000111 | 0 | 101011 | 1000000 | 11000 | 10100 | 110011 | 110100 |
Color Harmonies of #C37047
Complementary color
Monochromatic Colors of #C37047
Black with #C37047
Text Example
Text Example
White with #C37047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37047; }
p { color: rgb(195,112,71); }
H1.HeaderClassName
{
color: #C37047;
}
.AnyTagClassName
{
color: #C37047;
}
</style>
background-color css
<style>
a { background-color: #C37047; }
a { background-color: rgb(195,112,71); }
div.DivClassName
{
background-color: #C37047;
}
.BgClassName
{
background-color: #C37047;
}
</style>
border-color css
<style>
span { border-color: #C37047; }
span { border-color: rgb(195,112,71); }
td.TdClassName
{
border-color: #C37047;
}
.TagClassName
{
border-color: #C37047;
}
</style>