Shades of Red Damask #C1744A
Tints of Red Damask #C1744A
RGB
CMYK
RGB Variations
Color information
#C1744A (or 0xC1744A) is known color: Red Damask. HEX triplet: C1, 74 and 4A. RGB value is (193,116,74). Sum of RGB (Red+Green+Blue) = 193+116+74=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1744A is #3E8BB5. Grayscale: #868686. Windows color (decimal): -4098998 or 4879553. OLE color: 4879553.
HSL color Cylindrical-coordinate representation of color #C1744A: hue angle of 21.18º 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 #C1744A is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 74 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.24 |
| HSL | 21.18º | 0.49% | 0.52% | - |
| HSV(B) | 21.18º | 0.62% | 0.76% | - |
| XYZ | 29.47 | 24.32 | 9.62 | - |
| YUV | 134.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 74 | 0 | 0.40 | 0.62 | 0.24 | 21.18 | 0.49 | 0.52 |
| Hex | C1 | 74 | 4A | 0 | 28 | 3E | 18 | 15 | 31 | 34 |
| Octal | 301 | 164 | 112 | 0 | 50 | 76 | 30 | 25 | 61 | 64 |
| Binary | 11000001 | 1110100 | 1001010 | 0 | 101000 | 111110 | 11000 | 10101 | 110001 | 110100 |
Color Harmonies of #C1744A
Complementary color
Monochromatic Colors of #C1744A
Black with #C1744A
Text Example
Text Example
White with #C1744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1744A; }
p { color: rgb(193,116,74); }
H1.HeaderClassName
{
color: #C1744A;
}
.AnyTagClassName
{
color: #C1744A;
}
</style>
background-color css
<style>
a { background-color: #C1744A; }
a { background-color: rgb(193,116,74); }
div.DivClassName
{
background-color: #C1744A;
}
.BgClassName
{
background-color: #C1744A;
}
</style>
border-color css
<style>
span { border-color: #C1744A; }
span { border-color: rgb(193,116,74); }
td.TdClassName
{
border-color: #C1744A;
}
.TagClassName
{
border-color: #C1744A;
}
</style>