Shades of Red Damask #C76D4E
Tints of Red Damask #C76D4E
RGB
CMYK
RGB Variations
Color information
#C76D4E (or 0xC76D4E) is known color: Red Damask. HEX triplet: C7, 6D and 4E. RGB value is (199,109,78). Sum of RGB (Red+Green+Blue) = 199+109+78=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D4E is #3892B1. Grayscale: #848484. Windows color (decimal): -3707570 or 5139911. OLE color: 5139911.
HSL color Cylindrical-coordinate representation of color #C76D4E: hue angle of 15.37º 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 #C76D4E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 78 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.22 |
| HSL | 15.37º | 0.52% | 0.54% | - |
| HSV(B) | 15.37º | 0.61% | 0.78% | - |
| XYZ | 30.4 | 23.63 | 10.17 | - |
| YUV | 132.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 78 | 0 | 0.45 | 0.61 | 0.22 | 15.37 | 0.52 | 0.54 |
| Hex | C7 | 6D | 4E | 0 | 2D | 3D | 16 | F | 34 | 36 |
| Octal | 307 | 155 | 116 | 0 | 55 | 75 | 26 | 17 | 64 | 66 |
| Binary | 11000111 | 1101101 | 1001110 | 0 | 101101 | 111101 | 10110 | 1111 | 110100 | 110110 |
Color Harmonies of #C76D4E
Complementary color
Monochromatic Colors of #C76D4E
Black with #C76D4E
Text Example
Text Example
White with #C76D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D4E; }
p { color: rgb(199,109,78); }
H1.HeaderClassName
{
color: #C76D4E;
}
.AnyTagClassName
{
color: #C76D4E;
}
</style>
background-color css
<style>
a { background-color: #C76D4E; }
a { background-color: rgb(199,109,78); }
div.DivClassName
{
background-color: #C76D4E;
}
.BgClassName
{
background-color: #C76D4E;
}
</style>
border-color css
<style>
span { border-color: #C76D4E; }
span { border-color: rgb(199,109,78); }
td.TdClassName
{
border-color: #C76D4E;
}
.TagClassName
{
border-color: #C76D4E;
}
</style>