Shades of Red Damask #C8794D
Tints of Red Damask #C8794D
RGB
CMYK
RGB Variations
Color information
#C8794D (or 0xC8794D) is known color: Red Damask. HEX triplet: C8, 79 and 4D. RGB value is (200,121,77). Sum of RGB (Red+Green+Blue) = 200+121+77=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8794D is #3786B2. Grayscale: #8B8B8B. Windows color (decimal): -3638963 or 5077448. OLE color: 5077448.
HSL color Cylindrical-coordinate representation of color #C8794D: hue angle of 21.46º degrees, saturation: 0.53, 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 #C8794D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 77 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.22 |
| HSL | 21.46º | 0.53% | 0.54% | - |
| HSV(B) | 21.46º | 0.62% | 0.78% | - |
| XYZ | 32 | 26.49 | 10.45 | - |
| YUV | 139.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 77 | 0 | 0.39 | 0.62 | 0.22 | 21.46 | 0.53 | 0.54 |
| Hex | C8 | 79 | 4D | 0 | 27 | 3E | 16 | 15 | 35 | 36 |
| Octal | 310 | 171 | 115 | 0 | 47 | 76 | 26 | 25 | 65 | 66 |
| Binary | 11001000 | 1111001 | 1001101 | 0 | 100111 | 111110 | 10110 | 10101 | 110101 | 110110 |
Color Harmonies of #C8794D
Complementary color
Monochromatic Colors of #C8794D
Black with #C8794D
Text Example
Text Example
White with #C8794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8794D; }
p { color: rgb(200,121,77); }
H1.HeaderClassName
{
color: #C8794D;
}
.AnyTagClassName
{
color: #C8794D;
}
</style>
background-color css
<style>
a { background-color: #C8794D; }
a { background-color: rgb(200,121,77); }
div.DivClassName
{
background-color: #C8794D;
}
.BgClassName
{
background-color: #C8794D;
}
</style>
border-color css
<style>
span { border-color: #C8794D; }
span { border-color: rgb(200,121,77); }
td.TdClassName
{
border-color: #C8794D;
}
.TagClassName
{
border-color: #C8794D;
}
</style>