Shades of Red Damask #C46D4A
Tints of Red Damask #C46D4A
RGB
CMYK
RGB Variations
Color information
#C46D4A (or 0xC46D4A) is known color: Red Damask. HEX triplet: C4, 6D and 4A. RGB value is (196,109,74). Sum of RGB (Red+Green+Blue) = 196+109+74=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D4A is #3B92B5. Grayscale: #838383. Windows color (decimal): -3904182 or 4877764. OLE color: 4877764.
HSL color Cylindrical-coordinate representation of color #C46D4A: hue angle of 17.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C46D4A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 74 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.23 |
| HSL | 17.21º | 0.51% | 0.53% | - |
| HSV(B) | 17.21º | 0.62% | 0.77% | - |
| XYZ | 29.47 | 23.17 | 9.4 | - |
| YUV | 131.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 74 | 0 | 0.44 | 0.62 | 0.23 | 17.21 | 0.51 | 0.53 |
| Hex | C4 | 6D | 4A | 0 | 2C | 3E | 17 | 11 | 33 | 35 |
| Octal | 304 | 155 | 112 | 0 | 54 | 76 | 27 | 21 | 63 | 65 |
| Binary | 11000100 | 1101101 | 1001010 | 0 | 101100 | 111110 | 10111 | 10001 | 110011 | 110101 |
Color Harmonies of #C46D4A
Complementary color
Monochromatic Colors of #C46D4A
Black with #C46D4A
Text Example
Text Example
White with #C46D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D4A; }
p { color: rgb(196,109,74); }
H1.HeaderClassName
{
color: #C46D4A;
}
.AnyTagClassName
{
color: #C46D4A;
}
</style>
background-color css
<style>
a { background-color: #C46D4A; }
a { background-color: rgb(196,109,74); }
div.DivClassName
{
background-color: #C46D4A;
}
.BgClassName
{
background-color: #C46D4A;
}
</style>
border-color css
<style>
span { border-color: #C46D4A; }
span { border-color: rgb(196,109,74); }
td.TdClassName
{
border-color: #C46D4A;
}
.TagClassName
{
border-color: #C46D4A;
}
</style>