Shades of Red Damask #C1704D
Tints of Red Damask #C1704D
RGB
CMYK
RGB Variations
Color information
#C1704D (or 0xC1704D) is known color: Red Damask. HEX triplet: C1, 70 and 4D. RGB value is (193,112,77). Sum of RGB (Red+Green+Blue) = 193+112+77=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1704D is #3E8FB2. Grayscale: #848484. Windows color (decimal): -4100019 or 5075137. OLE color: 5075137.
HSL color Cylindrical-coordinate representation of color #C1704D: hue angle of 18.1º 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 #C1704D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 77 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.24 |
| HSL | 18.1º | 0.48% | 0.53% | - |
| HSV(B) | 18.1º | 0.6% | 0.76% | - |
| XYZ | 29.13 | 23.46 | 10.01 | - |
| YUV | 132.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 77 | 0 | 0.42 | 0.60 | 0.24 | 18.1 | 0.48 | 0.53 |
| Hex | C1 | 70 | 4D | 0 | 2A | 3C | 18 | 12 | 30 | 35 |
| Octal | 301 | 160 | 115 | 0 | 52 | 74 | 30 | 22 | 60 | 65 |
| Binary | 11000001 | 1110000 | 1001101 | 0 | 101010 | 111100 | 11000 | 10010 | 110000 | 110101 |
Color Harmonies of #C1704D
Complementary color
Monochromatic Colors of #C1704D
Black with #C1704D
Text Example
Text Example
White with #C1704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1704D; }
p { color: rgb(193,112,77); }
H1.HeaderClassName
{
color: #C1704D;
}
.AnyTagClassName
{
color: #C1704D;
}
</style>
background-color css
<style>
a { background-color: #C1704D; }
a { background-color: rgb(193,112,77); }
div.DivClassName
{
background-color: #C1704D;
}
.BgClassName
{
background-color: #C1704D;
}
</style>
border-color css
<style>
span { border-color: #C1704D; }
span { border-color: rgb(193,112,77); }
td.TdClassName
{
border-color: #C1704D;
}
.TagClassName
{
border-color: #C1704D;
}
</style>