Shades of Red Damask #C7704A
Tints of Red Damask #C7704A
RGB
CMYK
RGB Variations
Color information
#C7704A (or 0xC7704A) is known color: Red Damask. HEX triplet: C7, 70 and 4A. RGB value is (199,112,74). Sum of RGB (Red+Green+Blue) = 199+112+74=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7704A is #388FB5. Grayscale: #858585. Windows color (decimal): -3706806 or 4878535. OLE color: 4878535.
HSL color Cylindrical-coordinate representation of color #C7704A: hue angle of 18.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7704A is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 74 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.22 |
| HSL | 18.24º | 0.53% | 0.54% | - |
| HSV(B) | 18.24º | 0.63% | 0.78% | - |
| XYZ | 30.58 | 24.22 | 9.54 | - |
| YUV | 133.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 74 | 0 | 0.44 | 0.63 | 0.22 | 18.24 | 0.53 | 0.54 |
| Hex | C7 | 70 | 4A | 0 | 2C | 3F | 16 | 12 | 35 | 36 |
| Octal | 307 | 160 | 112 | 0 | 54 | 77 | 26 | 22 | 65 | 66 |
| Binary | 11000111 | 1110000 | 1001010 | 0 | 101100 | 111111 | 10110 | 10010 | 110101 | 110110 |
Color Harmonies of #C7704A
Complementary color
Monochromatic Colors of #C7704A
Black with #C7704A
Text Example
Text Example
White with #C7704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7704A; }
p { color: rgb(199,112,74); }
H1.HeaderClassName
{
color: #C7704A;
}
.AnyTagClassName
{
color: #C7704A;
}
</style>
background-color css
<style>
a { background-color: #C7704A; }
a { background-color: rgb(199,112,74); }
div.DivClassName
{
background-color: #C7704A;
}
.BgClassName
{
background-color: #C7704A;
}
</style>
border-color css
<style>
span { border-color: #C7704A; }
span { border-color: rgb(199,112,74); }
td.TdClassName
{
border-color: #C7704A;
}
.TagClassName
{
border-color: #C7704A;
}
</style>