Shades of Red Damask #C4784D
Tints of Red Damask #C4784D
RGB
CMYK
RGB Variations
Color information
#C4784D (or 0xC4784D) is known color: Red Damask. HEX triplet: C4, 78 and 4D. RGB value is (196,120,77). Sum of RGB (Red+Green+Blue) = 196+120+77=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4784D is #3B87B2. Grayscale: #8A8A8A. Windows color (decimal): -3901363 or 5077188. OLE color: 5077188.
HSL color Cylindrical-coordinate representation of color #C4784D: hue angle of 21.68º 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 #C4784D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 77 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.23 |
| HSL | 21.68º | 0.5% | 0.54% | - |
| HSV(B) | 21.68º | 0.61% | 0.77% | - |
| XYZ | 30.82 | 25.7 | 10.36 | - |
| YUV | 137.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 77 | 0 | 0.39 | 0.61 | 0.23 | 21.68 | 0.5 | 0.54 |
| Hex | C4 | 78 | 4D | 0 | 27 | 3D | 17 | 16 | 32 | 36 |
| Octal | 304 | 170 | 115 | 0 | 47 | 75 | 27 | 26 | 62 | 66 |
| Binary | 11000100 | 1111000 | 1001101 | 0 | 100111 | 111101 | 10111 | 10110 | 110010 | 110110 |
Color Harmonies of #C4784D
Complementary color
Monochromatic Colors of #C4784D
Black with #C4784D
Text Example
Text Example
White with #C4784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4784D; }
p { color: rgb(196,120,77); }
H1.HeaderClassName
{
color: #C4784D;
}
.AnyTagClassName
{
color: #C4784D;
}
</style>
background-color css
<style>
a { background-color: #C4784D; }
a { background-color: rgb(196,120,77); }
div.DivClassName
{
background-color: #C4784D;
}
.BgClassName
{
background-color: #C4784D;
}
</style>
border-color css
<style>
span { border-color: #C4784D; }
span { border-color: rgb(196,120,77); }
td.TdClassName
{
border-color: #C4784D;
}
.TagClassName
{
border-color: #C4784D;
}
</style>