Shades of Red Damask #C86C42
Tints of Red Damask #C86C42
RGB
CMYK
RGB Variations
Color information
#C86C42 (or 0xC86C42) is known color: Red Damask. HEX triplet: C8, 6C and 42. RGB value is (200,108,66). Sum of RGB (Red+Green+Blue) = 200+108+66=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C42 is #3793BD. Grayscale: #828282. Windows color (decimal): -3642302 or 4353224. OLE color: 4353224.
HSL color Cylindrical-coordinate representation of color #C86C42: hue angle of 18.81º 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 #C86C42 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 66 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.22 |
| HSL | 18.81º | 0.55% | 0.52% | - |
| HSV(B) | 18.81º | 0.67% | 0.78% | - |
| XYZ | 30.17 | 23.4 | 8.08 | - |
| YUV | 130.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 66 | 0 | 0.46 | 0.67 | 0.22 | 18.81 | 0.55 | 0.52 |
| Hex | C8 | 6C | 42 | 0 | 2E | 43 | 16 | 13 | 37 | 34 |
| Octal | 310 | 154 | 102 | 0 | 56 | 103 | 26 | 23 | 67 | 64 |
| Binary | 11001000 | 1101100 | 1000010 | 0 | 101110 | 1000011 | 10110 | 10011 | 110111 | 110100 |
Color Harmonies of #C86C42
Complementary color
Monochromatic Colors of #C86C42
Black with #C86C42
Text Example
Text Example
White with #C86C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C42; }
p { color: rgb(200,108,66); }
H1.HeaderClassName
{
color: #C86C42;
}
.AnyTagClassName
{
color: #C86C42;
}
</style>
background-color css
<style>
a { background-color: #C86C42; }
a { background-color: rgb(200,108,66); }
div.DivClassName
{
background-color: #C86C42;
}
.BgClassName
{
background-color: #C86C42;
}
</style>
border-color css
<style>
span { border-color: #C86C42; }
span { border-color: rgb(200,108,66); }
td.TdClassName
{
border-color: #C86C42;
}
.TagClassName
{
border-color: #C86C42;
}
</style>