Shades of Red Damask #C9784E
Tints of Red Damask #C9784E
RGB
CMYK
RGB Variations
Color information
#C9784E (or 0xC9784E) is known color: Red Damask. HEX triplet: C9, 78 and 4E. RGB value is (201,120,78). Sum of RGB (Red+Green+Blue) = 201+120+78=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9784E is #3687B1. Grayscale: #8B8B8B. Windows color (decimal): -3573682 or 5142729. OLE color: 5142729.
HSL color Cylindrical-coordinate representation of color #C9784E: hue angle of 20.49º 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 #C9784E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 78 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.21 |
| HSL | 20.49º | 0.53% | 0.55% | - |
| HSV(B) | 20.49º | 0.61% | 0.79% | - |
| XYZ | 32.18 | 26.4 | 10.61 | - |
| YUV | 139.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 78 | 0 | 0.40 | 0.61 | 0.21 | 20.49 | 0.53 | 0.55 |
| Hex | C9 | 78 | 4E | 0 | 28 | 3D | 15 | 14 | 35 | 37 |
| Octal | 311 | 170 | 116 | 0 | 50 | 75 | 25 | 24 | 65 | 67 |
| Binary | 11001001 | 1111000 | 1001110 | 0 | 101000 | 111101 | 10101 | 10100 | 110101 | 110111 |
Color Harmonies of #C9784E
Complementary color
Monochromatic Colors of #C9784E
Black with #C9784E
Text Example
Text Example
White with #C9784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9784E; }
p { color: rgb(201,120,78); }
H1.HeaderClassName
{
color: #C9784E;
}
.AnyTagClassName
{
color: #C9784E;
}
</style>
background-color css
<style>
a { background-color: #C9784E; }
a { background-color: rgb(201,120,78); }
div.DivClassName
{
background-color: #C9784E;
}
.BgClassName
{
background-color: #C9784E;
}
</style>
border-color css
<style>
span { border-color: #C9784E; }
span { border-color: rgb(201,120,78); }
td.TdClassName
{
border-color: #C9784E;
}
.TagClassName
{
border-color: #C9784E;
}
</style>