Shades of Red Damask #C1724A
Tints of Red Damask #C1724A
RGB
CMYK
RGB Variations
Color information
#C1724A (or 0xC1724A) is known color: Red Damask. HEX triplet: C1, 72 and 4A. RGB value is (193,114,74). Sum of RGB (Red+Green+Blue) = 193+114+74=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1724A is #3E8DB5. Grayscale: #858585. Windows color (decimal): -4099510 or 4879041. OLE color: 4879041.
HSL color Cylindrical-coordinate representation of color #C1724A: hue angle of 20.17º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1724A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 74 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.24 |
| HSL | 20.17º | 0.49% | 0.52% | - |
| HSV(B) | 20.17º | 0.62% | 0.76% | - |
| XYZ | 29.25 | 23.87 | 9.54 | - |
| YUV | 133.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 74 | 0 | 0.41 | 0.62 | 0.24 | 20.17 | 0.49 | 0.52 |
| Hex | C1 | 72 | 4A | 0 | 29 | 3E | 18 | 14 | 31 | 34 |
| Octal | 301 | 162 | 112 | 0 | 51 | 76 | 30 | 24 | 61 | 64 |
| Binary | 11000001 | 1110010 | 1001010 | 0 | 101001 | 111110 | 11000 | 10100 | 110001 | 110100 |
Color Harmonies of #C1724A
Complementary color
Monochromatic Colors of #C1724A
Black with #C1724A
Text Example
Text Example
White with #C1724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1724A; }
p { color: rgb(193,114,74); }
H1.HeaderClassName
{
color: #C1724A;
}
.AnyTagClassName
{
color: #C1724A;
}
</style>
background-color css
<style>
a { background-color: #C1724A; }
a { background-color: rgb(193,114,74); }
div.DivClassName
{
background-color: #C1724A;
}
.BgClassName
{
background-color: #C1724A;
}
</style>
border-color css
<style>
span { border-color: #C1724A; }
span { border-color: rgb(193,114,74); }
td.TdClassName
{
border-color: #C1724A;
}
.TagClassName
{
border-color: #C1724A;
}
</style>