Shades of Red Damask #C76E4E
Tints of Red Damask #C76E4E
RGB
CMYK
RGB Variations
Color information
#C76E4E (or 0xC76E4E) is known color: Red Damask. HEX triplet: C7, 6E and 4E. RGB value is (199,110,78). Sum of RGB (Red+Green+Blue) = 199+110+78=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E4E is #3891B1. Grayscale: #858585. Windows color (decimal): -3707314 or 5140167. OLE color: 5140167.
HSL color Cylindrical-coordinate representation of color #C76E4E: hue angle of 15.87º 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 #C76E4E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 78 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.22 |
| HSL | 15.87º | 0.52% | 0.54% | - |
| HSV(B) | 15.87º | 0.61% | 0.78% | - |
| XYZ | 30.5 | 23.84 | 10.2 | - |
| YUV | 132.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 78 | 0 | 0.45 | 0.61 | 0.22 | 15.87 | 0.52 | 0.54 |
| Hex | C7 | 6E | 4E | 0 | 2D | 3D | 16 | 10 | 34 | 36 |
| Octal | 307 | 156 | 116 | 0 | 55 | 75 | 26 | 20 | 64 | 66 |
| Binary | 11000111 | 1101110 | 1001110 | 0 | 101101 | 111101 | 10110 | 10000 | 110100 | 110110 |
Color Harmonies of #C76E4E
Complementary color
Monochromatic Colors of #C76E4E
Black with #C76E4E
Text Example
Text Example
White with #C76E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E4E; }
p { color: rgb(199,110,78); }
H1.HeaderClassName
{
color: #C76E4E;
}
.AnyTagClassName
{
color: #C76E4E;
}
</style>
background-color css
<style>
a { background-color: #C76E4E; }
a { background-color: rgb(199,110,78); }
div.DivClassName
{
background-color: #C76E4E;
}
.BgClassName
{
background-color: #C76E4E;
}
</style>
border-color css
<style>
span { border-color: #C76E4E; }
span { border-color: rgb(199,110,78); }
td.TdClassName
{
border-color: #C76E4E;
}
.TagClassName
{
border-color: #C76E4E;
}
</style>