Shades of Red Damask #C8704B
Tints of Red Damask #C8704B
RGB
CMYK
RGB Variations
Color information
#C8704B (or 0xC8704B) is known color: Red Damask. HEX triplet: C8, 70 and 4B. RGB value is (200,112,75). Sum of RGB (Red+Green+Blue) = 200+112+75=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8704B is #378FB4. Grayscale: #868686. Windows color (decimal): -3641269 or 4944072. OLE color: 4944072.
HSL color Cylindrical-coordinate representation of color #C8704B: hue angle of 17.76º 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 #C8704B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 75 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.22 |
| HSL | 17.76º | 0.53% | 0.54% | - |
| HSV(B) | 17.76º | 0.63% | 0.78% | - |
| XYZ | 30.88 | 24.38 | 9.73 | - |
| YUV | 134.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 75 | 0 | 0.44 | 0.62 | 0.22 | 17.76 | 0.53 | 0.54 |
| Hex | C8 | 70 | 4B | 0 | 2C | 3E | 16 | 12 | 35 | 36 |
| Octal | 310 | 160 | 113 | 0 | 54 | 76 | 26 | 22 | 65 | 66 |
| Binary | 11001000 | 1110000 | 1001011 | 0 | 101100 | 111110 | 10110 | 10010 | 110101 | 110110 |
Color Harmonies of #C8704B
Complementary color
Monochromatic Colors of #C8704B
Black with #C8704B
Text Example
Text Example
White with #C8704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8704B; }
p { color: rgb(200,112,75); }
H1.HeaderClassName
{
color: #C8704B;
}
.AnyTagClassName
{
color: #C8704B;
}
</style>
background-color css
<style>
a { background-color: #C8704B; }
a { background-color: rgb(200,112,75); }
div.DivClassName
{
background-color: #C8704B;
}
.BgClassName
{
background-color: #C8704B;
}
</style>
border-color css
<style>
span { border-color: #C8704B; }
span { border-color: rgb(200,112,75); }
td.TdClassName
{
border-color: #C8704B;
}
.TagClassName
{
border-color: #C8704B;
}
</style>