Shades of Red Damask #C46D48
Tints of Red Damask #C46D48
RGB
CMYK
RGB Variations
Color information
#C46D48 (or 0xC46D48) is known color: Red Damask. HEX triplet: C4, 6D and 48. RGB value is (196,109,72). Sum of RGB (Red+Green+Blue) = 196+109+72=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D48 is #3B92B7. Grayscale: #838383. Windows color (decimal): -3904184 or 4746692. OLE color: 4746692.
HSL color Cylindrical-coordinate representation of color #C46D48: hue angle of 17.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C46D48 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 72 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.23 |
| HSL | 17.9º | 0.51% | 0.53% | - |
| HSV(B) | 17.9º | 0.63% | 0.77% | - |
| XYZ | 29.4 | 23.14 | 9.05 | - |
| YUV | 130.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 72 | 0 | 0.44 | 0.63 | 0.23 | 17.9 | 0.51 | 0.53 |
| Hex | C4 | 6D | 48 | 0 | 2C | 3F | 17 | 12 | 33 | 35 |
| Octal | 304 | 155 | 110 | 0 | 54 | 77 | 27 | 22 | 63 | 65 |
| Binary | 11000100 | 1101101 | 1001000 | 0 | 101100 | 111111 | 10111 | 10010 | 110011 | 110101 |
Color Harmonies of #C46D48
Complementary color
Monochromatic Colors of #C46D48
Black with #C46D48
Text Example
Text Example
White with #C46D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D48; }
p { color: rgb(196,109,72); }
H1.HeaderClassName
{
color: #C46D48;
}
.AnyTagClassName
{
color: #C46D48;
}
</style>
background-color css
<style>
a { background-color: #C46D48; }
a { background-color: rgb(196,109,72); }
div.DivClassName
{
background-color: #C46D48;
}
.BgClassName
{
background-color: #C46D48;
}
</style>
border-color css
<style>
span { border-color: #C46D48; }
span { border-color: rgb(196,109,72); }
td.TdClassName
{
border-color: #C46D48;
}
.TagClassName
{
border-color: #C46D48;
}
</style>