Shades of Red Damask #C9724E
Tints of Red Damask #C9724E
RGB
CMYK
RGB Variations
Color information
#C9724E (or 0xC9724E) is known color: Red Damask. HEX triplet: C9, 72 and 4E. RGB value is (201,114,78). Sum of RGB (Red+Green+Blue) = 201+114+78=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9724E is #368DB1. Grayscale: #888888. Windows color (decimal): -3575218 or 5141193. OLE color: 5141193.
HSL color Cylindrical-coordinate representation of color #C9724E: hue angle of 17.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9724E is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 78 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.21 |
| HSL | 17.56º | 0.53% | 0.55% | - |
| HSV(B) | 17.56º | 0.61% | 0.79% | - |
| XYZ | 31.48 | 25 | 10.37 | - |
| YUV | 135.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 78 | 0 | 0.43 | 0.61 | 0.21 | 17.56 | 0.53 | 0.55 |
| Hex | C9 | 72 | 4E | 0 | 2B | 3D | 15 | 12 | 35 | 37 |
| Octal | 311 | 162 | 116 | 0 | 53 | 75 | 25 | 22 | 65 | 67 |
| Binary | 11001001 | 1110010 | 1001110 | 0 | 101011 | 111101 | 10101 | 10010 | 110101 | 110111 |
Color Harmonies of #C9724E
Complementary color
Monochromatic Colors of #C9724E
Black with #C9724E
Text Example
Text Example
White with #C9724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9724E; }
p { color: rgb(201,114,78); }
H1.HeaderClassName
{
color: #C9724E;
}
.AnyTagClassName
{
color: #C9724E;
}
</style>
background-color css
<style>
a { background-color: #C9724E; }
a { background-color: rgb(201,114,78); }
div.DivClassName
{
background-color: #C9724E;
}
.BgClassName
{
background-color: #C9724E;
}
</style>
border-color css
<style>
span { border-color: #C9724E; }
span { border-color: rgb(201,114,78); }
td.TdClassName
{
border-color: #C9724E;
}
.TagClassName
{
border-color: #C9724E;
}
</style>