Shades of Red Damask #C1784D
Tints of Red Damask #C1784D
RGB
CMYK
RGB Variations
Color information
#C1784D (or 0xC1784D) is known color: Red Damask. HEX triplet: C1, 78 and 4D. RGB value is (193,120,77). Sum of RGB (Red+Green+Blue) = 193+120+77=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1784D is #3E87B2. Grayscale: #898989. Windows color (decimal): -4097971 or 5077185. OLE color: 5077185.
HSL color Cylindrical-coordinate representation of color #C1784D: hue angle of 22.24º 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 #C1784D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 77 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.24 |
| HSL | 22.24º | 0.48% | 0.53% | - |
| HSV(B) | 22.24º | 0.6% | 0.76% | - |
| XYZ | 30.05 | 25.31 | 10.32 | - |
| YUV | 136.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 77 | 0 | 0.38 | 0.60 | 0.24 | 22.24 | 0.48 | 0.53 |
| Hex | C1 | 78 | 4D | 0 | 26 | 3C | 18 | 16 | 30 | 35 |
| Octal | 301 | 170 | 115 | 0 | 46 | 74 | 30 | 26 | 60 | 65 |
| Binary | 11000001 | 1111000 | 1001101 | 0 | 100110 | 111100 | 11000 | 10110 | 110000 | 110101 |
Color Harmonies of #C1784D
Complementary color
Monochromatic Colors of #C1784D
Black with #C1784D
Text Example
Text Example
White with #C1784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1784D; }
p { color: rgb(193,120,77); }
H1.HeaderClassName
{
color: #C1784D;
}
.AnyTagClassName
{
color: #C1784D;
}
</style>
background-color css
<style>
a { background-color: #C1784D; }
a { background-color: rgb(193,120,77); }
div.DivClassName
{
background-color: #C1784D;
}
.BgClassName
{
background-color: #C1784D;
}
</style>
border-color css
<style>
span { border-color: #C1784D; }
span { border-color: rgb(193,120,77); }
td.TdClassName
{
border-color: #C1784D;
}
.TagClassName
{
border-color: #C1784D;
}
</style>