Shades of Red Damask #C16F49
Tints of Red Damask #C16F49
RGB
CMYK
RGB Variations
Color information
#C16F49 (or 0xC16F49) is known color: Red Damask. HEX triplet: C1, 6F and 49. RGB value is (193,111,73). Sum of RGB (Red+Green+Blue) = 193+111+73=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F49 is #3E90B6. Grayscale: #838383. Windows color (decimal): -4100279 or 4812737. OLE color: 4812737.
HSL color Cylindrical-coordinate representation of color #C16F49: hue angle of 19º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C16F49 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 73 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.24 |
| HSL | 19º | 0.49% | 0.52% | - |
| HSV(B) | 19º | 0.62% | 0.76% | - |
| XYZ | 28.88 | 23.19 | 9.26 | - |
| YUV | 131.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 73 | 0 | 0.42 | 0.62 | 0.24 | 19 | 0.49 | 0.52 |
| Hex | C1 | 6F | 49 | 0 | 2A | 3E | 18 | 13 | 31 | 34 |
| Octal | 301 | 157 | 111 | 0 | 52 | 76 | 30 | 23 | 61 | 64 |
| Binary | 11000001 | 1101111 | 1001001 | 0 | 101010 | 111110 | 11000 | 10011 | 110001 | 110100 |
Color Harmonies of #C16F49
Complementary color
Monochromatic Colors of #C16F49
Black with #C16F49
Text Example
Text Example
White with #C16F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F49; }
p { color: rgb(193,111,73); }
H1.HeaderClassName
{
color: #C16F49;
}
.AnyTagClassName
{
color: #C16F49;
}
</style>
background-color css
<style>
a { background-color: #C16F49; }
a { background-color: rgb(193,111,73); }
div.DivClassName
{
background-color: #C16F49;
}
.BgClassName
{
background-color: #C16F49;
}
</style>
border-color css
<style>
span { border-color: #C16F49; }
span { border-color: rgb(193,111,73); }
td.TdClassName
{
border-color: #C16F49;
}
.TagClassName
{
border-color: #C16F49;
}
</style>