Shades of Red Damask #C4734D
Tints of Red Damask #C4734D
RGB
CMYK
RGB Variations
Color information
#C4734D (or 0xC4734D) is known color: Red Damask. HEX triplet: C4, 73 and 4D. RGB value is (196,115,77). Sum of RGB (Red+Green+Blue) = 196+115+77=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4734D is #3B8CB2. Grayscale: #878787. Windows color (decimal): -3902643 or 5075908. OLE color: 5075908.
HSL color Cylindrical-coordinate representation of color #C4734D: hue angle of 19.16º degrees, saturation: 0.5, 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 #C4734D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 77 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.23 |
| HSL | 19.16º | 0.5% | 0.54% | - |
| HSV(B) | 19.16º | 0.61% | 0.77% | - |
| XYZ | 30.24 | 24.53 | 10.16 | - |
| YUV | 134.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 77 | 0 | 0.41 | 0.61 | 0.23 | 19.16 | 0.5 | 0.54 |
| Hex | C4 | 73 | 4D | 0 | 29 | 3D | 17 | 13 | 32 | 36 |
| Octal | 304 | 163 | 115 | 0 | 51 | 75 | 27 | 23 | 62 | 66 |
| Binary | 11000100 | 1110011 | 1001101 | 0 | 101001 | 111101 | 10111 | 10011 | 110010 | 110110 |
Color Harmonies of #C4734D
Complementary color
Monochromatic Colors of #C4734D
Black with #C4734D
Text Example
Text Example
White with #C4734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4734D; }
p { color: rgb(196,115,77); }
H1.HeaderClassName
{
color: #C4734D;
}
.AnyTagClassName
{
color: #C4734D;
}
</style>
background-color css
<style>
a { background-color: #C4734D; }
a { background-color: rgb(196,115,77); }
div.DivClassName
{
background-color: #C4734D;
}
.BgClassName
{
background-color: #C4734D;
}
</style>
border-color css
<style>
span { border-color: #C4734D; }
span { border-color: rgb(196,115,77); }
td.TdClassName
{
border-color: #C4734D;
}
.TagClassName
{
border-color: #C4734D;
}
</style>