Shades of Red Damask #C46944
Tints of Red Damask #C46944
RGB
CMYK
RGB Variations
Color information
#C46944 (or 0xC46944) is known color: Red Damask. HEX triplet: C4, 69 and 44. RGB value is (196,105,68). Sum of RGB (Red+Green+Blue) = 196+105+68=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46944 is #3B96BB. Grayscale: #808080. Windows color (decimal): -3905212 or 4483524. OLE color: 4483524.
HSL color Cylindrical-coordinate representation of color #C46944: hue angle of 17.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C46944 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 68 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.23 |
| HSL | 17.34º | 0.52% | 0.52% | - |
| HSV(B) | 17.34º | 0.65% | 0.77% | - |
| XYZ | 28.86 | 22.26 | 8.24 | - |
| YUV | 127.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 68 | 0 | 0.46 | 0.65 | 0.23 | 17.34 | 0.52 | 0.52 |
| Hex | C4 | 69 | 44 | 0 | 2E | 41 | 17 | 11 | 34 | 34 |
| Octal | 304 | 151 | 104 | 0 | 56 | 101 | 27 | 21 | 64 | 64 |
| Binary | 11000100 | 1101001 | 1000100 | 0 | 101110 | 1000001 | 10111 | 10001 | 110100 | 110100 |
Color Harmonies of #C46944
Complementary color
Monochromatic Colors of #C46944
Black with #C46944
Text Example
Text Example
White with #C46944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46944; }
p { color: rgb(196,105,68); }
H1.HeaderClassName
{
color: #C46944;
}
.AnyTagClassName
{
color: #C46944;
}
</style>
background-color css
<style>
a { background-color: #C46944; }
a { background-color: rgb(196,105,68); }
div.DivClassName
{
background-color: #C46944;
}
.BgClassName
{
background-color: #C46944;
}
</style>
border-color css
<style>
span { border-color: #C46944; }
span { border-color: rgb(196,105,68); }
td.TdClassName
{
border-color: #C46944;
}
.TagClassName
{
border-color: #C46944;
}
</style>