Shades of Red Damask #C86747
Tints of Red Damask #C86747
RGB
CMYK
RGB Variations
Color information
#C86747 (or 0xC86747) is known color: Red Damask. HEX triplet: C8, 67 and 47. RGB value is (200,103,71). Sum of RGB (Red+Green+Blue) = 200+103+71=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C86747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86747 is #3798B8. Grayscale: #808080. Windows color (decimal): -3643577 or 4679624. OLE color: 4679624.
HSL color Cylindrical-coordinate representation of color #C86747: hue angle of 14.88º 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 #C86747 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 71 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.22 |
| HSL | 14.88º | 0.54% | 0.53% | - |
| HSV(B) | 14.88º | 0.65% | 0.78% | - |
| XYZ | 29.81 | 22.43 | 8.72 | - |
| YUV | 128.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 71 | 0 | 0.48 | 0.64 | 0.22 | 14.88 | 0.54 | 0.53 |
| Hex | C8 | 67 | 47 | 0 | 30 | 40 | 16 | F | 36 | 35 |
| Octal | 310 | 147 | 107 | 0 | 60 | 100 | 26 | 17 | 66 | 65 |
| Binary | 11001000 | 1100111 | 1000111 | 0 | 110000 | 1000000 | 10110 | 1111 | 110110 | 110101 |
Color Harmonies of #C86747
Complementary color
Monochromatic Colors of #C86747
Black with #C86747
Text Example
Text Example
White with #C86747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86747; }
p { color: rgb(200,103,71); }
H1.HeaderClassName
{
color: #C86747;
}
.AnyTagClassName
{
color: #C86747;
}
</style>
background-color css
<style>
a { background-color: #C86747; }
a { background-color: rgb(200,103,71); }
div.DivClassName
{
background-color: #C86747;
}
.BgClassName
{
background-color: #C86747;
}
</style>
border-color css
<style>
span { border-color: #C86747; }
span { border-color: rgb(200,103,71); }
td.TdClassName
{
border-color: #C86747;
}
.TagClassName
{
border-color: #C86747;
}
</style>