Shades of Red Damask #C9784F
Tints of Red Damask #C9784F
RGB
CMYK
RGB Variations
Color information
#C9784F (or 0xC9784F) is known color: Red Damask. HEX triplet: C9, 78 and 4F. RGB value is (201,120,79). Sum of RGB (Red+Green+Blue) = 201+120+79=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9784F is #3687B0. Grayscale: #8B8B8B. Windows color (decimal): -3573681 or 5208265. OLE color: 5208265.
HSL color Cylindrical-coordinate representation of color #C9784F: hue angle of 20.16º 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 #C9784F is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 79 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.21 |
| HSL | 20.16º | 0.53% | 0.55% | - |
| HSV(B) | 20.16º | 0.61% | 0.79% | - |
| XYZ | 32.22 | 26.41 | 10.8 | - |
| YUV | 139.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 79 | 0 | 0.40 | 0.61 | 0.21 | 20.16 | 0.53 | 0.55 |
| Hex | C9 | 78 | 4F | 0 | 28 | 3D | 15 | 14 | 35 | 37 |
| Octal | 311 | 170 | 117 | 0 | 50 | 75 | 25 | 24 | 65 | 67 |
| Binary | 11001001 | 1111000 | 1001111 | 0 | 101000 | 111101 | 10101 | 10100 | 110101 | 110111 |
Color Harmonies of #C9784F
Complementary color
Monochromatic Colors of #C9784F
Black with #C9784F
Text Example
Text Example
White with #C9784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9784F; }
p { color: rgb(201,120,79); }
H1.HeaderClassName
{
color: #C9784F;
}
.AnyTagClassName
{
color: #C9784F;
}
</style>
background-color css
<style>
a { background-color: #C9784F; }
a { background-color: rgb(201,120,79); }
div.DivClassName
{
background-color: #C9784F;
}
.BgClassName
{
background-color: #C9784F;
}
</style>
border-color css
<style>
span { border-color: #C9784F; }
span { border-color: rgb(201,120,79); }
td.TdClassName
{
border-color: #C9784F;
}
.TagClassName
{
border-color: #C9784F;
}
</style>