Shades of Tenne (Tawny) #C26A04
Tints of Tenne (Tawny) #C26A04
RGB
CMYK
RGB Variations
Color information
#C26A04 (or 0xC26A04) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 04. RGB value is (194,106,4). Sum of RGB (Red+Green+Blue) = 194+106+4=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A04 is #3D95FB. Grayscale: #797979. Windows color (decimal): -4036092 or 289474. OLE color: 289474.
HSL color Cylindrical-coordinate representation of color #C26A04: hue angle of 32.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C26A04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.24 |
| HSL | 32.21º | 0.96% | 0.39% | - |
| HSV(B) | 32.21º | 0.98% | 0.76% | - |
| XYZ | 27.42 | 21.79 | 2.87 | - |
| YUV | 120.68 | 62.15 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 4 | 0 | 0.45 | 0.98 | 0.24 | 32.21 | 0.96 | 0.39 |
| Hex | C2 | 6A | 4 | 0 | 2D | 62 | 18 | 20 | 60 | 27 |
| Octal | 302 | 152 | 4 | 0 | 55 | 142 | 30 | 40 | 140 | 47 |
| Binary | 11000010 | 1101010 | 100 | 0 | 101101 | 1100010 | 11000 | 100000 | 1100000 | 100111 |
Color Harmonies of #C26A04
Complementary color
Monochromatic Colors of #C26A04
Black with #C26A04
Text Example
Text Example
White with #C26A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A04; }
p { color: rgb(194,106,4); }
H1.HeaderClassName
{
color: #C26A04;
}
.AnyTagClassName
{
color: #C26A04;
}
</style>
background-color css
<style>
a { background-color: #C26A04; }
a { background-color: rgb(194,106,4); }
div.DivClassName
{
background-color: #C26A04;
}
.BgClassName
{
background-color: #C26A04;
}
</style>
border-color css
<style>
span { border-color: #C26A04; }
span { border-color: rgb(194,106,4); }
td.TdClassName
{
border-color: #C26A04;
}
.TagClassName
{
border-color: #C26A04;
}
</style>