Shades of Red Damask #C8764D
Tints of Red Damask #C8764D
RGB
CMYK
RGB Variations
Color information
#C8764D (or 0xC8764D) is known color: Red Damask. HEX triplet: C8, 76 and 4D. RGB value is (200,118,77). Sum of RGB (Red+Green+Blue) = 200+118+77=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8764D is #3789B2. Grayscale: #8A8A8A. Windows color (decimal): -3639731 or 5076680. OLE color: 5076680.
HSL color Cylindrical-coordinate representation of color #C8764D: hue angle of 20º 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 #C8764D is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 77 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.22 |
| HSL | 20º | 0.53% | 0.54% | - |
| HSV(B) | 20º | 0.62% | 0.78% | - |
| XYZ | 31.64 | 25.77 | 10.33 | - |
| YUV | 137.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 77 | 0 | 0.41 | 0.62 | 0.22 | 20 | 0.53 | 0.54 |
| Hex | C8 | 76 | 4D | 0 | 29 | 3E | 16 | 14 | 35 | 36 |
| Octal | 310 | 166 | 115 | 0 | 51 | 76 | 26 | 24 | 65 | 66 |
| Binary | 11001000 | 1110110 | 1001101 | 0 | 101001 | 111110 | 10110 | 10100 | 110101 | 110110 |
Color Harmonies of #C8764D
Complementary color
Monochromatic Colors of #C8764D
Black with #C8764D
Text Example
Text Example
White with #C8764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8764D; }
p { color: rgb(200,118,77); }
H1.HeaderClassName
{
color: #C8764D;
}
.AnyTagClassName
{
color: #C8764D;
}
</style>
background-color css
<style>
a { background-color: #C8764D; }
a { background-color: rgb(200,118,77); }
div.DivClassName
{
background-color: #C8764D;
}
.BgClassName
{
background-color: #C8764D;
}
</style>
border-color css
<style>
span { border-color: #C8764D; }
span { border-color: rgb(200,118,77); }
td.TdClassName
{
border-color: #C8764D;
}
.TagClassName
{
border-color: #C8764D;
}
</style>