Shades of Red Damask #C46A42
Tints of Red Damask #C46A42
RGB
CMYK
RGB Variations
Color information
#C46A42 (or 0xC46A42) is known color: Red Damask. HEX triplet: C4, 6A and 42. RGB value is (196,106,66). Sum of RGB (Red+Green+Blue) = 196+106+66=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A42 is #3B95BD. Grayscale: #808080. Windows color (decimal): -3904958 or 4352708. OLE color: 4352708.
HSL color Cylindrical-coordinate representation of color #C46A42: hue angle of 18.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C46A42 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 66 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.23 |
| HSL | 18.46º | 0.52% | 0.51% | - |
| HSV(B) | 18.46º | 0.66% | 0.77% | - |
| XYZ | 28.9 | 22.44 | 7.96 | - |
| YUV | 128.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 66 | 0 | 0.46 | 0.66 | 0.23 | 18.46 | 0.52 | 0.51 |
| Hex | C4 | 6A | 42 | 0 | 2E | 42 | 17 | 12 | 34 | 33 |
| Octal | 304 | 152 | 102 | 0 | 56 | 102 | 27 | 22 | 64 | 63 |
| Binary | 11000100 | 1101010 | 1000010 | 0 | 101110 | 1000010 | 10111 | 10010 | 110100 | 110011 |
Color Harmonies of #C46A42
Complementary color
Monochromatic Colors of #C46A42
Black with #C46A42
Text Example
Text Example
White with #C46A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A42; }
p { color: rgb(196,106,66); }
H1.HeaderClassName
{
color: #C46A42;
}
.AnyTagClassName
{
color: #C46A42;
}
</style>
background-color css
<style>
a { background-color: #C46A42; }
a { background-color: rgb(196,106,66); }
div.DivClassName
{
background-color: #C46A42;
}
.BgClassName
{
background-color: #C46A42;
}
</style>
border-color css
<style>
span { border-color: #C46A42; }
span { border-color: rgb(196,106,66); }
td.TdClassName
{
border-color: #C46A42;
}
.TagClassName
{
border-color: #C46A42;
}
</style>