Shades of Tenne (Tawny) #C1640D
Tints of Tenne (Tawny) #C1640D
RGB
CMYK
RGB Variations
Color information
#C1640D (or 0xC1640D) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 0D. RGB value is (193,100,13). Sum of RGB (Red+Green+Blue) = 193+100+13=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1640D is #3E9BF2. Grayscale: #767676. Windows color (decimal): -4103155 or 877761. OLE color: 877761.
HSL color Cylindrical-coordinate representation of color #C1640D: hue angle of 29º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1640D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 13 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.24 |
| HSL | 29º | 0.87% | 0.4% | - |
| HSV(B) | 29º | 0.93% | 0.76% | - |
| XYZ | 26.62 | 20.48 | 2.93 | - |
| YUV | 117.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 13 | 0 | 0.48 | 0.93 | 0.24 | 29 | 0.87 | 0.4 |
| Hex | C1 | 64 | D | 0 | 30 | 5D | 18 | 1D | 57 | 28 |
| Octal | 301 | 144 | 15 | 0 | 60 | 135 | 30 | 35 | 127 | 50 |
| Binary | 11000001 | 1100100 | 1101 | 0 | 110000 | 1011101 | 11000 | 11101 | 1010111 | 101000 |
Color Harmonies of #C1640D
Complementary color
Monochromatic Colors of #C1640D
Black with #C1640D
Text Example
Text Example
White with #C1640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1640D; }
p { color: rgb(193,100,13); }
H1.HeaderClassName
{
color: #C1640D;
}
.AnyTagClassName
{
color: #C1640D;
}
</style>
background-color css
<style>
a { background-color: #C1640D; }
a { background-color: rgb(193,100,13); }
div.DivClassName
{
background-color: #C1640D;
}
.BgClassName
{
background-color: #C1640D;
}
</style>
border-color css
<style>
span { border-color: #C1640D; }
span { border-color: rgb(193,100,13); }
td.TdClassName
{
border-color: #C1640D;
}
.TagClassName
{
border-color: #C1640D;
}
</style>