Shades of Red Damask #C5734C
Tints of Red Damask #C5734C
RGB
CMYK
RGB Variations
Color information
#C5734C (or 0xC5734C) is known color: Red Damask. HEX triplet: C5, 73 and 4C. RGB value is (197,115,76). Sum of RGB (Red+Green+Blue) = 197+115+76=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5734C is #3A8CB3. Grayscale: #878787. Windows color (decimal): -3837108 or 5010373. OLE color: 5010373.
HSL color Cylindrical-coordinate representation of color #C5734C: hue angle of 19.34º 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 #C5734C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 76 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.23 |
| HSL | 19.34º | 0.51% | 0.54% | - |
| HSV(B) | 19.34º | 0.61% | 0.77% | - |
| XYZ | 30.46 | 24.65 | 9.99 | - |
| YUV | 135.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 76 | 0 | 0.42 | 0.61 | 0.23 | 19.34 | 0.51 | 0.54 |
| Hex | C5 | 73 | 4C | 0 | 2A | 3D | 17 | 13 | 33 | 36 |
| Octal | 305 | 163 | 114 | 0 | 52 | 75 | 27 | 23 | 63 | 66 |
| Binary | 11000101 | 1110011 | 1001100 | 0 | 101010 | 111101 | 10111 | 10011 | 110011 | 110110 |
Color Harmonies of #C5734C
Complementary color
Monochromatic Colors of #C5734C
Black with #C5734C
Text Example
Text Example
White with #C5734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5734C; }
p { color: rgb(197,115,76); }
H1.HeaderClassName
{
color: #C5734C;
}
.AnyTagClassName
{
color: #C5734C;
}
</style>
background-color css
<style>
a { background-color: #C5734C; }
a { background-color: rgb(197,115,76); }
div.DivClassName
{
background-color: #C5734C;
}
.BgClassName
{
background-color: #C5734C;
}
</style>
border-color css
<style>
span { border-color: #C5734C; }
span { border-color: rgb(197,115,76); }
td.TdClassName
{
border-color: #C5734C;
}
.TagClassName
{
border-color: #C5734C;
}
</style>