Shades of Red Damask #C7704E
Tints of Red Damask #C7704E
RGB
CMYK
RGB Variations
Color information
#C7704E (or 0xC7704E) is known color: Red Damask. HEX triplet: C7, 70 and 4E. RGB value is (199,112,78). Sum of RGB (Red+Green+Blue) = 199+112+78=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7704E is #388FB1. Grayscale: #868686. Windows color (decimal): -3706802 or 5140679. OLE color: 5140679.
HSL color Cylindrical-coordinate representation of color #C7704E: hue angle of 16.86º 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 #C7704E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 78 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.22 |
| HSL | 16.86º | 0.52% | 0.54% | - |
| HSV(B) | 16.86º | 0.61% | 0.78% | - |
| XYZ | 30.72 | 24.28 | 10.28 | - |
| YUV | 134.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 78 | 0 | 0.44 | 0.61 | 0.22 | 16.86 | 0.52 | 0.54 |
| Hex | C7 | 70 | 4E | 0 | 2C | 3D | 16 | 11 | 34 | 36 |
| Octal | 307 | 160 | 116 | 0 | 54 | 75 | 26 | 21 | 64 | 66 |
| Binary | 11000111 | 1110000 | 1001110 | 0 | 101100 | 111101 | 10110 | 10001 | 110100 | 110110 |
Color Harmonies of #C7704E
Complementary color
Monochromatic Colors of #C7704E
Black with #C7704E
Text Example
Text Example
White with #C7704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7704E; }
p { color: rgb(199,112,78); }
H1.HeaderClassName
{
color: #C7704E;
}
.AnyTagClassName
{
color: #C7704E;
}
</style>
background-color css
<style>
a { background-color: #C7704E; }
a { background-color: rgb(199,112,78); }
div.DivClassName
{
background-color: #C7704E;
}
.BgClassName
{
background-color: #C7704E;
}
</style>
border-color css
<style>
span { border-color: #C7704E; }
span { border-color: rgb(199,112,78); }
td.TdClassName
{
border-color: #C7704E;
}
.TagClassName
{
border-color: #C7704E;
}
</style>