Shades of Red Damask #C4794E
Tints of Red Damask #C4794E
RGB
CMYK
RGB Variations
Color information
#C4794E (or 0xC4794E) is known color: Red Damask. HEX triplet: C4, 79 and 4E. RGB value is (196,121,78). Sum of RGB (Red+Green+Blue) = 196+121+78=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4794E is #3B86B1. Grayscale: #8A8A8A. Windows color (decimal): -3901106 or 5142980. OLE color: 5142980.
HSL color Cylindrical-coordinate representation of color #C4794E: hue angle of 21.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4794E is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 78 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.23 |
| HSL | 21.86º | 0.5% | 0.54% | - |
| HSV(B) | 21.86º | 0.6% | 0.77% | - |
| XYZ | 30.98 | 25.96 | 10.59 | - |
| YUV | 138.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 78 | 0 | 0.38 | 0.60 | 0.23 | 21.86 | 0.5 | 0.54 |
| Hex | C4 | 79 | 4E | 0 | 26 | 3C | 17 | 16 | 32 | 36 |
| Octal | 304 | 171 | 116 | 0 | 46 | 74 | 27 | 26 | 62 | 66 |
| Binary | 11000100 | 1111001 | 1001110 | 0 | 100110 | 111100 | 10111 | 10110 | 110010 | 110110 |
Color Harmonies of #C4794E
Complementary color
Monochromatic Colors of #C4794E
Black with #C4794E
Text Example
Text Example
White with #C4794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4794E; }
p { color: rgb(196,121,78); }
H1.HeaderClassName
{
color: #C4794E;
}
.AnyTagClassName
{
color: #C4794E;
}
</style>
background-color css
<style>
a { background-color: #C4794E; }
a { background-color: rgb(196,121,78); }
div.DivClassName
{
background-color: #C4794E;
}
.BgClassName
{
background-color: #C4794E;
}
</style>
border-color css
<style>
span { border-color: #C4794E; }
span { border-color: rgb(196,121,78); }
td.TdClassName
{
border-color: #C4794E;
}
.TagClassName
{
border-color: #C4794E;
}
</style>