Shades of Red Damask #C16C47
Tints of Red Damask #C16C47
RGB
CMYK
RGB Variations
Color information
#C16C47 (or 0xC16C47) is known color: Red Damask. HEX triplet: C1, 6C and 47. RGB value is (193,108,71). Sum of RGB (Red+Green+Blue) = 193+108+71=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C47 is #3E93B8. Grayscale: #818181. Windows color (decimal): -4101049 or 4680897. OLE color: 4680897.
HSL color Cylindrical-coordinate representation of color #C16C47: hue angle of 18.2º 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 #C16C47 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 71 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.24 |
| HSL | 18.2º | 0.5% | 0.52% | - |
| HSV(B) | 18.2º | 0.63% | 0.76% | - |
| XYZ | 28.49 | 22.52 | 8.81 | - |
| YUV | 129.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 71 | 0 | 0.44 | 0.63 | 0.24 | 18.2 | 0.5 | 0.52 |
| Hex | C1 | 6C | 47 | 0 | 2C | 3F | 18 | 12 | 32 | 34 |
| Octal | 301 | 154 | 107 | 0 | 54 | 77 | 30 | 22 | 62 | 64 |
| Binary | 11000001 | 1101100 | 1000111 | 0 | 101100 | 111111 | 11000 | 10010 | 110010 | 110100 |
Color Harmonies of #C16C47
Complementary color
Monochromatic Colors of #C16C47
Black with #C16C47
Text Example
Text Example
White with #C16C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C47; }
p { color: rgb(193,108,71); }
H1.HeaderClassName
{
color: #C16C47;
}
.AnyTagClassName
{
color: #C16C47;
}
</style>
background-color css
<style>
a { background-color: #C16C47; }
a { background-color: rgb(193,108,71); }
div.DivClassName
{
background-color: #C16C47;
}
.BgClassName
{
background-color: #C16C47;
}
</style>
border-color css
<style>
span { border-color: #C16C47; }
span { border-color: rgb(193,108,71); }
td.TdClassName
{
border-color: #C16C47;
}
.TagClassName
{
border-color: #C16C47;
}
</style>