Shades of Red Damask #C56C42
Tints of Red Damask #C56C42
RGB
CMYK
RGB Variations
Color information
#C56C42 (or 0xC56C42) is known color: Red Damask. HEX triplet: C5, 6C and 42. RGB value is (197,108,66). Sum of RGB (Red+Green+Blue) = 197+108+66=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C42 is #3A93BD. Grayscale: #828282. Windows color (decimal): -3838910 or 4353221. OLE color: 4353221.
HSL color Cylindrical-coordinate representation of color #C56C42: hue angle of 19.24º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C56C42 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 66 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.23 |
| HSL | 19.24º | 0.53% | 0.52% | - |
| HSV(B) | 19.24º | 0.66% | 0.77% | - |
| XYZ | 29.37 | 22.99 | 8.04 | - |
| YUV | 129.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 66 | 0 | 0.45 | 0.66 | 0.23 | 19.24 | 0.53 | 0.52 |
| Hex | C5 | 6C | 42 | 0 | 2D | 42 | 17 | 13 | 35 | 34 |
| Octal | 305 | 154 | 102 | 0 | 55 | 102 | 27 | 23 | 65 | 64 |
| Binary | 11000101 | 1101100 | 1000010 | 0 | 101101 | 1000010 | 10111 | 10011 | 110101 | 110100 |
Color Harmonies of #C56C42
Complementary color
Monochromatic Colors of #C56C42
Black with #C56C42
Text Example
Text Example
White with #C56C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C42; }
p { color: rgb(197,108,66); }
H1.HeaderClassName
{
color: #C56C42;
}
.AnyTagClassName
{
color: #C56C42;
}
</style>
background-color css
<style>
a { background-color: #C56C42; }
a { background-color: rgb(197,108,66); }
div.DivClassName
{
background-color: #C56C42;
}
.BgClassName
{
background-color: #C56C42;
}
</style>
border-color css
<style>
span { border-color: #C56C42; }
span { border-color: rgb(197,108,66); }
td.TdClassName
{
border-color: #C56C42;
}
.TagClassName
{
border-color: #C56C42;
}
</style>