Shades of Red Damask #C86D49
Tints of Red Damask #C86D49
RGB
CMYK
RGB Variations
Color information
#C86D49 (or 0xC86D49) is known color: Red Damask. HEX triplet: C8, 6D and 49. RGB value is (200,109,73). Sum of RGB (Red+Green+Blue) = 200+109+73=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D49 is #3792B6. Grayscale: #848484. Windows color (decimal): -3642039 or 4812232. OLE color: 4812232.
HSL color Cylindrical-coordinate representation of color #C86D49: hue angle of 17.01º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C86D49 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 73 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.22 |
| HSL | 17.01º | 0.54% | 0.54% | - |
| HSV(B) | 17.01º | 0.64% | 0.78% | - |
| XYZ | 30.49 | 23.7 | 9.27 | - |
| YUV | 132.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 73 | 0 | 0.46 | 0.64 | 0.22 | 17.01 | 0.54 | 0.54 |
| Hex | C8 | 6D | 49 | 0 | 2E | 40 | 16 | 11 | 36 | 36 |
| Octal | 310 | 155 | 111 | 0 | 56 | 100 | 26 | 21 | 66 | 66 |
| Binary | 11001000 | 1101101 | 1001001 | 0 | 101110 | 1000000 | 10110 | 10001 | 110110 | 110110 |
Color Harmonies of #C86D49
Complementary color
Monochromatic Colors of #C86D49
Black with #C86D49
Text Example
Text Example
White with #C86D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D49; }
p { color: rgb(200,109,73); }
H1.HeaderClassName
{
color: #C86D49;
}
.AnyTagClassName
{
color: #C86D49;
}
</style>
background-color css
<style>
a { background-color: #C86D49; }
a { background-color: rgb(200,109,73); }
div.DivClassName
{
background-color: #C86D49;
}
.BgClassName
{
background-color: #C86D49;
}
</style>
border-color css
<style>
span { border-color: #C86D49; }
span { border-color: rgb(200,109,73); }
td.TdClassName
{
border-color: #C86D49;
}
.TagClassName
{
border-color: #C86D49;
}
</style>