Shades of Red Damask #C86C47
Tints of Red Damask #C86C47
RGB
CMYK
RGB Variations
Color information
#C86C47 (or 0xC86C47) is known color: Red Damask. HEX triplet: C8, 6C and 47. RGB value is (200,108,71). Sum of RGB (Red+Green+Blue) = 200+108+71=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C47 is #3793B8. Grayscale: #838383. Windows color (decimal): -3642297 or 4680904. OLE color: 4680904.
HSL color Cylindrical-coordinate representation of color #C86C47: hue angle of 17.21º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C86C47 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 71 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.22 |
| HSL | 17.21º | 0.54% | 0.53% | - |
| HSV(B) | 17.21º | 0.65% | 0.78% | - |
| XYZ | 30.32 | 23.46 | 8.89 | - |
| YUV | 131.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 71 | 0 | 0.46 | 0.64 | 0.22 | 17.21 | 0.54 | 0.53 |
| Hex | C8 | 6C | 47 | 0 | 2E | 40 | 16 | 11 | 36 | 35 |
| Octal | 310 | 154 | 107 | 0 | 56 | 100 | 26 | 21 | 66 | 65 |
| Binary | 11001000 | 1101100 | 1000111 | 0 | 101110 | 1000000 | 10110 | 10001 | 110110 | 110101 |
Color Harmonies of #C86C47
Complementary color
Monochromatic Colors of #C86C47
Black with #C86C47
Text Example
Text Example
White with #C86C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C47; }
p { color: rgb(200,108,71); }
H1.HeaderClassName
{
color: #C86C47;
}
.AnyTagClassName
{
color: #C86C47;
}
</style>
background-color css
<style>
a { background-color: #C86C47; }
a { background-color: rgb(200,108,71); }
div.DivClassName
{
background-color: #C86C47;
}
.BgClassName
{
background-color: #C86C47;
}
</style>
border-color css
<style>
span { border-color: #C86C47; }
span { border-color: rgb(200,108,71); }
td.TdClassName
{
border-color: #C86C47;
}
.TagClassName
{
border-color: #C86C47;
}
</style>