Shades of Red Damask #C86D4D
Tints of Red Damask #C86D4D
RGB
CMYK
RGB Variations
Color information
#C86D4D (or 0xC86D4D) is known color: Red Damask. HEX triplet: C8, 6D and 4D. RGB value is (200,109,77). Sum of RGB (Red+Green+Blue) = 200+109+77=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D4D is #3792B2. Grayscale: #848484. Windows color (decimal): -3642035 or 5074376. OLE color: 5074376.
HSL color Cylindrical-coordinate representation of color #C86D4D: hue angle of 15.61º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C86D4D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 77 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.22 |
| HSL | 15.61º | 0.53% | 0.54% | - |
| HSV(B) | 15.61º | 0.62% | 0.78% | - |
| XYZ | 30.63 | 23.75 | 9.99 | - |
| YUV | 132.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 77 | 0 | 0.46 | 0.62 | 0.22 | 15.61 | 0.53 | 0.54 |
| Hex | C8 | 6D | 4D | 0 | 2E | 3E | 16 | 10 | 35 | 36 |
| Octal | 310 | 155 | 115 | 0 | 56 | 76 | 26 | 20 | 65 | 66 |
| Binary | 11001000 | 1101101 | 1001101 | 0 | 101110 | 111110 | 10110 | 10000 | 110101 | 110110 |
Color Harmonies of #C86D4D
Complementary color
Monochromatic Colors of #C86D4D
Black with #C86D4D
Text Example
Text Example
White with #C86D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D4D; }
p { color: rgb(200,109,77); }
H1.HeaderClassName
{
color: #C86D4D;
}
.AnyTagClassName
{
color: #C86D4D;
}
</style>
background-color css
<style>
a { background-color: #C86D4D; }
a { background-color: rgb(200,109,77); }
div.DivClassName
{
background-color: #C86D4D;
}
.BgClassName
{
background-color: #C86D4D;
}
</style>
border-color css
<style>
span { border-color: #C86D4D; }
span { border-color: rgb(200,109,77); }
td.TdClassName
{
border-color: #C86D4D;
}
.TagClassName
{
border-color: #C86D4D;
}
</style>