Shades of Red Damask #C97647
Tints of Red Damask #C97647
RGB
CMYK
RGB Variations
Color information
#C97647 (or 0xC97647) is known color: Red Damask. HEX triplet: C9, 76 and 47. RGB value is (201,118,71). Sum of RGB (Red+Green+Blue) = 201+118+71=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C97647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97647 is #3689B8. Grayscale: #898989. Windows color (decimal): -3574201 or 4683465. OLE color: 4683465.
HSL color Cylindrical-coordinate representation of color #C97647: hue angle of 21.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C97647 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 71 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.21 |
| HSL | 21.69º | 0.55% | 0.53% | - |
| HSV(B) | 21.69º | 0.65% | 0.79% | - |
| XYZ | 31.7 | 25.83 | 9.28 | - |
| YUV | 137.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 71 | 0 | 0.41 | 0.65 | 0.21 | 21.69 | 0.55 | 0.53 |
| Hex | C9 | 76 | 47 | 0 | 29 | 41 | 15 | 16 | 37 | 35 |
| Octal | 311 | 166 | 107 | 0 | 51 | 101 | 25 | 26 | 67 | 65 |
| Binary | 11001001 | 1110110 | 1000111 | 0 | 101001 | 1000001 | 10101 | 10110 | 110111 | 110101 |
Color Harmonies of #C97647
Complementary color
Monochromatic Colors of #C97647
Black with #C97647
Text Example
Text Example
White with #C97647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97647; }
p { color: rgb(201,118,71); }
H1.HeaderClassName
{
color: #C97647;
}
.AnyTagClassName
{
color: #C97647;
}
</style>
background-color css
<style>
a { background-color: #C97647; }
a { background-color: rgb(201,118,71); }
div.DivClassName
{
background-color: #C97647;
}
.BgClassName
{
background-color: #C97647;
}
</style>
border-color css
<style>
span { border-color: #C97647; }
span { border-color: rgb(201,118,71); }
td.TdClassName
{
border-color: #C97647;
}
.TagClassName
{
border-color: #C97647;
}
</style>