Shades of Tenne (Tawny) #C1640B
Tints of Tenne (Tawny) #C1640B
RGB
CMYK
RGB Variations
Color information
#C1640B (or 0xC1640B) is known color: Tenne (Tawny). HEX triplet: C1, 64 and 0B. RGB value is (193,100,11). Sum of RGB (Red+Green+Blue) = 193+100+11=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1640B is #3E9BF4. Grayscale: #767676. Windows color (decimal): -4103157 or 746689. OLE color: 746689.
HSL color Cylindrical-coordinate representation of color #C1640B: hue angle of 29.34º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1640B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.24 |
| HSL | 29.34º | 0.89% | 0.4% | - |
| HSV(B) | 29.34º | 0.94% | 0.76% | - |
| XYZ | 26.61 | 20.48 | 2.87 | - |
| YUV | 117.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 11 | 0 | 0.48 | 0.94 | 0.24 | 29.34 | 0.89 | 0.4 |
| Hex | C1 | 64 | B | 0 | 30 | 5E | 18 | 1D | 59 | 28 |
| Octal | 301 | 144 | 13 | 0 | 60 | 136 | 30 | 35 | 131 | 50 |
| Binary | 11000001 | 1100100 | 1011 | 0 | 110000 | 1011110 | 11000 | 11101 | 1011001 | 101000 |
Color Harmonies of #C1640B
Complementary color
Monochromatic Colors of #C1640B
Black with #C1640B
Text Example
Text Example
White with #C1640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1640B; }
p { color: rgb(193,100,11); }
H1.HeaderClassName
{
color: #C1640B;
}
.AnyTagClassName
{
color: #C1640B;
}
</style>
background-color css
<style>
a { background-color: #C1640B; }
a { background-color: rgb(193,100,11); }
div.DivClassName
{
background-color: #C1640B;
}
.BgClassName
{
background-color: #C1640B;
}
</style>
border-color css
<style>
span { border-color: #C1640B; }
span { border-color: rgb(193,100,11); }
td.TdClassName
{
border-color: #C1640B;
}
.TagClassName
{
border-color: #C1640B;
}
</style>