Shades of Tenne (Tawny) #C26805
Tints of Tenne (Tawny) #C26805
RGB
CMYK
RGB Variations
Color information
#C26805 (or 0xC26805) is known color: Tenne (Tawny). HEX triplet: C2, 68 and 05. RGB value is (194,104,5). Sum of RGB (Red+Green+Blue) = 194+104+5=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C26805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26805 is #3D97FA. Grayscale: #787878. Windows color (decimal): -4036603 or 354498. OLE color: 354498.
HSL color Cylindrical-coordinate representation of color #C26805: hue angle of 31.43º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C26805 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.24 |
| HSL | 31.43º | 0.95% | 0.39% | - |
| HSV(B) | 31.43º | 0.97% | 0.76% | - |
| XYZ | 27.23 | 21.38 | 2.84 | - |
| YUV | 119.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 5 | 0 | 0.46 | 0.97 | 0.24 | 31.43 | 0.95 | 0.39 |
| Hex | C2 | 68 | 5 | 0 | 2E | 61 | 18 | 1F | 5F | 27 |
| Octal | 302 | 150 | 5 | 0 | 56 | 141 | 30 | 37 | 137 | 47 |
| Binary | 11000010 | 1101000 | 101 | 0 | 101110 | 1100001 | 11000 | 11111 | 1011111 | 100111 |
Color Harmonies of #C26805
Complementary color
Monochromatic Colors of #C26805
Black with #C26805
Text Example
Text Example
White with #C26805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26805; }
p { color: rgb(194,104,5); }
H1.HeaderClassName
{
color: #C26805;
}
.AnyTagClassName
{
color: #C26805;
}
</style>
background-color css
<style>
a { background-color: #C26805; }
a { background-color: rgb(194,104,5); }
div.DivClassName
{
background-color: #C26805;
}
.BgClassName
{
background-color: #C26805;
}
</style>
border-color css
<style>
span { border-color: #C26805; }
span { border-color: rgb(194,104,5); }
td.TdClassName
{
border-color: #C26805;
}
.TagClassName
{
border-color: #C26805;
}
</style>