Shades of Red Damask #C5724B
Tints of Red Damask #C5724B
RGB
CMYK
RGB Variations
Color information
#C5724B (or 0xC5724B) is known color: Red Damask. HEX triplet: C5, 72 and 4B. RGB value is (197,114,75). Sum of RGB (Red+Green+Blue) = 197+114+75=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5724B is #3A8DB4. Grayscale: #868686. Windows color (decimal): -3837365 or 4944581. OLE color: 4944581.
HSL color Cylindrical-coordinate representation of color #C5724B: hue angle of 19.18º 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 #C5724B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 75 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.23 |
| HSL | 19.18º | 0.51% | 0.53% | - |
| HSV(B) | 19.18º | 0.62% | 0.77% | - |
| XYZ | 30.31 | 24.41 | 9.77 | - |
| YUV | 134.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 75 | 0 | 0.42 | 0.62 | 0.23 | 19.18 | 0.51 | 0.53 |
| Hex | C5 | 72 | 4B | 0 | 2A | 3E | 17 | 13 | 33 | 35 |
| Octal | 305 | 162 | 113 | 0 | 52 | 76 | 27 | 23 | 63 | 65 |
| Binary | 11000101 | 1110010 | 1001011 | 0 | 101010 | 111110 | 10111 | 10011 | 110011 | 110101 |
Color Harmonies of #C5724B
Complementary color
Monochromatic Colors of #C5724B
Black with #C5724B
Text Example
Text Example
White with #C5724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5724B; }
p { color: rgb(197,114,75); }
H1.HeaderClassName
{
color: #C5724B;
}
.AnyTagClassName
{
color: #C5724B;
}
</style>
background-color css
<style>
a { background-color: #C5724B; }
a { background-color: rgb(197,114,75); }
div.DivClassName
{
background-color: #C5724B;
}
.BgClassName
{
background-color: #C5724B;
}
</style>
border-color css
<style>
span { border-color: #C5724B; }
span { border-color: rgb(197,114,75); }
td.TdClassName
{
border-color: #C5724B;
}
.TagClassName
{
border-color: #C5724B;
}
</style>