Shades of Red Damask #C9774D
Tints of Red Damask #C9774D
RGB
CMYK
RGB Variations
Color information
#C9774D (or 0xC9774D) is known color: Red Damask. HEX triplet: C9, 77 and 4D. RGB value is (201,119,77). Sum of RGB (Red+Green+Blue) = 201+119+77=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9774D is #3688B2. Grayscale: #8A8A8A. Windows color (decimal): -3573939 or 5076937. OLE color: 5076937.
HSL color Cylindrical-coordinate representation of color #C9774D: hue angle of 20.32º 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 #C9774D is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 77 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.21 |
| HSL | 20.32º | 0.53% | 0.55% | - |
| HSV(B) | 20.32º | 0.62% | 0.79% | - |
| XYZ | 32.02 | 26.15 | 10.38 | - |
| YUV | 138.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 77 | 0 | 0.41 | 0.62 | 0.21 | 20.32 | 0.53 | 0.55 |
| Hex | C9 | 77 | 4D | 0 | 29 | 3E | 15 | 14 | 35 | 37 |
| Octal | 311 | 167 | 115 | 0 | 51 | 76 | 25 | 24 | 65 | 67 |
| Binary | 11001001 | 1110111 | 1001101 | 0 | 101001 | 111110 | 10101 | 10100 | 110101 | 110111 |
Color Harmonies of #C9774D
Complementary color
Monochromatic Colors of #C9774D
Black with #C9774D
Text Example
Text Example
White with #C9774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9774D; }
p { color: rgb(201,119,77); }
H1.HeaderClassName
{
color: #C9774D;
}
.AnyTagClassName
{
color: #C9774D;
}
</style>
background-color css
<style>
a { background-color: #C9774D; }
a { background-color: rgb(201,119,77); }
div.DivClassName
{
background-color: #C9774D;
}
.BgClassName
{
background-color: #C9774D;
}
</style>
border-color css
<style>
span { border-color: #C9774D; }
span { border-color: rgb(201,119,77); }
td.TdClassName
{
border-color: #C9774D;
}
.TagClassName
{
border-color: #C9774D;
}
</style>