Shades of Red Damask #C16843
Tints of Red Damask #C16843
RGB
CMYK
RGB Variations
Color information
#C16843 (or 0xC16843) is known color: Red Damask. HEX triplet: C1, 68 and 43. RGB value is (193,104,67). Sum of RGB (Red+Green+Blue) = 193+104+67=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C16843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16843 is #3E97BC. Grayscale: #7E7E7E. Windows color (decimal): -4102077 or 4417729. OLE color: 4417729.
HSL color Cylindrical-coordinate representation of color #C16843: hue angle of 17.62º 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 #C16843 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 67 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.24 |
| HSL | 17.62º | 0.5% | 0.51% | - |
| HSV(B) | 17.62º | 0.65% | 0.76% | - |
| XYZ | 27.96 | 21.64 | 8.01 | - |
| YUV | 126.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 67 | 0 | 0.46 | 0.65 | 0.24 | 17.62 | 0.5 | 0.51 |
| Hex | C1 | 68 | 43 | 0 | 2E | 41 | 18 | 12 | 32 | 33 |
| Octal | 301 | 150 | 103 | 0 | 56 | 101 | 30 | 22 | 62 | 63 |
| Binary | 11000001 | 1101000 | 1000011 | 0 | 101110 | 1000001 | 11000 | 10010 | 110010 | 110011 |
Color Harmonies of #C16843
Complementary color
Monochromatic Colors of #C16843
Black with #C16843
Text Example
Text Example
White with #C16843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16843; }
p { color: rgb(193,104,67); }
H1.HeaderClassName
{
color: #C16843;
}
.AnyTagClassName
{
color: #C16843;
}
</style>
background-color css
<style>
a { background-color: #C16843; }
a { background-color: rgb(193,104,67); }
div.DivClassName
{
background-color: #C16843;
}
.BgClassName
{
background-color: #C16843;
}
</style>
border-color css
<style>
span { border-color: #C16843; }
span { border-color: rgb(193,104,67); }
td.TdClassName
{
border-color: #C16843;
}
.TagClassName
{
border-color: #C16843;
}
</style>