Shades of Red Damask #C76D51
Tints of Red Damask #C76D51
RGB
CMYK
RGB Variations
Color information
#C76D51 (or 0xC76D51) is known color: Red Damask. HEX triplet: C7, 6D and 51. RGB value is (199,109,81). Sum of RGB (Red+Green+Blue) = 199+109+81=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D51 is #3892AE. Grayscale: #848484. Windows color (decimal): -3707567 or 5336519. OLE color: 5336519.
HSL color Cylindrical-coordinate representation of color #C76D51: hue angle of 14.24º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C76D51 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 81 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.22 |
| HSL | 14.24º | 0.51% | 0.55% | - |
| HSV(B) | 14.24º | 0.59% | 0.78% | - |
| XYZ | 30.51 | 23.67 | 10.75 | - |
| YUV | 132.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 81 | 0 | 0.45 | 0.59 | 0.22 | 14.24 | 0.51 | 0.55 |
| Hex | C7 | 6D | 51 | 0 | 2D | 3B | 16 | E | 33 | 37 |
| Octal | 307 | 155 | 121 | 0 | 55 | 73 | 26 | 16 | 63 | 67 |
| Binary | 11000111 | 1101101 | 1010001 | 0 | 101101 | 111011 | 10110 | 1110 | 110011 | 110111 |
Color Harmonies of #C76D51
Complementary color
Monochromatic Colors of #C76D51
Black with #C76D51
Text Example
Text Example
White with #C76D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D51; }
p { color: rgb(199,109,81); }
H1.HeaderClassName
{
color: #C76D51;
}
.AnyTagClassName
{
color: #C76D51;
}
</style>
background-color css
<style>
a { background-color: #C76D51; }
a { background-color: rgb(199,109,81); }
div.DivClassName
{
background-color: #C76D51;
}
.BgClassName
{
background-color: #C76D51;
}
</style>
border-color css
<style>
span { border-color: #C76D51; }
span { border-color: rgb(199,109,81); }
td.TdClassName
{
border-color: #C76D51;
}
.TagClassName
{
border-color: #C76D51;
}
</style>