Shades of Red Damask #C17247
Tints of Red Damask #C17247
RGB
CMYK
RGB Variations
Color information
#C17247 (or 0xC17247) is known color: Red Damask. HEX triplet: C1, 72 and 47. RGB value is (193,114,71). Sum of RGB (Red+Green+Blue) = 193+114+71=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C17247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17247 is #3E8DB8. Grayscale: #848484. Windows color (decimal): -4099513 or 4682433. OLE color: 4682433.
HSL color Cylindrical-coordinate representation of color #C17247: hue angle of 21.15º 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 #C17247 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 71 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.24 |
| HSL | 21.15º | 0.5% | 0.52% | - |
| HSV(B) | 21.15º | 0.63% | 0.76% | - |
| XYZ | 29.15 | 23.83 | 9.02 | - |
| YUV | 132.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 71 | 0 | 0.41 | 0.63 | 0.24 | 21.15 | 0.5 | 0.52 |
| Hex | C1 | 72 | 47 | 0 | 29 | 3F | 18 | 15 | 32 | 34 |
| Octal | 301 | 162 | 107 | 0 | 51 | 77 | 30 | 25 | 62 | 64 |
| Binary | 11000001 | 1110010 | 1000111 | 0 | 101001 | 111111 | 11000 | 10101 | 110010 | 110100 |
Color Harmonies of #C17247
Complementary color
Monochromatic Colors of #C17247
Black with #C17247
Text Example
Text Example
White with #C17247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17247; }
p { color: rgb(193,114,71); }
H1.HeaderClassName
{
color: #C17247;
}
.AnyTagClassName
{
color: #C17247;
}
</style>
background-color css
<style>
a { background-color: #C17247; }
a { background-color: rgb(193,114,71); }
div.DivClassName
{
background-color: #C17247;
}
.BgClassName
{
background-color: #C17247;
}
</style>
border-color css
<style>
span { border-color: #C17247; }
span { border-color: rgb(193,114,71); }
td.TdClassName
{
border-color: #C17247;
}
.TagClassName
{
border-color: #C17247;
}
</style>