Shades of Red Damask #C7704C
Tints of Red Damask #C7704C
RGB
CMYK
RGB Variations
Color information
#C7704C (or 0xC7704C) is known color: Red Damask. HEX triplet: C7, 70 and 4C. RGB value is (199,112,76). Sum of RGB (Red+Green+Blue) = 199+112+76=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7704C is #388FB3. Grayscale: #868686. Windows color (decimal): -3706804 or 5009607. OLE color: 5009607.
HSL color Cylindrical-coordinate representation of color #C7704C: hue angle of 17.56º degrees, saturation: 0.52, 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 #C7704C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 76 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.22 |
| HSL | 17.56º | 0.52% | 0.54% | - |
| HSV(B) | 17.56º | 0.62% | 0.78% | - |
| XYZ | 30.65 | 24.25 | 9.9 | - |
| YUV | 133.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 76 | 0 | 0.44 | 0.62 | 0.22 | 17.56 | 0.52 | 0.54 |
| Hex | C7 | 70 | 4C | 0 | 2C | 3E | 16 | 12 | 34 | 36 |
| Octal | 307 | 160 | 114 | 0 | 54 | 76 | 26 | 22 | 64 | 66 |
| Binary | 11000111 | 1110000 | 1001100 | 0 | 101100 | 111110 | 10110 | 10010 | 110100 | 110110 |
Color Harmonies of #C7704C
Complementary color
Monochromatic Colors of #C7704C
Black with #C7704C
Text Example
Text Example
White with #C7704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7704C; }
p { color: rgb(199,112,76); }
H1.HeaderClassName
{
color: #C7704C;
}
.AnyTagClassName
{
color: #C7704C;
}
</style>
background-color css
<style>
a { background-color: #C7704C; }
a { background-color: rgb(199,112,76); }
div.DivClassName
{
background-color: #C7704C;
}
.BgClassName
{
background-color: #C7704C;
}
</style>
border-color css
<style>
span { border-color: #C7704C; }
span { border-color: rgb(199,112,76); }
td.TdClassName
{
border-color: #C7704C;
}
.TagClassName
{
border-color: #C7704C;
}
</style>