Shades of Red Damask #C5744B
Tints of Red Damask #C5744B
RGB
CMYK
RGB Variations
Color information
#C5744B (or 0xC5744B) is known color: Red Damask. HEX triplet: C5, 74 and 4B. RGB value is (197,116,75). Sum of RGB (Red+Green+Blue) = 197+116+75=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5744B is #3A8BB4. Grayscale: #878787. Windows color (decimal): -3836853 or 4945093. OLE color: 4945093.
HSL color Cylindrical-coordinate representation of color #C5744B: hue angle of 20.16º 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 #C5744B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 75 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.23 |
| HSL | 20.16º | 0.51% | 0.53% | - |
| HSV(B) | 20.16º | 0.62% | 0.77% | - |
| XYZ | 30.54 | 24.87 | 9.85 | - |
| YUV | 135.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 75 | 0 | 0.41 | 0.62 | 0.23 | 20.16 | 0.51 | 0.53 |
| Hex | C5 | 74 | 4B | 0 | 29 | 3E | 17 | 14 | 33 | 35 |
| Octal | 305 | 164 | 113 | 0 | 51 | 76 | 27 | 24 | 63 | 65 |
| Binary | 11000101 | 1110100 | 1001011 | 0 | 101001 | 111110 | 10111 | 10100 | 110011 | 110101 |
Color Harmonies of #C5744B
Complementary color
Monochromatic Colors of #C5744B
Black with #C5744B
Text Example
Text Example
White with #C5744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5744B; }
p { color: rgb(197,116,75); }
H1.HeaderClassName
{
color: #C5744B;
}
.AnyTagClassName
{
color: #C5744B;
}
</style>
background-color css
<style>
a { background-color: #C5744B; }
a { background-color: rgb(197,116,75); }
div.DivClassName
{
background-color: #C5744B;
}
.BgClassName
{
background-color: #C5744B;
}
</style>
border-color css
<style>
span { border-color: #C5744B; }
span { border-color: rgb(197,116,75); }
td.TdClassName
{
border-color: #C5744B;
}
.TagClassName
{
border-color: #C5744B;
}
</style>