Shades of Red Damask #C4694D
Tints of Red Damask #C4694D
RGB
CMYK
RGB Variations
Color information
#C4694D (or 0xC4694D) is known color: Red Damask. HEX triplet: C4, 69 and 4D. RGB value is (196,105,77). Sum of RGB (Red+Green+Blue) = 196+105+77=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4694D is #3B96B2. Grayscale: #818181. Windows color (decimal): -3905203 or 5073348. OLE color: 5073348.
HSL color Cylindrical-coordinate representation of color #C4694D: hue angle of 14.12º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4694D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 77 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.23 |
| HSL | 14.12º | 0.5% | 0.54% | - |
| HSV(B) | 14.12º | 0.61% | 0.77% | - |
| XYZ | 29.16 | 22.37 | 9.8 | - |
| YUV | 129.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 77 | 0 | 0.46 | 0.61 | 0.23 | 14.12 | 0.5 | 0.54 |
| Hex | C4 | 69 | 4D | 0 | 2E | 3D | 17 | E | 32 | 36 |
| Octal | 304 | 151 | 115 | 0 | 56 | 75 | 27 | 16 | 62 | 66 |
| Binary | 11000100 | 1101001 | 1001101 | 0 | 101110 | 111101 | 10111 | 1110 | 110010 | 110110 |
Color Harmonies of #C4694D
Complementary color
Monochromatic Colors of #C4694D
Black with #C4694D
Text Example
Text Example
White with #C4694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4694D; }
p { color: rgb(196,105,77); }
H1.HeaderClassName
{
color: #C4694D;
}
.AnyTagClassName
{
color: #C4694D;
}
</style>
background-color css
<style>
a { background-color: #C4694D; }
a { background-color: rgb(196,105,77); }
div.DivClassName
{
background-color: #C4694D;
}
.BgClassName
{
background-color: #C4694D;
}
</style>
border-color css
<style>
span { border-color: #C4694D; }
span { border-color: rgb(196,105,77); }
td.TdClassName
{
border-color: #C4694D;
}
.TagClassName
{
border-color: #C4694D;
}
</style>