Shades of Red Damask #C17449
Tints of Red Damask #C17449
RGB
CMYK
RGB Variations
Color information
#C17449 (or 0xC17449) is known color: Red Damask. HEX triplet: C1, 74 and 49. RGB value is (193,116,73). Sum of RGB (Red+Green+Blue) = 193+116+73=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C17449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17449 is #3E8BB6. Grayscale: #868686. Windows color (decimal): -4098999 or 4814017. OLE color: 4814017.
HSL color Cylindrical-coordinate representation of color #C17449: hue angle of 21.5º 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 #C17449 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 73 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.24 |
| HSL | 21.5º | 0.49% | 0.52% | - |
| HSV(B) | 21.5º | 0.62% | 0.76% | - |
| XYZ | 29.44 | 24.31 | 9.44 | - |
| YUV | 134.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 73 | 0 | 0.40 | 0.62 | 0.24 | 21.5 | 0.49 | 0.52 |
| Hex | C1 | 74 | 49 | 0 | 28 | 3E | 18 | 16 | 31 | 34 |
| Octal | 301 | 164 | 111 | 0 | 50 | 76 | 30 | 26 | 61 | 64 |
| Binary | 11000001 | 1110100 | 1001001 | 0 | 101000 | 111110 | 11000 | 10110 | 110001 | 110100 |
Color Harmonies of #C17449
Complementary color
Monochromatic Colors of #C17449
Black with #C17449
Text Example
Text Example
White with #C17449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17449; }
p { color: rgb(193,116,73); }
H1.HeaderClassName
{
color: #C17449;
}
.AnyTagClassName
{
color: #C17449;
}
</style>
background-color css
<style>
a { background-color: #C17449; }
a { background-color: rgb(193,116,73); }
div.DivClassName
{
background-color: #C17449;
}
.BgClassName
{
background-color: #C17449;
}
</style>
border-color css
<style>
span { border-color: #C17449; }
span { border-color: rgb(193,116,73); }
td.TdClassName
{
border-color: #C17449;
}
.TagClassName
{
border-color: #C17449;
}
</style>