Shades of Red Damask #C16743
Tints of Red Damask #C16743
RGB
CMYK
RGB Variations
Color information
#C16743 (or 0xC16743) is known color: Red Damask. HEX triplet: C1, 67 and 43. RGB value is (193,103,67). Sum of RGB (Red+Green+Blue) = 193+103+67=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16743 is #3E98BC. Grayscale: #7E7E7E. Windows color (decimal): -4102333 or 4417473. OLE color: 4417473.
HSL color Cylindrical-coordinate representation of color #C16743: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C16743 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 67 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.24 |
| HSL | 17.14º | 0.5% | 0.51% | - |
| HSV(B) | 17.14º | 0.65% | 0.76% | - |
| XYZ | 27.86 | 21.44 | 7.98 | - |
| YUV | 125.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 67 | 0 | 0.47 | 0.65 | 0.24 | 17.14 | 0.5 | 0.51 |
| Hex | C1 | 67 | 43 | 0 | 2F | 41 | 18 | 11 | 32 | 33 |
| Octal | 301 | 147 | 103 | 0 | 57 | 101 | 30 | 21 | 62 | 63 |
| Binary | 11000001 | 1100111 | 1000011 | 0 | 101111 | 1000001 | 11000 | 10001 | 110010 | 110011 |
Color Harmonies of #C16743
Complementary color
Monochromatic Colors of #C16743
Black with #C16743
Text Example
Text Example
White with #C16743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16743; }
p { color: rgb(193,103,67); }
H1.HeaderClassName
{
color: #C16743;
}
.AnyTagClassName
{
color: #C16743;
}
</style>
background-color css
<style>
a { background-color: #C16743; }
a { background-color: rgb(193,103,67); }
div.DivClassName
{
background-color: #C16743;
}
.BgClassName
{
background-color: #C16743;
}
</style>
border-color css
<style>
span { border-color: #C16743; }
span { border-color: rgb(193,103,67); }
td.TdClassName
{
border-color: #C16743;
}
.TagClassName
{
border-color: #C16743;
}
</style>