Shades of Red Damask #C4704D
Tints of Red Damask #C4704D
RGB
CMYK
RGB Variations
Color information
#C4704D (or 0xC4704D) is known color: Red Damask. HEX triplet: C4, 70 and 4D. RGB value is (196,112,77). Sum of RGB (Red+Green+Blue) = 196+112+77=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4704D is #3B8FB2. Grayscale: #858585. Windows color (decimal): -3903411 or 5075140. OLE color: 5075140.
HSL color Cylindrical-coordinate representation of color #C4704D: hue angle of 17.65º 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 #C4704D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 77 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.23 |
| HSL | 17.65º | 0.5% | 0.54% | - |
| HSV(B) | 17.65º | 0.61% | 0.77% | - |
| XYZ | 29.9 | 23.86 | 10.05 | - |
| YUV | 133.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 77 | 0 | 0.43 | 0.61 | 0.23 | 17.65 | 0.5 | 0.54 |
| Hex | C4 | 70 | 4D | 0 | 2B | 3D | 17 | 12 | 32 | 36 |
| Octal | 304 | 160 | 115 | 0 | 53 | 75 | 27 | 22 | 62 | 66 |
| Binary | 11000100 | 1110000 | 1001101 | 0 | 101011 | 111101 | 10111 | 10010 | 110010 | 110110 |
Color Harmonies of #C4704D
Complementary color
Monochromatic Colors of #C4704D
Black with #C4704D
Text Example
Text Example
White with #C4704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4704D; }
p { color: rgb(196,112,77); }
H1.HeaderClassName
{
color: #C4704D;
}
.AnyTagClassName
{
color: #C4704D;
}
</style>
background-color css
<style>
a { background-color: #C4704D; }
a { background-color: rgb(196,112,77); }
div.DivClassName
{
background-color: #C4704D;
}
.BgClassName
{
background-color: #C4704D;
}
</style>
border-color css
<style>
span { border-color: #C4704D; }
span { border-color: rgb(196,112,77); }
td.TdClassName
{
border-color: #C4704D;
}
.TagClassName
{
border-color: #C4704D;
}
</style>