Shades of Red Damask #C76F49
Tints of Red Damask #C76F49
RGB
CMYK
RGB Variations
Color information
#C76F49 (or 0xC76F49) is known color: Red Damask. HEX triplet: C7, 6F and 49. RGB value is (199,111,73). Sum of RGB (Red+Green+Blue) = 199+111+73=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F49 is #3890B6. Grayscale: #858585. Windows color (decimal): -3707063 or 4812743. OLE color: 4812743.
HSL color Cylindrical-coordinate representation of color #C76F49: hue angle of 18.1º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C76F49 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 73 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.22 |
| HSL | 18.1º | 0.53% | 0.53% | - |
| HSV(B) | 18.1º | 0.63% | 0.78% | - |
| XYZ | 30.44 | 23.99 | 9.33 | - |
| YUV | 132.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 73 | 0 | 0.44 | 0.63 | 0.22 | 18.1 | 0.53 | 0.53 |
| Hex | C7 | 6F | 49 | 0 | 2C | 3F | 16 | 12 | 35 | 35 |
| Octal | 307 | 157 | 111 | 0 | 54 | 77 | 26 | 22 | 65 | 65 |
| Binary | 11000111 | 1101111 | 1001001 | 0 | 101100 | 111111 | 10110 | 10010 | 110101 | 110101 |
Color Harmonies of #C76F49
Complementary color
Monochromatic Colors of #C76F49
Black with #C76F49
Text Example
Text Example
White with #C76F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F49; }
p { color: rgb(199,111,73); }
H1.HeaderClassName
{
color: #C76F49;
}
.AnyTagClassName
{
color: #C76F49;
}
</style>
background-color css
<style>
a { background-color: #C76F49; }
a { background-color: rgb(199,111,73); }
div.DivClassName
{
background-color: #C76F49;
}
.BgClassName
{
background-color: #C76F49;
}
</style>
border-color css
<style>
span { border-color: #C76F49; }
span { border-color: rgb(199,111,73); }
td.TdClassName
{
border-color: #C76F49;
}
.TagClassName
{
border-color: #C76F49;
}
</style>