Shades of Red Damask #C46F50
Tints of Red Damask #C46F50
RGB
CMYK
RGB Variations
Color information
#C46F50 (or 0xC46F50) is known color: Red Damask. HEX triplet: C4, 6F and 50. RGB value is (196,111,80). Sum of RGB (Red+Green+Blue) = 196+111+80=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F50 is #3B90AF. Grayscale: #858585. Windows color (decimal): -3903664 or 5271492. OLE color: 5271492.
HSL color Cylindrical-coordinate representation of color #C46F50: hue angle of 16.03º 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 #C46F50 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 80 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.23 |
| HSL | 16.03º | 0.5% | 0.54% | - |
| HSV(B) | 16.03º | 0.59% | 0.77% | - |
| XYZ | 29.9 | 23.68 | 10.59 | - |
| YUV | 132.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 80 | 0 | 0.43 | 0.59 | 0.23 | 16.03 | 0.5 | 0.54 |
| Hex | C4 | 6F | 50 | 0 | 2B | 3B | 17 | 10 | 32 | 36 |
| Octal | 304 | 157 | 120 | 0 | 53 | 73 | 27 | 20 | 62 | 66 |
| Binary | 11000100 | 1101111 | 1010000 | 0 | 101011 | 111011 | 10111 | 10000 | 110010 | 110110 |
Color Harmonies of #C46F50
Complementary color
Monochromatic Colors of #C46F50
Black with #C46F50
Text Example
Text Example
White with #C46F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F50; }
p { color: rgb(196,111,80); }
H1.HeaderClassName
{
color: #C46F50;
}
.AnyTagClassName
{
color: #C46F50;
}
</style>
background-color css
<style>
a { background-color: #C46F50; }
a { background-color: rgb(196,111,80); }
div.DivClassName
{
background-color: #C46F50;
}
.BgClassName
{
background-color: #C46F50;
}
</style>
border-color css
<style>
span { border-color: #C46F50; }
span { border-color: rgb(196,111,80); }
td.TdClassName
{
border-color: #C46F50;
}
.TagClassName
{
border-color: #C46F50;
}
</style>