Shades of Red Damask #C76C49
Tints of Red Damask #C76C49
RGB
CMYK
RGB Variations
Color information
#C76C49 (or 0xC76C49) is known color: Red Damask. HEX triplet: C7, 6C and 49. RGB value is (199,108,73). Sum of RGB (Red+Green+Blue) = 199+108+73=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C49 is #3893B6. Grayscale: #838383. Windows color (decimal): -3707831 or 4811975. OLE color: 4811975.
HSL color Cylindrical-coordinate representation of color #C76C49: hue angle of 16.67º 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 #C76C49 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 73 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.22 |
| HSL | 16.67º | 0.53% | 0.53% | - |
| HSV(B) | 16.67º | 0.63% | 0.78% | - |
| XYZ | 30.12 | 23.35 | 9.22 | - |
| YUV | 131.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 73 | 0 | 0.46 | 0.63 | 0.22 | 16.67 | 0.53 | 0.53 |
| Hex | C7 | 6C | 49 | 0 | 2E | 3F | 16 | 11 | 35 | 35 |
| Octal | 307 | 154 | 111 | 0 | 56 | 77 | 26 | 21 | 65 | 65 |
| Binary | 11000111 | 1101100 | 1001001 | 0 | 101110 | 111111 | 10110 | 10001 | 110101 | 110101 |
Color Harmonies of #C76C49
Complementary color
Monochromatic Colors of #C76C49
Black with #C76C49
Text Example
Text Example
White with #C76C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C49; }
p { color: rgb(199,108,73); }
H1.HeaderClassName
{
color: #C76C49;
}
.AnyTagClassName
{
color: #C76C49;
}
</style>
background-color css
<style>
a { background-color: #C76C49; }
a { background-color: rgb(199,108,73); }
div.DivClassName
{
background-color: #C76C49;
}
.BgClassName
{
background-color: #C76C49;
}
</style>
border-color css
<style>
span { border-color: #C76C49; }
span { border-color: rgb(199,108,73); }
td.TdClassName
{
border-color: #C76C49;
}
.TagClassName
{
border-color: #C76C49;
}
</style>