Shades of Red Damask #C1694E
Tints of Red Damask #C1694E
RGB
CMYK
RGB Variations
Color information
#C1694E (or 0xC1694E) is known color: Red Damask. HEX triplet: C1, 69 and 4E. RGB value is (193,105,78). Sum of RGB (Red+Green+Blue) = 193+105+78=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1694E is #3E96B1. Grayscale: #808080. Windows color (decimal): -4101810 or 5138881. OLE color: 5138881.
HSL color Cylindrical-coordinate representation of color #C1694E: hue angle of 14.09º 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 #C1694E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 78 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.24 |
| HSL | 14.09º | 0.48% | 0.53% | - |
| HSV(B) | 14.09º | 0.6% | 0.76% | - |
| XYZ | 28.42 | 21.99 | 9.95 | - |
| YUV | 128.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 78 | 0 | 0.46 | 0.60 | 0.24 | 14.09 | 0.48 | 0.53 |
| Hex | C1 | 69 | 4E | 0 | 2E | 3C | 18 | E | 30 | 35 |
| Octal | 301 | 151 | 116 | 0 | 56 | 74 | 30 | 16 | 60 | 65 |
| Binary | 11000001 | 1101001 | 1001110 | 0 | 101110 | 111100 | 11000 | 1110 | 110000 | 110101 |
Color Harmonies of #C1694E
Complementary color
Monochromatic Colors of #C1694E
Black with #C1694E
Text Example
Text Example
White with #C1694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1694E; }
p { color: rgb(193,105,78); }
H1.HeaderClassName
{
color: #C1694E;
}
.AnyTagClassName
{
color: #C1694E;
}
</style>
background-color css
<style>
a { background-color: #C1694E; }
a { background-color: rgb(193,105,78); }
div.DivClassName
{
background-color: #C1694E;
}
.BgClassName
{
background-color: #C1694E;
}
</style>
border-color css
<style>
span { border-color: #C1694E; }
span { border-color: rgb(193,105,78); }
td.TdClassName
{
border-color: #C1694E;
}
.TagClassName
{
border-color: #C1694E;
}
</style>