Shades of Red Damask #C7704D
Tints of Red Damask #C7704D
RGB
CMYK
RGB Variations
Color information
#C7704D (or 0xC7704D) is known color: Red Damask. HEX triplet: C7, 70 and 4D. RGB value is (199,112,77). Sum of RGB (Red+Green+Blue) = 199+112+77=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7704D is #388FB2. Grayscale: #868686. Windows color (decimal): -3706803 or 5075143. OLE color: 5075143.
HSL color Cylindrical-coordinate representation of color #C7704D: hue angle of 17.21º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7704D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 77 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.22 |
| HSL | 17.21º | 0.52% | 0.54% | - |
| HSV(B) | 17.21º | 0.61% | 0.78% | - |
| XYZ | 30.69 | 24.27 | 10.09 | - |
| YUV | 134.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 77 | 0 | 0.44 | 0.61 | 0.22 | 17.21 | 0.52 | 0.54 |
| Hex | C7 | 70 | 4D | 0 | 2C | 3D | 16 | 11 | 34 | 36 |
| Octal | 307 | 160 | 115 | 0 | 54 | 75 | 26 | 21 | 64 | 66 |
| Binary | 11000111 | 1110000 | 1001101 | 0 | 101100 | 111101 | 10110 | 10001 | 110100 | 110110 |
Color Harmonies of #C7704D
Complementary color
Monochromatic Colors of #C7704D
Black with #C7704D
Text Example
Text Example
White with #C7704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7704D; }
p { color: rgb(199,112,77); }
H1.HeaderClassName
{
color: #C7704D;
}
.AnyTagClassName
{
color: #C7704D;
}
</style>
background-color css
<style>
a { background-color: #C7704D; }
a { background-color: rgb(199,112,77); }
div.DivClassName
{
background-color: #C7704D;
}
.BgClassName
{
background-color: #C7704D;
}
</style>
border-color css
<style>
span { border-color: #C7704D; }
span { border-color: rgb(199,112,77); }
td.TdClassName
{
border-color: #C7704D;
}
.TagClassName
{
border-color: #C7704D;
}
</style>