Shades of Red Damask #C8764F
Tints of Red Damask #C8764F
RGB
CMYK
RGB Variations
Color information
#C8764F (or 0xC8764F) is known color: Red Damask. HEX triplet: C8, 76 and 4F. RGB value is (200,118,79). Sum of RGB (Red+Green+Blue) = 200+118+79=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8764F is #3789B0. Grayscale: #8A8A8A. Windows color (decimal): -3639729 or 5207752. OLE color: 5207752.
HSL color Cylindrical-coordinate representation of color #C8764F: hue angle of 19.34º degrees, saturation: 0.52, 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 #C8764F is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 79 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.22 |
| HSL | 19.34º | 0.52% | 0.55% | - |
| HSV(B) | 19.34º | 0.61% | 0.78% | - |
| XYZ | 31.71 | 25.8 | 10.71 | - |
| YUV | 138.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 79 | 0 | 0.41 | 0.60 | 0.22 | 19.34 | 0.52 | 0.55 |
| Hex | C8 | 76 | 4F | 0 | 29 | 3C | 16 | 13 | 34 | 37 |
| Octal | 310 | 166 | 117 | 0 | 51 | 74 | 26 | 23 | 64 | 67 |
| Binary | 11001000 | 1110110 | 1001111 | 0 | 101001 | 111100 | 10110 | 10011 | 110100 | 110111 |
Color Harmonies of #C8764F
Complementary color
Monochromatic Colors of #C8764F
Black with #C8764F
Text Example
Text Example
White with #C8764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8764F; }
p { color: rgb(200,118,79); }
H1.HeaderClassName
{
color: #C8764F;
}
.AnyTagClassName
{
color: #C8764F;
}
</style>
background-color css
<style>
a { background-color: #C8764F; }
a { background-color: rgb(200,118,79); }
div.DivClassName
{
background-color: #C8764F;
}
.BgClassName
{
background-color: #C8764F;
}
</style>
border-color css
<style>
span { border-color: #C8764F; }
span { border-color: rgb(200,118,79); }
td.TdClassName
{
border-color: #C8764F;
}
.TagClassName
{
border-color: #C8764F;
}
</style>