Shades of Red Damask #C7794D
Tints of Red Damask #C7794D
RGB
CMYK
RGB Variations
Color information
#C7794D (or 0xC7794D) is known color: Red Damask. HEX triplet: C7, 79 and 4D. RGB value is (199,121,77). Sum of RGB (Red+Green+Blue) = 199+121+77=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7794D is #3886B2. Grayscale: #8B8B8B. Windows color (decimal): -3704499 or 5077447. OLE color: 5077447.
HSL color Cylindrical-coordinate representation of color #C7794D: hue angle of 21.64º 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 #C7794D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 77 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.22 |
| HSL | 21.64º | 0.52% | 0.54% | - |
| HSV(B) | 21.64º | 0.61% | 0.78% | - |
| XYZ | 31.73 | 26.35 | 10.44 | - |
| YUV | 139.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 77 | 0 | 0.39 | 0.61 | 0.22 | 21.64 | 0.52 | 0.54 |
| Hex | C7 | 79 | 4D | 0 | 27 | 3D | 16 | 16 | 34 | 36 |
| Octal | 307 | 171 | 115 | 0 | 47 | 75 | 26 | 26 | 64 | 66 |
| Binary | 11000111 | 1111001 | 1001101 | 0 | 100111 | 111101 | 10110 | 10110 | 110100 | 110110 |
Color Harmonies of #C7794D
Complementary color
Monochromatic Colors of #C7794D
Black with #C7794D
Text Example
Text Example
White with #C7794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7794D; }
p { color: rgb(199,121,77); }
H1.HeaderClassName
{
color: #C7794D;
}
.AnyTagClassName
{
color: #C7794D;
}
</style>
background-color css
<style>
a { background-color: #C7794D; }
a { background-color: rgb(199,121,77); }
div.DivClassName
{
background-color: #C7794D;
}
.BgClassName
{
background-color: #C7794D;
}
</style>
border-color css
<style>
span { border-color: #C7794D; }
span { border-color: rgb(199,121,77); }
td.TdClassName
{
border-color: #C7794D;
}
.TagClassName
{
border-color: #C7794D;
}
</style>