Shades of Red Damask #C8704D
Tints of Red Damask #C8704D
RGB
CMYK
RGB Variations
Color information
#C8704D (or 0xC8704D) is known color: Red Damask. HEX triplet: C8, 70 and 4D. RGB value is (200,112,77). Sum of RGB (Red+Green+Blue) = 200+112+77=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8704D is #378FB2. Grayscale: #868686. Windows color (decimal): -3641267 or 5075144. OLE color: 5075144.
HSL color Cylindrical-coordinate representation of color #C8704D: hue angle of 17.07º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8704D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 77 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.22 |
| HSL | 17.07º | 0.53% | 0.54% | - |
| HSV(B) | 17.07º | 0.62% | 0.78% | - |
| XYZ | 30.95 | 24.4 | 10.1 | - |
| YUV | 134.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 77 | 0 | 0.44 | 0.62 | 0.22 | 17.07 | 0.53 | 0.54 |
| Hex | C8 | 70 | 4D | 0 | 2C | 3E | 16 | 11 | 35 | 36 |
| Octal | 310 | 160 | 115 | 0 | 54 | 76 | 26 | 21 | 65 | 66 |
| Binary | 11001000 | 1110000 | 1001101 | 0 | 101100 | 111110 | 10110 | 10001 | 110101 | 110110 |
Color Harmonies of #C8704D
Complementary color
Monochromatic Colors of #C8704D
Black with #C8704D
Text Example
Text Example
White with #C8704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8704D; }
p { color: rgb(200,112,77); }
H1.HeaderClassName
{
color: #C8704D;
}
.AnyTagClassName
{
color: #C8704D;
}
</style>
background-color css
<style>
a { background-color: #C8704D; }
a { background-color: rgb(200,112,77); }
div.DivClassName
{
background-color: #C8704D;
}
.BgClassName
{
background-color: #C8704D;
}
</style>
border-color css
<style>
span { border-color: #C8704D; }
span { border-color: rgb(200,112,77); }
td.TdClassName
{
border-color: #C8704D;
}
.TagClassName
{
border-color: #C8704D;
}
</style>