Shades of Red Damask #C17047
Tints of Red Damask #C17047
RGB
CMYK
RGB Variations
Color information
#C17047 (or 0xC17047) is known color: Red Damask. HEX triplet: C1, 70 and 47. RGB value is (193,112,71). Sum of RGB (Red+Green+Blue) = 193+112+71=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17047 is #3E8FB8. Grayscale: #838383. Windows color (decimal): -4100025 or 4681921. OLE color: 4681921.
HSL color Cylindrical-coordinate representation of color #C17047: hue angle of 20.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C17047 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 71 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.24 |
| HSL | 20.16º | 0.5% | 0.52% | - |
| HSV(B) | 20.16º | 0.63% | 0.76% | - |
| XYZ | 28.92 | 23.38 | 8.95 | - |
| YUV | 131.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 71 | 0 | 0.42 | 0.63 | 0.24 | 20.16 | 0.5 | 0.52 |
| Hex | C1 | 70 | 47 | 0 | 2A | 3F | 18 | 14 | 32 | 34 |
| Octal | 301 | 160 | 107 | 0 | 52 | 77 | 30 | 24 | 62 | 64 |
| Binary | 11000001 | 1110000 | 1000111 | 0 | 101010 | 111111 | 11000 | 10100 | 110010 | 110100 |
Color Harmonies of #C17047
Complementary color
Monochromatic Colors of #C17047
Black with #C17047
Text Example
Text Example
White with #C17047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17047; }
p { color: rgb(193,112,71); }
H1.HeaderClassName
{
color: #C17047;
}
.AnyTagClassName
{
color: #C17047;
}
</style>
background-color css
<style>
a { background-color: #C17047; }
a { background-color: rgb(193,112,71); }
div.DivClassName
{
background-color: #C17047;
}
.BgClassName
{
background-color: #C17047;
}
</style>
border-color css
<style>
span { border-color: #C17047; }
span { border-color: rgb(193,112,71); }
td.TdClassName
{
border-color: #C17047;
}
.TagClassName
{
border-color: #C17047;
}
</style>