Shades of Red Damask #C97049
Tints of Red Damask #C97049
RGB
CMYK
RGB Variations
Color information
#C97049 (or 0xC97049) is known color: Red Damask. HEX triplet: C9, 70 and 49. RGB value is (201,112,73). Sum of RGB (Red+Green+Blue) = 201+112+73=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97049 is #368FB6. Grayscale: #868686. Windows color (decimal): -3575735 or 4813001. OLE color: 4813001.
HSL color Cylindrical-coordinate representation of color #C97049: hue angle of 18.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C97049 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 73 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.21 |
| HSL | 18.28º | 0.54% | 0.54% | - |
| HSV(B) | 18.28º | 0.64% | 0.79% | - |
| XYZ | 31.08 | 24.49 | 9.39 | - |
| YUV | 134.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 73 | 0 | 0.44 | 0.64 | 0.21 | 18.28 | 0.54 | 0.54 |
| Hex | C9 | 70 | 49 | 0 | 2C | 40 | 15 | 12 | 36 | 36 |
| Octal | 311 | 160 | 111 | 0 | 54 | 100 | 25 | 22 | 66 | 66 |
| Binary | 11001001 | 1110000 | 1001001 | 0 | 101100 | 1000000 | 10101 | 10010 | 110110 | 110110 |
Color Harmonies of #C97049
Complementary color
Monochromatic Colors of #C97049
Black with #C97049
Text Example
Text Example
White with #C97049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97049; }
p { color: rgb(201,112,73); }
H1.HeaderClassName
{
color: #C97049;
}
.AnyTagClassName
{
color: #C97049;
}
</style>
background-color css
<style>
a { background-color: #C97049; }
a { background-color: rgb(201,112,73); }
div.DivClassName
{
background-color: #C97049;
}
.BgClassName
{
background-color: #C97049;
}
</style>
border-color css
<style>
span { border-color: #C97049; }
span { border-color: rgb(201,112,73); }
td.TdClassName
{
border-color: #C97049;
}
.TagClassName
{
border-color: #C97049;
}
</style>