Shades of Red Damask #C46E45
Tints of Red Damask #C46E45
RGB
CMYK
RGB Variations
Color information
#C46E45 (or 0xC46E45) is known color: Red Damask. HEX triplet: C4, 6E and 45. RGB value is (196,110,69). Sum of RGB (Red+Green+Blue) = 196+110+69=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E45 is #3B91BA. Grayscale: #838383. Windows color (decimal): -3903931 or 4550340. OLE color: 4550340.
HSL color Cylindrical-coordinate representation of color #C46E45: hue angle of 19.37º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C46E45 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 69 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.23 |
| HSL | 19.37º | 0.52% | 0.52% | - |
| HSV(B) | 19.37º | 0.65% | 0.77% | - |
| XYZ | 29.42 | 23.32 | 8.58 | - |
| YUV | 131.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 69 | 0 | 0.44 | 0.65 | 0.23 | 19.37 | 0.52 | 0.52 |
| Hex | C4 | 6E | 45 | 0 | 2C | 41 | 17 | 13 | 34 | 34 |
| Octal | 304 | 156 | 105 | 0 | 54 | 101 | 27 | 23 | 64 | 64 |
| Binary | 11000100 | 1101110 | 1000101 | 0 | 101100 | 1000001 | 10111 | 10011 | 110100 | 110100 |
Color Harmonies of #C46E45
Complementary color
Monochromatic Colors of #C46E45
Black with #C46E45
Text Example
Text Example
White with #C46E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E45; }
p { color: rgb(196,110,69); }
H1.HeaderClassName
{
color: #C46E45;
}
.AnyTagClassName
{
color: #C46E45;
}
</style>
background-color css
<style>
a { background-color: #C46E45; }
a { background-color: rgb(196,110,69); }
div.DivClassName
{
background-color: #C46E45;
}
.BgClassName
{
background-color: #C46E45;
}
</style>
border-color css
<style>
span { border-color: #C46E45; }
span { border-color: rgb(196,110,69); }
td.TdClassName
{
border-color: #C46E45;
}
.TagClassName
{
border-color: #C46E45;
}
</style>