Shades of Red Damask #C76849
Tints of Red Damask #C76849
RGB
CMYK
RGB Variations
Color information
#C76849 (or 0xC76849) is known color: Red Damask. HEX triplet: C7, 68 and 49. RGB value is (199,104,73). Sum of RGB (Red+Green+Blue) = 199+104+73=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C76849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76849 is #3897B6. Grayscale: #818181. Windows color (decimal): -3708855 or 4810951. OLE color: 4810951.
HSL color Cylindrical-coordinate representation of color #C76849: hue angle of 14.76º 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 #C76849 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 73 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.22 |
| HSL | 14.76º | 0.53% | 0.53% | - |
| HSV(B) | 14.76º | 0.63% | 0.78% | - |
| XYZ | 29.71 | 22.52 | 9.09 | - |
| YUV | 128.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 73 | 0 | 0.48 | 0.63 | 0.22 | 14.76 | 0.53 | 0.53 |
| Hex | C7 | 68 | 49 | 0 | 30 | 3F | 16 | F | 35 | 35 |
| Octal | 307 | 150 | 111 | 0 | 60 | 77 | 26 | 17 | 65 | 65 |
| Binary | 11000111 | 1101000 | 1001001 | 0 | 110000 | 111111 | 10110 | 1111 | 110101 | 110101 |
Color Harmonies of #C76849
Complementary color
Monochromatic Colors of #C76849
Black with #C76849
Text Example
Text Example
White with #C76849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76849; }
p { color: rgb(199,104,73); }
H1.HeaderClassName
{
color: #C76849;
}
.AnyTagClassName
{
color: #C76849;
}
</style>
background-color css
<style>
a { background-color: #C76849; }
a { background-color: rgb(199,104,73); }
div.DivClassName
{
background-color: #C76849;
}
.BgClassName
{
background-color: #C76849;
}
</style>
border-color css
<style>
span { border-color: #C76849; }
span { border-color: rgb(199,104,73); }
td.TdClassName
{
border-color: #C76849;
}
.TagClassName
{
border-color: #C76849;
}
</style>