Shades of Red Damask #C46D50
Tints of Red Damask #C46D50
RGB
CMYK
RGB Variations
Color information
#C46D50 (or 0xC46D50) is known color: Red Damask. HEX triplet: C4, 6D and 50. RGB value is (196,109,80). Sum of RGB (Red+Green+Blue) = 196+109+80=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D50 is #3B92AF. Grayscale: #838383. Windows color (decimal): -3904176 or 5270980. OLE color: 5270980.
HSL color Cylindrical-coordinate representation of color #C46D50: hue angle of 15º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C46D50 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 80 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.23 |
| HSL | 15º | 0.5% | 0.54% | - |
| HSV(B) | 15º | 0.59% | 0.77% | - |
| XYZ | 29.68 | 23.25 | 10.51 | - |
| YUV | 131.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 80 | 0 | 0.44 | 0.59 | 0.23 | 15 | 0.5 | 0.54 |
| Hex | C4 | 6D | 50 | 0 | 2C | 3B | 17 | F | 32 | 36 |
| Octal | 304 | 155 | 120 | 0 | 54 | 73 | 27 | 17 | 62 | 66 |
| Binary | 11000100 | 1101101 | 1010000 | 0 | 101100 | 111011 | 10111 | 1111 | 110010 | 110110 |
Color Harmonies of #C46D50
Complementary color
Monochromatic Colors of #C46D50
Black with #C46D50
Text Example
Text Example
White with #C46D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D50; }
p { color: rgb(196,109,80); }
H1.HeaderClassName
{
color: #C46D50;
}
.AnyTagClassName
{
color: #C46D50;
}
</style>
background-color css
<style>
a { background-color: #C46D50; }
a { background-color: rgb(196,109,80); }
div.DivClassName
{
background-color: #C46D50;
}
.BgClassName
{
background-color: #C46D50;
}
</style>
border-color css
<style>
span { border-color: #C46D50; }
span { border-color: rgb(196,109,80); }
td.TdClassName
{
border-color: #C46D50;
}
.TagClassName
{
border-color: #C46D50;
}
</style>