Shades of Red Damask #C7714D
Tints of Red Damask #C7714D
RGB
CMYK
RGB Variations
Color information
#C7714D (or 0xC7714D) is known color: Red Damask. HEX triplet: C7, 71 and 4D. RGB value is (199,113,77). Sum of RGB (Red+Green+Blue) = 199+113+77=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7714D is #388EB2. Grayscale: #868686. Windows color (decimal): -3706547 or 5075399. OLE color: 5075399.
HSL color Cylindrical-coordinate representation of color #C7714D: hue angle of 17.7º 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 #C7714D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 77 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.22 |
| HSL | 17.7º | 0.52% | 0.54% | - |
| HSV(B) | 17.7º | 0.61% | 0.78% | - |
| XYZ | 30.8 | 24.49 | 10.12 | - |
| YUV | 134.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 77 | 0 | 0.43 | 0.61 | 0.22 | 17.7 | 0.52 | 0.54 |
| Hex | C7 | 71 | 4D | 0 | 2B | 3D | 16 | 12 | 34 | 36 |
| Octal | 307 | 161 | 115 | 0 | 53 | 75 | 26 | 22 | 64 | 66 |
| Binary | 11000111 | 1110001 | 1001101 | 0 | 101011 | 111101 | 10110 | 10010 | 110100 | 110110 |
Color Harmonies of #C7714D
Complementary color
Monochromatic Colors of #C7714D
Black with #C7714D
Text Example
Text Example
White with #C7714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7714D; }
p { color: rgb(199,113,77); }
H1.HeaderClassName
{
color: #C7714D;
}
.AnyTagClassName
{
color: #C7714D;
}
</style>
background-color css
<style>
a { background-color: #C7714D; }
a { background-color: rgb(199,113,77); }
div.DivClassName
{
background-color: #C7714D;
}
.BgClassName
{
background-color: #C7714D;
}
</style>
border-color css
<style>
span { border-color: #C7714D; }
span { border-color: rgb(199,113,77); }
td.TdClassName
{
border-color: #C7714D;
}
.TagClassName
{
border-color: #C7714D;
}
</style>