Shades of Red Damask #C9784D
Tints of Red Damask #C9784D
RGB
CMYK
RGB Variations
Color information
#C9784D (or 0xC9784D) is known color: Red Damask. HEX triplet: C9, 78 and 4D. RGB value is (201,120,77). Sum of RGB (Red+Green+Blue) = 201+120+77=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9784D is #3687B2. Grayscale: #8B8B8B. Windows color (decimal): -3573683 or 5077193. OLE color: 5077193.
HSL color Cylindrical-coordinate representation of color #C9784D: hue angle of 20.81º 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 #C9784D is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 77 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.21 |
| HSL | 20.81º | 0.53% | 0.55% | - |
| HSV(B) | 20.81º | 0.62% | 0.79% | - |
| XYZ | 32.14 | 26.39 | 10.42 | - |
| YUV | 139.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 77 | 0 | 0.40 | 0.62 | 0.21 | 20.81 | 0.53 | 0.55 |
| Hex | C9 | 78 | 4D | 0 | 28 | 3E | 15 | 15 | 35 | 37 |
| Octal | 311 | 170 | 115 | 0 | 50 | 76 | 25 | 25 | 65 | 67 |
| Binary | 11001001 | 1111000 | 1001101 | 0 | 101000 | 111110 | 10101 | 10101 | 110101 | 110111 |
Color Harmonies of #C9784D
Complementary color
Monochromatic Colors of #C9784D
Black with #C9784D
Text Example
Text Example
White with #C9784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9784D; }
p { color: rgb(201,120,77); }
H1.HeaderClassName
{
color: #C9784D;
}
.AnyTagClassName
{
color: #C9784D;
}
</style>
background-color css
<style>
a { background-color: #C9784D; }
a { background-color: rgb(201,120,77); }
div.DivClassName
{
background-color: #C9784D;
}
.BgClassName
{
background-color: #C9784D;
}
</style>
border-color css
<style>
span { border-color: #C9784D; }
span { border-color: rgb(201,120,77); }
td.TdClassName
{
border-color: #C9784D;
}
.TagClassName
{
border-color: #C9784D;
}
</style>