Shades of Red Damask #C57A4E
Tints of Red Damask #C57A4E
RGB
CMYK
RGB Variations
Color information
#C57A4E (or 0xC57A4E) is known color: Red Damask. HEX triplet: C5, 7A and 4E. RGB value is (197,122,78). Sum of RGB (Red+Green+Blue) = 197+122+78=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A4E is #3A85B1. Grayscale: #8B8B8B. Windows color (decimal): -3835314 or 5143237. OLE color: 5143237.
HSL color Cylindrical-coordinate representation of color #C57A4E: hue angle of 22.18º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C57A4E is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 78 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.23 |
| HSL | 22.18º | 0.51% | 0.54% | - |
| HSV(B) | 22.18º | 0.6% | 0.77% | - |
| XYZ | 31.36 | 26.34 | 10.64 | - |
| YUV | 139.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 78 | 0 | 0.38 | 0.60 | 0.23 | 22.18 | 0.51 | 0.54 |
| Hex | C5 | 7A | 4E | 0 | 26 | 3C | 17 | 16 | 33 | 36 |
| Octal | 305 | 172 | 116 | 0 | 46 | 74 | 27 | 26 | 63 | 66 |
| Binary | 11000101 | 1111010 | 1001110 | 0 | 100110 | 111100 | 10111 | 10110 | 110011 | 110110 |
Color Harmonies of #C57A4E
Complementary color
Monochromatic Colors of #C57A4E
Black with #C57A4E
Text Example
Text Example
White with #C57A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A4E; }
p { color: rgb(197,122,78); }
H1.HeaderClassName
{
color: #C57A4E;
}
.AnyTagClassName
{
color: #C57A4E;
}
</style>
background-color css
<style>
a { background-color: #C57A4E; }
a { background-color: rgb(197,122,78); }
div.DivClassName
{
background-color: #C57A4E;
}
.BgClassName
{
background-color: #C57A4E;
}
</style>
border-color css
<style>
span { border-color: #C57A4E; }
span { border-color: rgb(197,122,78); }
td.TdClassName
{
border-color: #C57A4E;
}
.TagClassName
{
border-color: #C57A4E;
}
</style>