Shades of Red Damask #C16F45
Tints of Red Damask #C16F45
RGB
CMYK
RGB Variations
Color information
#C16F45 (or 0xC16F45) is known color: Red Damask. HEX triplet: C1, 6F and 45. RGB value is (193,111,69). Sum of RGB (Red+Green+Blue) = 193+111+69=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F45 is #3E90BA. Grayscale: #828282. Windows color (decimal): -4100283 or 4550593. OLE color: 4550593.
HSL color Cylindrical-coordinate representation of color #C16F45: hue angle of 20.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C16F45 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 69 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.24 |
| HSL | 20.32º | 0.5% | 0.51% | - |
| HSV(B) | 20.32º | 0.64% | 0.76% | - |
| XYZ | 28.75 | 23.14 | 8.58 | - |
| YUV | 130.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 69 | 0 | 0.42 | 0.64 | 0.24 | 20.32 | 0.5 | 0.51 |
| Hex | C1 | 6F | 45 | 0 | 2A | 40 | 18 | 14 | 32 | 33 |
| Octal | 301 | 157 | 105 | 0 | 52 | 100 | 30 | 24 | 62 | 63 |
| Binary | 11000001 | 1101111 | 1000101 | 0 | 101010 | 1000000 | 11000 | 10100 | 110010 | 110011 |
Color Harmonies of #C16F45
Complementary color
Monochromatic Colors of #C16F45
Black with #C16F45
Text Example
Text Example
White with #C16F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F45; }
p { color: rgb(193,111,69); }
H1.HeaderClassName
{
color: #C16F45;
}
.AnyTagClassName
{
color: #C16F45;
}
</style>
background-color css
<style>
a { background-color: #C16F45; }
a { background-color: rgb(193,111,69); }
div.DivClassName
{
background-color: #C16F45;
}
.BgClassName
{
background-color: #C16F45;
}
</style>
border-color css
<style>
span { border-color: #C16F45; }
span { border-color: rgb(193,111,69); }
td.TdClassName
{
border-color: #C16F45;
}
.TagClassName
{
border-color: #C16F45;
}
</style>