Shades of Red Damask #C46D4F
Tints of Red Damask #C46D4F
RGB
CMYK
RGB Variations
Color information
#C46D4F (or 0xC46D4F) is known color: Red Damask. HEX triplet: C4, 6D and 4F. RGB value is (196,109,79). Sum of RGB (Red+Green+Blue) = 196+109+79=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D4F is #3B92B0. Grayscale: #838383. Windows color (decimal): -3904177 or 5205444. OLE color: 5205444.
HSL color Cylindrical-coordinate representation of color #C46D4F: hue angle of 15.38º 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 #C46D4F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 79 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.23 |
| HSL | 15.38º | 0.5% | 0.54% | - |
| HSV(B) | 15.38º | 0.6% | 0.77% | - |
| XYZ | 29.64 | 23.24 | 10.32 | - |
| YUV | 131.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 79 | 0 | 0.44 | 0.60 | 0.23 | 15.38 | 0.5 | 0.54 |
| Hex | C4 | 6D | 4F | 0 | 2C | 3C | 17 | F | 32 | 36 |
| Octal | 304 | 155 | 117 | 0 | 54 | 74 | 27 | 17 | 62 | 66 |
| Binary | 11000100 | 1101101 | 1001111 | 0 | 101100 | 111100 | 10111 | 1111 | 110010 | 110110 |
Color Harmonies of #C46D4F
Complementary color
Monochromatic Colors of #C46D4F
Black with #C46D4F
Text Example
Text Example
White with #C46D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D4F; }
p { color: rgb(196,109,79); }
H1.HeaderClassName
{
color: #C46D4F;
}
.AnyTagClassName
{
color: #C46D4F;
}
</style>
background-color css
<style>
a { background-color: #C46D4F; }
a { background-color: rgb(196,109,79); }
div.DivClassName
{
background-color: #C46D4F;
}
.BgClassName
{
background-color: #C46D4F;
}
</style>
border-color css
<style>
span { border-color: #C46D4F; }
span { border-color: rgb(196,109,79); }
td.TdClassName
{
border-color: #C46D4F;
}
.TagClassName
{
border-color: #C46D4F;
}
</style>