Shades of Red Damask #C4684E
Tints of Red Damask #C4684E
RGB
CMYK
RGB Variations
Color information
#C4684E (or 0xC4684E) is known color: Red Damask. HEX triplet: C4, 68 and 4E. RGB value is (196,104,78). Sum of RGB (Red+Green+Blue) = 196+104+78=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4684E is #3B97B1. Grayscale: #808080. Windows color (decimal): -3905458 or 5138628. OLE color: 5138628.
HSL color Cylindrical-coordinate representation of color #C4684E: hue angle of 13.22º 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 #C4684E is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 78 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.23 |
| HSL | 13.22º | 0.5% | 0.54% | - |
| HSV(B) | 13.22º | 0.6% | 0.77% | - |
| XYZ | 29.09 | 22.19 | 9.96 | - |
| YUV | 128.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 78 | 0 | 0.47 | 0.60 | 0.23 | 13.22 | 0.5 | 0.54 |
| Hex | C4 | 68 | 4E | 0 | 2F | 3C | 17 | D | 32 | 36 |
| Octal | 304 | 150 | 116 | 0 | 57 | 74 | 27 | 15 | 62 | 66 |
| Binary | 11000100 | 1101000 | 1001110 | 0 | 101111 | 111100 | 10111 | 1101 | 110010 | 110110 |
Color Harmonies of #C4684E
Complementary color
Monochromatic Colors of #C4684E
Black with #C4684E
Text Example
Text Example
White with #C4684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4684E; }
p { color: rgb(196,104,78); }
H1.HeaderClassName
{
color: #C4684E;
}
.AnyTagClassName
{
color: #C4684E;
}
</style>
background-color css
<style>
a { background-color: #C4684E; }
a { background-color: rgb(196,104,78); }
div.DivClassName
{
background-color: #C4684E;
}
.BgClassName
{
background-color: #C4684E;
}
</style>
border-color css
<style>
span { border-color: #C4684E; }
span { border-color: rgb(196,104,78); }
td.TdClassName
{
border-color: #C4684E;
}
.TagClassName
{
border-color: #C4684E;
}
</style>