Shades of Red Damask #C1704E
Tints of Red Damask #C1704E
RGB
CMYK
RGB Variations
Color information
#C1704E (or 0xC1704E) is known color: Red Damask. HEX triplet: C1, 70 and 4E. RGB value is (193,112,78). Sum of RGB (Red+Green+Blue) = 193+112+78=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1704E is #3E8FB1. Grayscale: #848484. Windows color (decimal): -4100018 or 5140673. OLE color: 5140673.
HSL color Cylindrical-coordinate representation of color #C1704E: hue angle of 17.74º 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 #C1704E is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 78 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.24 |
| HSL | 17.74º | 0.48% | 0.53% | - |
| HSV(B) | 17.74º | 0.6% | 0.76% | - |
| XYZ | 29.16 | 23.48 | 10.2 | - |
| YUV | 132.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 78 | 0 | 0.42 | 0.60 | 0.24 | 17.74 | 0.48 | 0.53 |
| Hex | C1 | 70 | 4E | 0 | 2A | 3C | 18 | 12 | 30 | 35 |
| Octal | 301 | 160 | 116 | 0 | 52 | 74 | 30 | 22 | 60 | 65 |
| Binary | 11000001 | 1110000 | 1001110 | 0 | 101010 | 111100 | 11000 | 10010 | 110000 | 110101 |
Color Harmonies of #C1704E
Complementary color
Monochromatic Colors of #C1704E
Black with #C1704E
Text Example
Text Example
White with #C1704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1704E; }
p { color: rgb(193,112,78); }
H1.HeaderClassName
{
color: #C1704E;
}
.AnyTagClassName
{
color: #C1704E;
}
</style>
background-color css
<style>
a { background-color: #C1704E; }
a { background-color: rgb(193,112,78); }
div.DivClassName
{
background-color: #C1704E;
}
.BgClassName
{
background-color: #C1704E;
}
</style>
border-color css
<style>
span { border-color: #C1704E; }
span { border-color: rgb(193,112,78); }
td.TdClassName
{
border-color: #C1704E;
}
.TagClassName
{
border-color: #C1704E;
}
</style>