Shades of Tenne (Tawny) #C1620D
Tints of Tenne (Tawny) #C1620D
RGB
CMYK
RGB Variations
Color information
#C1620D (or 0xC1620D) is known color: Tenne (Tawny). HEX triplet: C1, 62 and 0D. RGB value is (193,98,13). Sum of RGB (Red+Green+Blue) = 193+98+13=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1620D is #3E9DF2. Grayscale: #757575. Windows color (decimal): -4103667 or 877249. OLE color: 877249.
HSL color Cylindrical-coordinate representation of color #C1620D: hue angle of 28.33º 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 #C1620D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.24 |
| HSL | 28.33º | 0.87% | 0.4% | - |
| HSV(B) | 28.33º | 0.93% | 0.76% | - |
| XYZ | 26.43 | 20.1 | 2.87 | - |
| YUV | 116.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 13 | 0 | 0.49 | 0.93 | 0.24 | 28.33 | 0.87 | 0.4 |
| Hex | C1 | 62 | D | 0 | 31 | 5D | 18 | 1C | 57 | 28 |
| Octal | 301 | 142 | 15 | 0 | 61 | 135 | 30 | 34 | 127 | 50 |
| Binary | 11000001 | 1100010 | 1101 | 0 | 110001 | 1011101 | 11000 | 11100 | 1010111 | 101000 |
Color Harmonies of #C1620D
Complementary color
Monochromatic Colors of #C1620D
Black with #C1620D
Text Example
Text Example
White with #C1620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1620D; }
p { color: rgb(193,98,13); }
H1.HeaderClassName
{
color: #C1620D;
}
.AnyTagClassName
{
color: #C1620D;
}
</style>
background-color css
<style>
a { background-color: #C1620D; }
a { background-color: rgb(193,98,13); }
div.DivClassName
{
background-color: #C1620D;
}
.BgClassName
{
background-color: #C1620D;
}
</style>
border-color css
<style>
span { border-color: #C1620D; }
span { border-color: rgb(193,98,13); }
td.TdClassName
{
border-color: #C1620D;
}
.TagClassName
{
border-color: #C1620D;
}
</style>