Shades of Red Damask #C1694D
Tints of Red Damask #C1694D
RGB
CMYK
RGB Variations
Color information
#C1694D (or 0xC1694D) is known color: Red Damask. HEX triplet: C1, 69 and 4D. RGB value is (193,105,77). Sum of RGB (Red+Green+Blue) = 193+105+77=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1694D is #3E96B2. Grayscale: #808080. Windows color (decimal): -4101811 or 5073345. OLE color: 5073345.
HSL color Cylindrical-coordinate representation of color #C1694D: hue angle of 14.48º 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 #C1694D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 77 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.24 |
| HSL | 14.48º | 0.48% | 0.53% | - |
| HSV(B) | 14.48º | 0.6% | 0.76% | - |
| XYZ | 28.38 | 21.98 | 9.77 | - |
| YUV | 128.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 77 | 0 | 0.46 | 0.60 | 0.24 | 14.48 | 0.48 | 0.53 |
| Hex | C1 | 69 | 4D | 0 | 2E | 3C | 18 | E | 30 | 35 |
| Octal | 301 | 151 | 115 | 0 | 56 | 74 | 30 | 16 | 60 | 65 |
| Binary | 11000001 | 1101001 | 1001101 | 0 | 101110 | 111100 | 11000 | 1110 | 110000 | 110101 |
Color Harmonies of #C1694D
Complementary color
Monochromatic Colors of #C1694D
Black with #C1694D
Text Example
Text Example
White with #C1694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1694D; }
p { color: rgb(193,105,77); }
H1.HeaderClassName
{
color: #C1694D;
}
.AnyTagClassName
{
color: #C1694D;
}
</style>
background-color css
<style>
a { background-color: #C1694D; }
a { background-color: rgb(193,105,77); }
div.DivClassName
{
background-color: #C1694D;
}
.BgClassName
{
background-color: #C1694D;
}
</style>
border-color css
<style>
span { border-color: #C1694D; }
span { border-color: rgb(193,105,77); }
td.TdClassName
{
border-color: #C1694D;
}
.TagClassName
{
border-color: #C1694D;
}
</style>