Shades of Red Damask #C9734C
Tints of Red Damask #C9734C
RGB
CMYK
RGB Variations
Color information
#C9734C (or 0xC9734C) is known color: Red Damask. HEX triplet: C9, 73 and 4C. RGB value is (201,115,76). Sum of RGB (Red+Green+Blue) = 201+115+76=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9734C is #368CB3. Grayscale: #888888. Windows color (decimal): -3574964 or 5010377. OLE color: 5010377.
HSL color Cylindrical-coordinate representation of color #C9734C: hue angle of 18.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9734C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 76 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.21 |
| HSL | 18.72º | 0.54% | 0.54% | - |
| HSV(B) | 18.72º | 0.62% | 0.79% | - |
| XYZ | 31.52 | 25.2 | 10.04 | - |
| YUV | 136.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 76 | 0 | 0.43 | 0.62 | 0.21 | 18.72 | 0.54 | 0.54 |
| Hex | C9 | 73 | 4C | 0 | 2B | 3E | 15 | 13 | 36 | 36 |
| Octal | 311 | 163 | 114 | 0 | 53 | 76 | 25 | 23 | 66 | 66 |
| Binary | 11001001 | 1110011 | 1001100 | 0 | 101011 | 111110 | 10101 | 10011 | 110110 | 110110 |
Color Harmonies of #C9734C
Complementary color
Monochromatic Colors of #C9734C
Black with #C9734C
Text Example
Text Example
White with #C9734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9734C; }
p { color: rgb(201,115,76); }
H1.HeaderClassName
{
color: #C9734C;
}
.AnyTagClassName
{
color: #C9734C;
}
</style>
background-color css
<style>
a { background-color: #C9734C; }
a { background-color: rgb(201,115,76); }
div.DivClassName
{
background-color: #C9734C;
}
.BgClassName
{
background-color: #C9734C;
}
</style>
border-color css
<style>
span { border-color: #C9734C; }
span { border-color: rgb(201,115,76); }
td.TdClassName
{
border-color: #C9734C;
}
.TagClassName
{
border-color: #C9734C;
}
</style>