Shades of Red Damask #C57145
Tints of Red Damask #C57145
RGB
CMYK
RGB Variations
Color information
#C57145 (or 0xC57145) is known color: Red Damask. HEX triplet: C5, 71 and 45. RGB value is (197,113,69). Sum of RGB (Red+Green+Blue) = 197+113+69=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57145 is #3A8EBA. Grayscale: #858585. Windows color (decimal): -3837627 or 4551109. OLE color: 4551109.
HSL color Cylindrical-coordinate representation of color #C57145: hue angle of 20.62º degrees, saturation: 0.52, 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 #C57145 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 69 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.23 |
| HSL | 20.63º | 0.52% | 0.52% | - |
| HSV(B) | 20.63º | 0.65% | 0.77% | - |
| XYZ | 30.01 | 24.11 | 8.7 | - |
| YUV | 133.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 69 | 0 | 0.43 | 0.65 | 0.23 | 20.63 | 0.52 | 0.52 |
| Hex | C5 | 71 | 45 | 0 | 2B | 41 | 17 | 15 | 34 | 34 |
| Octal | 305 | 161 | 105 | 0 | 53 | 101 | 27 | 25 | 64 | 64 |
| Binary | 11000101 | 1110001 | 1000101 | 0 | 101011 | 1000001 | 10111 | 10101 | 110100 | 110100 |
Color Harmonies of #C57145
Complementary color
Monochromatic Colors of #C57145
Black with #C57145
Text Example
Text Example
White with #C57145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57145; }
p { color: rgb(197,113,69); }
H1.HeaderClassName
{
color: #C57145;
}
.AnyTagClassName
{
color: #C57145;
}
</style>
background-color css
<style>
a { background-color: #C57145; }
a { background-color: rgb(197,113,69); }
div.DivClassName
{
background-color: #C57145;
}
.BgClassName
{
background-color: #C57145;
}
</style>
border-color css
<style>
span { border-color: #C57145; }
span { border-color: rgb(197,113,69); }
td.TdClassName
{
border-color: #C57145;
}
.TagClassName
{
border-color: #C57145;
}
</style>