Shades of Red Damask #C1724D
Tints of Red Damask #C1724D
RGB
CMYK
RGB Variations
Color information
#C1724D (or 0xC1724D) is known color: Red Damask. HEX triplet: C1, 72 and 4D. RGB value is (193,114,77). Sum of RGB (Red+Green+Blue) = 193+114+77=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1724D is #3E8DB2. Grayscale: #858585. Windows color (decimal): -4099507 or 5075649. OLE color: 5075649.
HSL color Cylindrical-coordinate representation of color #C1724D: hue angle of 19.14º 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 #C1724D is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 77 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.24 |
| HSL | 19.14º | 0.48% | 0.53% | - |
| HSV(B) | 19.14º | 0.6% | 0.76% | - |
| XYZ | 29.35 | 23.91 | 10.09 | - |
| YUV | 133.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 77 | 0 | 0.41 | 0.60 | 0.24 | 19.14 | 0.48 | 0.53 |
| Hex | C1 | 72 | 4D | 0 | 29 | 3C | 18 | 13 | 30 | 35 |
| Octal | 301 | 162 | 115 | 0 | 51 | 74 | 30 | 23 | 60 | 65 |
| Binary | 11000001 | 1110010 | 1001101 | 0 | 101001 | 111100 | 11000 | 10011 | 110000 | 110101 |
Color Harmonies of #C1724D
Complementary color
Monochromatic Colors of #C1724D
Black with #C1724D
Text Example
Text Example
White with #C1724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1724D; }
p { color: rgb(193,114,77); }
H1.HeaderClassName
{
color: #C1724D;
}
.AnyTagClassName
{
color: #C1724D;
}
</style>
background-color css
<style>
a { background-color: #C1724D; }
a { background-color: rgb(193,114,77); }
div.DivClassName
{
background-color: #C1724D;
}
.BgClassName
{
background-color: #C1724D;
}
</style>
border-color css
<style>
span { border-color: #C1724D; }
span { border-color: rgb(193,114,77); }
td.TdClassName
{
border-color: #C1724D;
}
.TagClassName
{
border-color: #C1724D;
}
</style>