Shades of Red Damask #C2794E
Tints of Red Damask #C2794E
RGB
CMYK
RGB Variations
Color information
#C2794E (or 0xC2794E) is known color: Red Damask. HEX triplet: C2, 79 and 4E. RGB value is (194,121,78). Sum of RGB (Red+Green+Blue) = 194+121+78=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2794E is #3D86B1. Grayscale: #8A8A8A. Windows color (decimal): -4032178 or 5142978. OLE color: 5142978.
HSL color Cylindrical-coordinate representation of color #C2794E: hue angle of 22.24º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2794E is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 78 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.24 |
| HSL | 22.24º | 0.49% | 0.53% | - |
| HSV(B) | 22.24º | 0.6% | 0.76% | - |
| XYZ | 30.46 | 25.69 | 10.56 | - |
| YUV | 137.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 78 | 0 | 0.38 | 0.60 | 0.24 | 22.24 | 0.49 | 0.53 |
| Hex | C2 | 79 | 4E | 0 | 26 | 3C | 18 | 16 | 31 | 35 |
| Octal | 302 | 171 | 116 | 0 | 46 | 74 | 30 | 26 | 61 | 65 |
| Binary | 11000010 | 1111001 | 1001110 | 0 | 100110 | 111100 | 11000 | 10110 | 110001 | 110101 |
Color Harmonies of #C2794E
Complementary color
Monochromatic Colors of #C2794E
Black with #C2794E
Text Example
Text Example
White with #C2794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2794E; }
p { color: rgb(194,121,78); }
H1.HeaderClassName
{
color: #C2794E;
}
.AnyTagClassName
{
color: #C2794E;
}
</style>
background-color css
<style>
a { background-color: #C2794E; }
a { background-color: rgb(194,121,78); }
div.DivClassName
{
background-color: #C2794E;
}
.BgClassName
{
background-color: #C2794E;
}
</style>
border-color css
<style>
span { border-color: #C2794E; }
span { border-color: rgb(194,121,78); }
td.TdClassName
{
border-color: #C2794E;
}
.TagClassName
{
border-color: #C2794E;
}
</style>