Shades of Red Damask #C9714D
Tints of Red Damask #C9714D
RGB
CMYK
RGB Variations
Color information
#C9714D (or 0xC9714D) is known color: Red Damask. HEX triplet: C9, 71 and 4D. RGB value is (201,113,77). Sum of RGB (Red+Green+Blue) = 201+113+77=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9714D is #368EB2. Grayscale: #878787. Windows color (decimal): -3575475 or 5075401. OLE color: 5075401.
HSL color Cylindrical-coordinate representation of color #C9714D: hue angle of 17.42º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9714D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 77 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.21 |
| HSL | 17.42º | 0.53% | 0.55% | - |
| HSV(B) | 17.42º | 0.62% | 0.79% | - |
| XYZ | 31.33 | 24.76 | 10.15 | - |
| YUV | 135.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 77 | 0 | 0.44 | 0.62 | 0.21 | 17.42 | 0.53 | 0.55 |
| Hex | C9 | 71 | 4D | 0 | 2C | 3E | 15 | 11 | 35 | 37 |
| Octal | 311 | 161 | 115 | 0 | 54 | 76 | 25 | 21 | 65 | 67 |
| Binary | 11001001 | 1110001 | 1001101 | 0 | 101100 | 111110 | 10101 | 10001 | 110101 | 110111 |
Color Harmonies of #C9714D
Complementary color
Monochromatic Colors of #C9714D
Black with #C9714D
Text Example
Text Example
White with #C9714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9714D; }
p { color: rgb(201,113,77); }
H1.HeaderClassName
{
color: #C9714D;
}
.AnyTagClassName
{
color: #C9714D;
}
</style>
background-color css
<style>
a { background-color: #C9714D; }
a { background-color: rgb(201,113,77); }
div.DivClassName
{
background-color: #C9714D;
}
.BgClassName
{
background-color: #C9714D;
}
</style>
border-color css
<style>
span { border-color: #C9714D; }
span { border-color: rgb(201,113,77); }
td.TdClassName
{
border-color: #C9714D;
}
.TagClassName
{
border-color: #C9714D;
}
</style>