Shades of Red Damask #C8774E
Tints of Red Damask #C8774E
RGB
CMYK
RGB Variations
Color information
#C8774E (or 0xC8774E) is known color: Red Damask. HEX triplet: C8, 77 and 4E. RGB value is (200,119,78). Sum of RGB (Red+Green+Blue) = 200+119+78=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8774E is #3788B1. Grayscale: #8A8A8A. Windows color (decimal): -3639474 or 5142472. OLE color: 5142472.
HSL color Cylindrical-coordinate representation of color #C8774E: hue angle of 20.16º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8774E is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 78 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.22 |
| HSL | 20.16º | 0.53% | 0.55% | - |
| HSV(B) | 20.16º | 0.61% | 0.78% | - |
| XYZ | 31.79 | 26.02 | 10.56 | - |
| YUV | 138.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 78 | 0 | 0.40 | 0.61 | 0.22 | 20.16 | 0.53 | 0.55 |
| Hex | C8 | 77 | 4E | 0 | 28 | 3D | 16 | 14 | 35 | 37 |
| Octal | 310 | 167 | 116 | 0 | 50 | 75 | 26 | 24 | 65 | 67 |
| Binary | 11001000 | 1110111 | 1001110 | 0 | 101000 | 111101 | 10110 | 10100 | 110101 | 110111 |
Color Harmonies of #C8774E
Complementary color
Monochromatic Colors of #C8774E
Black with #C8774E
Text Example
Text Example
White with #C8774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8774E; }
p { color: rgb(200,119,78); }
H1.HeaderClassName
{
color: #C8774E;
}
.AnyTagClassName
{
color: #C8774E;
}
</style>
background-color css
<style>
a { background-color: #C8774E; }
a { background-color: rgb(200,119,78); }
div.DivClassName
{
background-color: #C8774E;
}
.BgClassName
{
background-color: #C8774E;
}
</style>
border-color css
<style>
span { border-color: #C8774E; }
span { border-color: rgb(200,119,78); }
td.TdClassName
{
border-color: #C8774E;
}
.TagClassName
{
border-color: #C8774E;
}
</style>