Shades of Red Damask #C46D4C
Tints of Red Damask #C46D4C
RGB
CMYK
RGB Variations
Color information
#C46D4C (or 0xC46D4C) is known color: Red Damask. HEX triplet: C4, 6D and 4C. RGB value is (196,109,76). Sum of RGB (Red+Green+Blue) = 196+109+76=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D4C is #3B92B3. Grayscale: #838383. Windows color (decimal): -3904180 or 5008836. OLE color: 5008836.
HSL color Cylindrical-coordinate representation of color #C46D4C: hue angle of 16.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C46D4C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 76 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.23 |
| HSL | 16.5º | 0.5% | 0.53% | - |
| HSV(B) | 16.5º | 0.61% | 0.77% | - |
| XYZ | 29.54 | 23.19 | 9.76 | - |
| YUV | 131.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 76 | 0 | 0.44 | 0.61 | 0.23 | 16.5 | 0.5 | 0.53 |
| Hex | C4 | 6D | 4C | 0 | 2C | 3D | 17 | 10 | 32 | 35 |
| Octal | 304 | 155 | 114 | 0 | 54 | 75 | 27 | 20 | 62 | 65 |
| Binary | 11000100 | 1101101 | 1001100 | 0 | 101100 | 111101 | 10111 | 10000 | 110010 | 110101 |
Color Harmonies of #C46D4C
Complementary color
Monochromatic Colors of #C46D4C
Black with #C46D4C
Text Example
Text Example
White with #C46D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D4C; }
p { color: rgb(196,109,76); }
H1.HeaderClassName
{
color: #C46D4C;
}
.AnyTagClassName
{
color: #C46D4C;
}
</style>
background-color css
<style>
a { background-color: #C46D4C; }
a { background-color: rgb(196,109,76); }
div.DivClassName
{
background-color: #C46D4C;
}
.BgClassName
{
background-color: #C46D4C;
}
</style>
border-color css
<style>
span { border-color: #C46D4C; }
span { border-color: rgb(196,109,76); }
td.TdClassName
{
border-color: #C46D4C;
}
.TagClassName
{
border-color: #C46D4C;
}
</style>