Shades of Red Damask #C1734E
Tints of Red Damask #C1734E
RGB
CMYK
RGB Variations
Color information
#C1734E (or 0xC1734E) is known color: Red Damask. HEX triplet: C1, 73 and 4E. RGB value is (193,115,78). Sum of RGB (Red+Green+Blue) = 193+115+78=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1734E is #3E8CB1. Grayscale: #868686. Windows color (decimal): -4099250 or 5141441. OLE color: 5141441.
HSL color Cylindrical-coordinate representation of color #C1734E: hue angle of 19.3º 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 #C1734E is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 78 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.24 |
| HSL | 19.3º | 0.48% | 0.53% | - |
| HSV(B) | 19.3º | 0.6% | 0.76% | - |
| XYZ | 29.5 | 24.15 | 10.31 | - |
| YUV | 134.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 78 | 0 | 0.40 | 0.60 | 0.24 | 19.3 | 0.48 | 0.53 |
| Hex | C1 | 73 | 4E | 0 | 28 | 3C | 18 | 13 | 30 | 35 |
| Octal | 301 | 163 | 116 | 0 | 50 | 74 | 30 | 23 | 60 | 65 |
| Binary | 11000001 | 1110011 | 1001110 | 0 | 101000 | 111100 | 11000 | 10011 | 110000 | 110101 |
Color Harmonies of #C1734E
Complementary color
Monochromatic Colors of #C1734E
Black with #C1734E
Text Example
Text Example
White with #C1734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1734E; }
p { color: rgb(193,115,78); }
H1.HeaderClassName
{
color: #C1734E;
}
.AnyTagClassName
{
color: #C1734E;
}
</style>
background-color css
<style>
a { background-color: #C1734E; }
a { background-color: rgb(193,115,78); }
div.DivClassName
{
background-color: #C1734E;
}
.BgClassName
{
background-color: #C1734E;
}
</style>
border-color css
<style>
span { border-color: #C1734E; }
span { border-color: rgb(193,115,78); }
td.TdClassName
{
border-color: #C1734E;
}
.TagClassName
{
border-color: #C1734E;
}
</style>