Shades of Red Damask #C46B47
Tints of Red Damask #C46B47
RGB
CMYK
RGB Variations
Color information
#C46B47 (or 0xC46B47) is known color: Red Damask. HEX triplet: C4, 6B and 47. RGB value is (196,107,71). Sum of RGB (Red+Green+Blue) = 196+107+71=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B47 is #3B94B8. Grayscale: #818181. Windows color (decimal): -3904697 or 4680644. OLE color: 4680644.
HSL color Cylindrical-coordinate representation of color #C46B47: hue angle of 17.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C46B47 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 71 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.23 |
| HSL | 17.28º | 0.51% | 0.52% | - |
| HSV(B) | 17.28º | 0.64% | 0.77% | - |
| XYZ | 29.16 | 22.71 | 8.81 | - |
| YUV | 129.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 71 | 0 | 0.45 | 0.64 | 0.23 | 17.28 | 0.51 | 0.52 |
| Hex | C4 | 6B | 47 | 0 | 2D | 40 | 17 | 11 | 33 | 34 |
| Octal | 304 | 153 | 107 | 0 | 55 | 100 | 27 | 21 | 63 | 64 |
| Binary | 11000100 | 1101011 | 1000111 | 0 | 101101 | 1000000 | 10111 | 10001 | 110011 | 110100 |
Color Harmonies of #C46B47
Complementary color
Monochromatic Colors of #C46B47
Black with #C46B47
Text Example
Text Example
White with #C46B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B47; }
p { color: rgb(196,107,71); }
H1.HeaderClassName
{
color: #C46B47;
}
.AnyTagClassName
{
color: #C46B47;
}
</style>
background-color css
<style>
a { background-color: #C46B47; }
a { background-color: rgb(196,107,71); }
div.DivClassName
{
background-color: #C46B47;
}
.BgClassName
{
background-color: #C46B47;
}
</style>
border-color css
<style>
span { border-color: #C46B47; }
span { border-color: rgb(196,107,71); }
td.TdClassName
{
border-color: #C46B47;
}
.TagClassName
{
border-color: #C46B47;
}
</style>