Shades of Red Damask #C9734A
Tints of Red Damask #C9734A
RGB
CMYK
RGB Variations
Color information
#C9734A (or 0xC9734A) is known color: Red Damask. HEX triplet: C9, 73 and 4A. RGB value is (201,115,74). Sum of RGB (Red+Green+Blue) = 201+115+74=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9734A is #368CB5. Grayscale: #888888. Windows color (decimal): -3574966 or 4879305. OLE color: 4879305.
HSL color Cylindrical-coordinate representation of color #C9734A: hue angle of 19.37º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9734A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 74 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.21 |
| HSL | 19.37º | 0.54% | 0.54% | - |
| HSV(B) | 19.37º | 0.63% | 0.79% | - |
| XYZ | 31.45 | 25.17 | 9.68 | - |
| YUV | 136.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 74 | 0 | 0.43 | 0.63 | 0.21 | 19.37 | 0.54 | 0.54 |
| Hex | C9 | 73 | 4A | 0 | 2B | 3F | 15 | 13 | 36 | 36 |
| Octal | 311 | 163 | 112 | 0 | 53 | 77 | 25 | 23 | 66 | 66 |
| Binary | 11001001 | 1110011 | 1001010 | 0 | 101011 | 111111 | 10101 | 10011 | 110110 | 110110 |
Color Harmonies of #C9734A
Complementary color
Monochromatic Colors of #C9734A
Black with #C9734A
Text Example
Text Example
White with #C9734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9734A; }
p { color: rgb(201,115,74); }
H1.HeaderClassName
{
color: #C9734A;
}
.AnyTagClassName
{
color: #C9734A;
}
</style>
background-color css
<style>
a { background-color: #C9734A; }
a { background-color: rgb(201,115,74); }
div.DivClassName
{
background-color: #C9734A;
}
.BgClassName
{
background-color: #C9734A;
}
</style>
border-color css
<style>
span { border-color: #C9734A; }
span { border-color: rgb(201,115,74); }
td.TdClassName
{
border-color: #C9734A;
}
.TagClassName
{
border-color: #C9734A;
}
</style>