Shades of Red Damask #C97449
Tints of Red Damask #C97449
RGB
CMYK
RGB Variations
Color information
#C97449 (or 0xC97449) is known color: Red Damask. HEX triplet: C9, 74 and 49. RGB value is (201,116,73). Sum of RGB (Red+Green+Blue) = 201+116+73=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C97449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97449 is #368BB6. Grayscale: #888888. Windows color (decimal): -3574711 or 4814025. OLE color: 4814025.
HSL color Cylindrical-coordinate representation of color #C97449: hue angle of 20.16º 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 #C97449 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 73 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.21 |
| HSL | 20.16º | 0.54% | 0.54% | - |
| HSV(B) | 20.16º | 0.64% | 0.79% | - |
| XYZ | 31.54 | 25.39 | 9.54 | - |
| YUV | 136.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 73 | 0 | 0.42 | 0.64 | 0.21 | 20.16 | 0.54 | 0.54 |
| Hex | C9 | 74 | 49 | 0 | 2A | 40 | 15 | 14 | 36 | 36 |
| Octal | 311 | 164 | 111 | 0 | 52 | 100 | 25 | 24 | 66 | 66 |
| Binary | 11001001 | 1110100 | 1001001 | 0 | 101010 | 1000000 | 10101 | 10100 | 110110 | 110110 |
Color Harmonies of #C97449
Complementary color
Monochromatic Colors of #C97449
Black with #C97449
Text Example
Text Example
White with #C97449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97449; }
p { color: rgb(201,116,73); }
H1.HeaderClassName
{
color: #C97449;
}
.AnyTagClassName
{
color: #C97449;
}
</style>
background-color css
<style>
a { background-color: #C97449; }
a { background-color: rgb(201,116,73); }
div.DivClassName
{
background-color: #C97449;
}
.BgClassName
{
background-color: #C97449;
}
</style>
border-color css
<style>
span { border-color: #C97449; }
span { border-color: rgb(201,116,73); }
td.TdClassName
{
border-color: #C97449;
}
.TagClassName
{
border-color: #C97449;
}
</style>