Shades of Red Damask #C6794D
Tints of Red Damask #C6794D
RGB
CMYK
RGB Variations
Color information
#C6794D (or 0xC6794D) is known color: Red Damask. HEX triplet: C6, 79 and 4D. RGB value is (198,121,77). Sum of RGB (Red+Green+Blue) = 198+121+77=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6794D is #3986B2. Grayscale: #8B8B8B. Windows color (decimal): -3770035 or 5077446. OLE color: 5077446.
HSL color Cylindrical-coordinate representation of color #C6794D: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6794D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 77 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.22 |
| HSL | 21.82º | 0.51% | 0.54% | - |
| HSV(B) | 21.82º | 0.61% | 0.78% | - |
| XYZ | 31.47 | 26.22 | 10.42 | - |
| YUV | 139.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 77 | 0 | 0.39 | 0.61 | 0.22 | 21.82 | 0.51 | 0.54 |
| Hex | C6 | 79 | 4D | 0 | 27 | 3D | 16 | 16 | 33 | 36 |
| Octal | 306 | 171 | 115 | 0 | 47 | 75 | 26 | 26 | 63 | 66 |
| Binary | 11000110 | 1111001 | 1001101 | 0 | 100111 | 111101 | 10110 | 10110 | 110011 | 110110 |
Color Harmonies of #C6794D
Complementary color
Monochromatic Colors of #C6794D
Black with #C6794D
Text Example
Text Example
White with #C6794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6794D; }
p { color: rgb(198,121,77); }
H1.HeaderClassName
{
color: #C6794D;
}
.AnyTagClassName
{
color: #C6794D;
}
</style>
background-color css
<style>
a { background-color: #C6794D; }
a { background-color: rgb(198,121,77); }
div.DivClassName
{
background-color: #C6794D;
}
.BgClassName
{
background-color: #C6794D;
}
</style>
border-color css
<style>
span { border-color: #C6794D; }
span { border-color: rgb(198,121,77); }
td.TdClassName
{
border-color: #C6794D;
}
.TagClassName
{
border-color: #C6794D;
}
</style>