Shades of Red Damask #C7744D
Tints of Red Damask #C7744D
RGB
CMYK
RGB Variations
Color information
#C7744D (or 0xC7744D) is known color: Red Damask. HEX triplet: C7, 74 and 4D. RGB value is (199,116,77). Sum of RGB (Red+Green+Blue) = 199+116+77=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7744D is #388BB2. Grayscale: #888888. Windows color (decimal): -3705779 or 5076167. OLE color: 5076167.
HSL color Cylindrical-coordinate representation of color #C7744D: hue angle of 19.18º 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 #C7744D is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 77 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.22 |
| HSL | 19.18º | 0.52% | 0.54% | - |
| HSV(B) | 19.18º | 0.61% | 0.78% | - |
| XYZ | 31.14 | 25.17 | 10.24 | - |
| YUV | 136.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 77 | 0 | 0.42 | 0.61 | 0.22 | 19.18 | 0.52 | 0.54 |
| Hex | C7 | 74 | 4D | 0 | 2A | 3D | 16 | 13 | 34 | 36 |
| Octal | 307 | 164 | 115 | 0 | 52 | 75 | 26 | 23 | 64 | 66 |
| Binary | 11000111 | 1110100 | 1001101 | 0 | 101010 | 111101 | 10110 | 10011 | 110100 | 110110 |
Color Harmonies of #C7744D
Complementary color
Monochromatic Colors of #C7744D
Black with #C7744D
Text Example
Text Example
White with #C7744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7744D; }
p { color: rgb(199,116,77); }
H1.HeaderClassName
{
color: #C7744D;
}
.AnyTagClassName
{
color: #C7744D;
}
</style>
background-color css
<style>
a { background-color: #C7744D; }
a { background-color: rgb(199,116,77); }
div.DivClassName
{
background-color: #C7744D;
}
.BgClassName
{
background-color: #C7744D;
}
</style>
border-color css
<style>
span { border-color: #C7744D; }
span { border-color: rgb(199,116,77); }
td.TdClassName
{
border-color: #C7744D;
}
.TagClassName
{
border-color: #C7744D;
}
</style>