Shades of Red Damask #C86947
Tints of Red Damask #C86947
RGB
CMYK
RGB Variations
Color information
#C86947 (or 0xC86947) is known color: Red Damask. HEX triplet: C8, 69 and 47. RGB value is (200,105,71). Sum of RGB (Red+Green+Blue) = 200+105+71=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C86947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86947 is #3796B8. Grayscale: #818181. Windows color (decimal): -3643065 or 4680136. OLE color: 4680136.
HSL color Cylindrical-coordinate representation of color #C86947: hue angle of 15.81º 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 #C86947 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 71 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.22 |
| HSL | 15.81º | 0.54% | 0.53% | - |
| HSV(B) | 15.81º | 0.65% | 0.78% | - |
| XYZ | 30.01 | 22.84 | 8.79 | - |
| YUV | 129.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 71 | 0 | 0.48 | 0.64 | 0.22 | 15.81 | 0.54 | 0.53 |
| Hex | C8 | 69 | 47 | 0 | 30 | 40 | 16 | 10 | 36 | 35 |
| Octal | 310 | 151 | 107 | 0 | 60 | 100 | 26 | 20 | 66 | 65 |
| Binary | 11001000 | 1101001 | 1000111 | 0 | 110000 | 1000000 | 10110 | 10000 | 110110 | 110101 |
Color Harmonies of #C86947
Complementary color
Monochromatic Colors of #C86947
Black with #C86947
Text Example
Text Example
White with #C86947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86947; }
p { color: rgb(200,105,71); }
H1.HeaderClassName
{
color: #C86947;
}
.AnyTagClassName
{
color: #C86947;
}
</style>
background-color css
<style>
a { background-color: #C86947; }
a { background-color: rgb(200,105,71); }
div.DivClassName
{
background-color: #C86947;
}
.BgClassName
{
background-color: #C86947;
}
</style>
border-color css
<style>
span { border-color: #C86947; }
span { border-color: rgb(200,105,71); }
td.TdClassName
{
border-color: #C86947;
}
.TagClassName
{
border-color: #C86947;
}
</style>