Shades of Red Damask #C1744D
Tints of Red Damask #C1744D
RGB
CMYK
RGB Variations
Color information
#C1744D (or 0xC1744D) is known color: Red Damask. HEX triplet: C1, 74 and 4D. RGB value is (193,116,77). Sum of RGB (Red+Green+Blue) = 193+116+77=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1744D is #3E8BB2. Grayscale: #868686. Windows color (decimal): -4098995 or 5076161. OLE color: 5076161.
HSL color Cylindrical-coordinate representation of color #C1744D: hue angle of 20.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1744D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 77 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.24 |
| HSL | 20.17º | 0.48% | 0.53% | - |
| HSV(B) | 20.17º | 0.6% | 0.76% | - |
| XYZ | 29.58 | 24.36 | 10.17 | - |
| YUV | 134.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 77 | 0 | 0.40 | 0.60 | 0.24 | 20.17 | 0.48 | 0.53 |
| Hex | C1 | 74 | 4D | 0 | 28 | 3C | 18 | 14 | 30 | 35 |
| Octal | 301 | 164 | 115 | 0 | 50 | 74 | 30 | 24 | 60 | 65 |
| Binary | 11000001 | 1110100 | 1001101 | 0 | 101000 | 111100 | 11000 | 10100 | 110000 | 110101 |
Color Harmonies of #C1744D
Complementary color
Monochromatic Colors of #C1744D
Black with #C1744D
Text Example
Text Example
White with #C1744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1744D; }
p { color: rgb(193,116,77); }
H1.HeaderClassName
{
color: #C1744D;
}
.AnyTagClassName
{
color: #C1744D;
}
</style>
background-color css
<style>
a { background-color: #C1744D; }
a { background-color: rgb(193,116,77); }
div.DivClassName
{
background-color: #C1744D;
}
.BgClassName
{
background-color: #C1744D;
}
</style>
border-color css
<style>
span { border-color: #C1744D; }
span { border-color: rgb(193,116,77); }
td.TdClassName
{
border-color: #C1744D;
}
.TagClassName
{
border-color: #C1744D;
}
</style>