Shades of Red Damask #C9734D
Tints of Red Damask #C9734D
RGB
CMYK
RGB Variations
Color information
#C9734D (or 0xC9734D) is known color: Red Damask. HEX triplet: C9, 73 and 4D. RGB value is (201,115,77). Sum of RGB (Red+Green+Blue) = 201+115+77=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9734D is #368CB2. Grayscale: #888888. Windows color (decimal): -3574963 or 5075913. OLE color: 5075913.
HSL color Cylindrical-coordinate representation of color #C9734D: hue angle of 18.39º 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 #C9734D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 77 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.21 |
| HSL | 18.39º | 0.53% | 0.55% | - |
| HSV(B) | 18.39º | 0.62% | 0.79% | - |
| XYZ | 31.56 | 25.21 | 10.22 | - |
| YUV | 136.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 77 | 0 | 0.43 | 0.62 | 0.21 | 18.39 | 0.53 | 0.55 |
| Hex | C9 | 73 | 4D | 0 | 2B | 3E | 15 | 12 | 35 | 37 |
| Octal | 311 | 163 | 115 | 0 | 53 | 76 | 25 | 22 | 65 | 67 |
| Binary | 11001001 | 1110011 | 1001101 | 0 | 101011 | 111110 | 10101 | 10010 | 110101 | 110111 |
Color Harmonies of #C9734D
Complementary color
Monochromatic Colors of #C9734D
Black with #C9734D
Text Example
Text Example
White with #C9734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9734D; }
p { color: rgb(201,115,77); }
H1.HeaderClassName
{
color: #C9734D;
}
.AnyTagClassName
{
color: #C9734D;
}
</style>
background-color css
<style>
a { background-color: #C9734D; }
a { background-color: rgb(201,115,77); }
div.DivClassName
{
background-color: #C9734D;
}
.BgClassName
{
background-color: #C9734D;
}
</style>
border-color css
<style>
span { border-color: #C9734D; }
span { border-color: rgb(201,115,77); }
td.TdClassName
{
border-color: #C9734D;
}
.TagClassName
{
border-color: #C9734D;
}
</style>