Shades of Red Damask #C86A42
Tints of Red Damask #C86A42
RGB
CMYK
RGB Variations
Color information
#C86A42 (or 0xC86A42) is known color: Red Damask. HEX triplet: C8, 6A and 42. RGB value is (200,106,66). Sum of RGB (Red+Green+Blue) = 200+106+66=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A42 is #3795BD. Grayscale: #818181. Windows color (decimal): -3642814 or 4352712. OLE color: 4352712.
HSL color Cylindrical-coordinate representation of color #C86A42: hue angle of 17.91º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C86A42 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 66 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.22 |
| HSL | 17.91º | 0.55% | 0.52% | - |
| HSV(B) | 17.91º | 0.67% | 0.78% | - |
| XYZ | 29.96 | 22.98 | 8.01 | - |
| YUV | 129.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 66 | 0 | 0.47 | 0.67 | 0.22 | 17.91 | 0.55 | 0.52 |
| Hex | C8 | 6A | 42 | 0 | 2F | 43 | 16 | 12 | 37 | 34 |
| Octal | 310 | 152 | 102 | 0 | 57 | 103 | 26 | 22 | 67 | 64 |
| Binary | 11001000 | 1101010 | 1000010 | 0 | 101111 | 1000011 | 10110 | 10010 | 110111 | 110100 |
Color Harmonies of #C86A42
Complementary color
Monochromatic Colors of #C86A42
Black with #C86A42
Text Example
Text Example
White with #C86A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A42; }
p { color: rgb(200,106,66); }
H1.HeaderClassName
{
color: #C86A42;
}
.AnyTagClassName
{
color: #C86A42;
}
</style>
background-color css
<style>
a { background-color: #C86A42; }
a { background-color: rgb(200,106,66); }
div.DivClassName
{
background-color: #C86A42;
}
.BgClassName
{
background-color: #C86A42;
}
</style>
border-color css
<style>
span { border-color: #C86A42; }
span { border-color: rgb(200,106,66); }
td.TdClassName
{
border-color: #C86A42;
}
.TagClassName
{
border-color: #C86A42;
}
</style>