Shades of Red Damask #C57A4D
Tints of Red Damask #C57A4D
RGB
CMYK
RGB Variations
Color information
#C57A4D (or 0xC57A4D) is known color: Red Damask. HEX triplet: C5, 7A and 4D. RGB value is (197,122,77). Sum of RGB (Red+Green+Blue) = 197+122+77=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A4D is #3A85B2. Grayscale: #8B8B8B. Windows color (decimal): -3835315 or 5077701. OLE color: 5077701.
HSL color Cylindrical-coordinate representation of color #C57A4D: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C57A4D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 77 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.23 |
| HSL | 22.5º | 0.51% | 0.54% | - |
| HSV(B) | 22.5º | 0.61% | 0.77% | - |
| XYZ | 31.33 | 26.33 | 10.45 | - |
| YUV | 139.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 77 | 0 | 0.38 | 0.61 | 0.23 | 22.5 | 0.51 | 0.54 |
| Hex | C5 | 7A | 4D | 0 | 26 | 3D | 17 | 16 | 33 | 36 |
| Octal | 305 | 172 | 115 | 0 | 46 | 75 | 27 | 26 | 63 | 66 |
| Binary | 11000101 | 1111010 | 1001101 | 0 | 100110 | 111101 | 10111 | 10110 | 110011 | 110110 |
Color Harmonies of #C57A4D
Complementary color
Monochromatic Colors of #C57A4D
Black with #C57A4D
Text Example
Text Example
White with #C57A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A4D; }
p { color: rgb(197,122,77); }
H1.HeaderClassName
{
color: #C57A4D;
}
.AnyTagClassName
{
color: #C57A4D;
}
</style>
background-color css
<style>
a { background-color: #C57A4D; }
a { background-color: rgb(197,122,77); }
div.DivClassName
{
background-color: #C57A4D;
}
.BgClassName
{
background-color: #C57A4D;
}
</style>
border-color css
<style>
span { border-color: #C57A4D; }
span { border-color: rgb(197,122,77); }
td.TdClassName
{
border-color: #C57A4D;
}
.TagClassName
{
border-color: #C57A4D;
}
</style>