Shades of Red Damask #C56C4A
Tints of Red Damask #C56C4A
RGB
CMYK
RGB Variations
Color information
#C56C4A (or 0xC56C4A) is known color: Red Damask. HEX triplet: C5, 6C and 4A. RGB value is (197,108,74). Sum of RGB (Red+Green+Blue) = 197+108+74=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C4A is #3A93B5. Grayscale: #828282. Windows color (decimal): -3838902 or 4877509. OLE color: 4877509.
HSL color Cylindrical-coordinate representation of color #C56C4A: hue angle of 16.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C56C4A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 74 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.23 |
| HSL | 16.59º | 0.51% | 0.53% | - |
| HSV(B) | 16.59º | 0.62% | 0.77% | - |
| XYZ | 29.62 | 23.09 | 9.37 | - |
| YUV | 130.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 74 | 0 | 0.45 | 0.62 | 0.23 | 16.59 | 0.51 | 0.53 |
| Hex | C5 | 6C | 4A | 0 | 2D | 3E | 17 | 11 | 33 | 35 |
| Octal | 305 | 154 | 112 | 0 | 55 | 76 | 27 | 21 | 63 | 65 |
| Binary | 11000101 | 1101100 | 1001010 | 0 | 101101 | 111110 | 10111 | 10001 | 110011 | 110101 |
Color Harmonies of #C56C4A
Complementary color
Monochromatic Colors of #C56C4A
Black with #C56C4A
Text Example
Text Example
White with #C56C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C4A; }
p { color: rgb(197,108,74); }
H1.HeaderClassName
{
color: #C56C4A;
}
.AnyTagClassName
{
color: #C56C4A;
}
</style>
background-color css
<style>
a { background-color: #C56C4A; }
a { background-color: rgb(197,108,74); }
div.DivClassName
{
background-color: #C56C4A;
}
.BgClassName
{
background-color: #C56C4A;
}
</style>
border-color css
<style>
span { border-color: #C56C4A; }
span { border-color: rgb(197,108,74); }
td.TdClassName
{
border-color: #C56C4A;
}
.TagClassName
{
border-color: #C56C4A;
}
</style>