Shades of Red Damask #C3794D
Tints of Red Damask #C3794D
RGB
CMYK
RGB Variations
Color information
#C3794D (or 0xC3794D) is known color: Red Damask. HEX triplet: C3, 79 and 4D. RGB value is (195,121,77). Sum of RGB (Red+Green+Blue) = 195+121+77=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3794D is #3C86B2. Grayscale: #8A8A8A. Windows color (decimal): -3966643 or 5077443. OLE color: 5077443.
HSL color Cylindrical-coordinate representation of color #C3794D: hue angle of 22.37º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3794D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 77 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.24 |
| HSL | 22.37º | 0.5% | 0.53% | - |
| HSV(B) | 22.37º | 0.61% | 0.76% | - |
| XYZ | 30.68 | 25.81 | 10.39 | - |
| YUV | 138.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 77 | 0 | 0.38 | 0.61 | 0.24 | 22.37 | 0.5 | 0.53 |
| Hex | C3 | 79 | 4D | 0 | 26 | 3D | 18 | 16 | 32 | 35 |
| Octal | 303 | 171 | 115 | 0 | 46 | 75 | 30 | 26 | 62 | 65 |
| Binary | 11000011 | 1111001 | 1001101 | 0 | 100110 | 111101 | 11000 | 10110 | 110010 | 110101 |
Color Harmonies of #C3794D
Complementary color
Monochromatic Colors of #C3794D
Black with #C3794D
Text Example
Text Example
White with #C3794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3794D; }
p { color: rgb(195,121,77); }
H1.HeaderClassName
{
color: #C3794D;
}
.AnyTagClassName
{
color: #C3794D;
}
</style>
background-color css
<style>
a { background-color: #C3794D; }
a { background-color: rgb(195,121,77); }
div.DivClassName
{
background-color: #C3794D;
}
.BgClassName
{
background-color: #C3794D;
}
</style>
border-color css
<style>
span { border-color: #C3794D; }
span { border-color: rgb(195,121,77); }
td.TdClassName
{
border-color: #C3794D;
}
.TagClassName
{
border-color: #C3794D;
}
</style>