Shades of Red Damask #C17347
Tints of Red Damask #C17347
RGB
CMYK
RGB Variations
Color information
#C17347 (or 0xC17347) is known color: Red Damask. HEX triplet: C1, 73 and 47. RGB value is (193,115,71). Sum of RGB (Red+Green+Blue) = 193+115+71=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C17347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17347 is #3E8CB8. Grayscale: #858585. Windows color (decimal): -4099257 or 4682689. OLE color: 4682689.
HSL color Cylindrical-coordinate representation of color #C17347: hue angle of 21.64º 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 #C17347 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 71 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.24 |
| HSL | 21.64º | 0.5% | 0.52% | - |
| HSV(B) | 21.64º | 0.63% | 0.76% | - |
| XYZ | 29.26 | 24.05 | 9.06 | - |
| YUV | 133.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 71 | 0 | 0.40 | 0.63 | 0.24 | 21.64 | 0.5 | 0.52 |
| Hex | C1 | 73 | 47 | 0 | 28 | 3F | 18 | 16 | 32 | 34 |
| Octal | 301 | 163 | 107 | 0 | 50 | 77 | 30 | 26 | 62 | 64 |
| Binary | 11000001 | 1110011 | 1000111 | 0 | 101000 | 111111 | 11000 | 10110 | 110010 | 110100 |
Color Harmonies of #C17347
Complementary color
Monochromatic Colors of #C17347
Black with #C17347
Text Example
Text Example
White with #C17347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17347; }
p { color: rgb(193,115,71); }
H1.HeaderClassName
{
color: #C17347;
}
.AnyTagClassName
{
color: #C17347;
}
</style>
background-color css
<style>
a { background-color: #C17347; }
a { background-color: rgb(193,115,71); }
div.DivClassName
{
background-color: #C17347;
}
.BgClassName
{
background-color: #C17347;
}
</style>
border-color css
<style>
span { border-color: #C17347; }
span { border-color: rgb(193,115,71); }
td.TdClassName
{
border-color: #C17347;
}
.TagClassName
{
border-color: #C17347;
}
</style>