Shades of Red Damask #C86C4D
Tints of Red Damask #C86C4D
RGB
CMYK
RGB Variations
Color information
#C86C4D (or 0xC86C4D) is known color: Red Damask. HEX triplet: C8, 6C and 4D. RGB value is (200,108,77). Sum of RGB (Red+Green+Blue) = 200+108+77=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C4D is #3793B2. Grayscale: #848484. Windows color (decimal): -3642291 or 5074120. OLE color: 5074120.
HSL color Cylindrical-coordinate representation of color #C86C4D: hue angle of 15.12º 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 #C86C4D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 77 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.22 |
| HSL | 15.12º | 0.53% | 0.54% | - |
| HSV(B) | 15.12º | 0.62% | 0.78% | - |
| XYZ | 30.52 | 23.54 | 9.96 | - |
| YUV | 131.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 77 | 0 | 0.46 | 0.62 | 0.22 | 15.12 | 0.53 | 0.54 |
| Hex | C8 | 6C | 4D | 0 | 2E | 3E | 16 | F | 35 | 36 |
| Octal | 310 | 154 | 115 | 0 | 56 | 76 | 26 | 17 | 65 | 66 |
| Binary | 11001000 | 1101100 | 1001101 | 0 | 101110 | 111110 | 10110 | 1111 | 110101 | 110110 |
Color Harmonies of #C86C4D
Complementary color
Monochromatic Colors of #C86C4D
Black with #C86C4D
Text Example
Text Example
White with #C86C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C4D; }
p { color: rgb(200,108,77); }
H1.HeaderClassName
{
color: #C86C4D;
}
.AnyTagClassName
{
color: #C86C4D;
}
</style>
background-color css
<style>
a { background-color: #C86C4D; }
a { background-color: rgb(200,108,77); }
div.DivClassName
{
background-color: #C86C4D;
}
.BgClassName
{
background-color: #C86C4D;
}
</style>
border-color css
<style>
span { border-color: #C86C4D; }
span { border-color: rgb(200,108,77); }
td.TdClassName
{
border-color: #C86C4D;
}
.TagClassName
{
border-color: #C86C4D;
}
</style>