Shades of Red Damask #C46C47
Tints of Red Damask #C46C47
RGB
CMYK
RGB Variations
Color information
#C46C47 (or 0xC46C47) is known color: Red Damask. HEX triplet: C4, 6C and 47. RGB value is (196,108,71). Sum of RGB (Red+Green+Blue) = 196+108+71=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C47 is #3B93B8. Grayscale: #828282. Windows color (decimal): -3904441 or 4680900. OLE color: 4680900.
HSL color Cylindrical-coordinate representation of color #C46C47: hue angle of 17.76º 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 #C46C47 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 71 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.23 |
| HSL | 17.76º | 0.51% | 0.52% | - |
| HSV(B) | 17.76º | 0.64% | 0.77% | - |
| XYZ | 29.26 | 22.92 | 8.84 | - |
| YUV | 130.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 71 | 0 | 0.45 | 0.64 | 0.23 | 17.76 | 0.51 | 0.52 |
| Hex | C4 | 6C | 47 | 0 | 2D | 40 | 17 | 12 | 33 | 34 |
| Octal | 304 | 154 | 107 | 0 | 55 | 100 | 27 | 22 | 63 | 64 |
| Binary | 11000100 | 1101100 | 1000111 | 0 | 101101 | 1000000 | 10111 | 10010 | 110011 | 110100 |
Color Harmonies of #C46C47
Complementary color
Monochromatic Colors of #C46C47
Black with #C46C47
Text Example
Text Example
White with #C46C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C47; }
p { color: rgb(196,108,71); }
H1.HeaderClassName
{
color: #C46C47;
}
.AnyTagClassName
{
color: #C46C47;
}
</style>
background-color css
<style>
a { background-color: #C46C47; }
a { background-color: rgb(196,108,71); }
div.DivClassName
{
background-color: #C46C47;
}
.BgClassName
{
background-color: #C46C47;
}
</style>
border-color css
<style>
span { border-color: #C46C47; }
span { border-color: rgb(196,108,71); }
td.TdClassName
{
border-color: #C46C47;
}
.TagClassName
{
border-color: #C46C47;
}
</style>