Shades of Red Damask #C9784C
Tints of Red Damask #C9784C
RGB
CMYK
RGB Variations
Color information
#C9784C (or 0xC9784C) is known color: Red Damask. HEX triplet: C9, 78 and 4C. RGB value is (201,120,76). Sum of RGB (Red+Green+Blue) = 201+120+76=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9784C is #3687B3. Grayscale: #8B8B8B. Windows color (decimal): -3573684 or 5011657. OLE color: 5011657.
HSL color Cylindrical-coordinate representation of color #C9784C: hue angle of 21.12º 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 #C9784C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 76 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.21 |
| HSL | 21.12º | 0.54% | 0.54% | - |
| HSV(B) | 21.12º | 0.62% | 0.79% | - |
| XYZ | 32.11 | 26.37 | 10.24 | - |
| YUV | 139.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 76 | 0 | 0.40 | 0.62 | 0.21 | 21.12 | 0.54 | 0.54 |
| Hex | C9 | 78 | 4C | 0 | 28 | 3E | 15 | 15 | 36 | 36 |
| Octal | 311 | 170 | 114 | 0 | 50 | 76 | 25 | 25 | 66 | 66 |
| Binary | 11001001 | 1111000 | 1001100 | 0 | 101000 | 111110 | 10101 | 10101 | 110110 | 110110 |
Color Harmonies of #C9784C
Complementary color
Monochromatic Colors of #C9784C
Black with #C9784C
Text Example
Text Example
White with #C9784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9784C; }
p { color: rgb(201,120,76); }
H1.HeaderClassName
{
color: #C9784C;
}
.AnyTagClassName
{
color: #C9784C;
}
</style>
background-color css
<style>
a { background-color: #C9784C; }
a { background-color: rgb(201,120,76); }
div.DivClassName
{
background-color: #C9784C;
}
.BgClassName
{
background-color: #C9784C;
}
</style>
border-color css
<style>
span { border-color: #C9784C; }
span { border-color: rgb(201,120,76); }
td.TdClassName
{
border-color: #C9784C;
}
.TagClassName
{
border-color: #C9784C;
}
</style>