Shades of Red Damask #C9704C
Tints of Red Damask #C9704C
RGB
CMYK
RGB Variations
Color information
#C9704C (or 0xC9704C) is known color: Red Damask. HEX triplet: C9, 70 and 4C. RGB value is (201,112,76). Sum of RGB (Red+Green+Blue) = 201+112+76=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9704C is #368FB3. Grayscale: #868686. Windows color (decimal): -3575732 or 5009609. OLE color: 5009609.
HSL color Cylindrical-coordinate representation of color #C9704C: hue angle of 17.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9704C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 76 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.21 |
| HSL | 17.28º | 0.54% | 0.54% | - |
| HSV(B) | 17.28º | 0.62% | 0.79% | - |
| XYZ | 31.19 | 24.53 | 9.93 | - |
| YUV | 134.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 76 | 0 | 0.44 | 0.62 | 0.21 | 17.28 | 0.54 | 0.54 |
| Hex | C9 | 70 | 4C | 0 | 2C | 3E | 15 | 11 | 36 | 36 |
| Octal | 311 | 160 | 114 | 0 | 54 | 76 | 25 | 21 | 66 | 66 |
| Binary | 11001001 | 1110000 | 1001100 | 0 | 101100 | 111110 | 10101 | 10001 | 110110 | 110110 |
Color Harmonies of #C9704C
Complementary color
Monochromatic Colors of #C9704C
Black with #C9704C
Text Example
Text Example
White with #C9704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9704C; }
p { color: rgb(201,112,76); }
H1.HeaderClassName
{
color: #C9704C;
}
.AnyTagClassName
{
color: #C9704C;
}
</style>
background-color css
<style>
a { background-color: #C9704C; }
a { background-color: rgb(201,112,76); }
div.DivClassName
{
background-color: #C9704C;
}
.BgClassName
{
background-color: #C9704C;
}
</style>
border-color css
<style>
span { border-color: #C9704C; }
span { border-color: rgb(201,112,76); }
td.TdClassName
{
border-color: #C9704C;
}
.TagClassName
{
border-color: #C9704C;
}
</style>