Shades of Red Damask #C56F44
Tints of Red Damask #C56F44
RGB
CMYK
RGB Variations
Color information
#C56F44 (or 0xC56F44) is known color: Red Damask. HEX triplet: C5, 6F and 44. RGB value is (197,111,68). Sum of RGB (Red+Green+Blue) = 197+111+68=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F44 is #3A90BB. Grayscale: #848484. Windows color (decimal): -3838140 or 4485061. OLE color: 4485061.
HSL color Cylindrical-coordinate representation of color #C56F44: hue angle of 20º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C56F44 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 68 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.23 |
| HSL | 20º | 0.53% | 0.52% | - |
| HSV(B) | 20º | 0.65% | 0.77% | - |
| XYZ | 29.75 | 23.66 | 8.47 | - |
| YUV | 131.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 68 | 0 | 0.44 | 0.65 | 0.23 | 20 | 0.53 | 0.52 |
| Hex | C5 | 6F | 44 | 0 | 2C | 41 | 17 | 14 | 35 | 34 |
| Octal | 305 | 157 | 104 | 0 | 54 | 101 | 27 | 24 | 65 | 64 |
| Binary | 11000101 | 1101111 | 1000100 | 0 | 101100 | 1000001 | 10111 | 10100 | 110101 | 110100 |
Color Harmonies of #C56F44
Complementary color
Monochromatic Colors of #C56F44
Black with #C56F44
Text Example
Text Example
White with #C56F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F44; }
p { color: rgb(197,111,68); }
H1.HeaderClassName
{
color: #C56F44;
}
.AnyTagClassName
{
color: #C56F44;
}
</style>
background-color css
<style>
a { background-color: #C56F44; }
a { background-color: rgb(197,111,68); }
div.DivClassName
{
background-color: #C56F44;
}
.BgClassName
{
background-color: #C56F44;
}
</style>
border-color css
<style>
span { border-color: #C56F44; }
span { border-color: rgb(197,111,68); }
td.TdClassName
{
border-color: #C56F44;
}
.TagClassName
{
border-color: #C56F44;
}
</style>