Shades of Tenne (Tawny) #C26101
Tints of Tenne (Tawny) #C26101
RGB
CMYK
RGB Variations
Color information
#C26101 (or 0xC26101) is known color: Tenne (Tawny). HEX triplet: C2, 61 and 01. RGB value is (194,97,1). Sum of RGB (Red+Green+Blue) = 194+97+1=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C26101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26101 is #3D9EFE. Grayscale: #737373. Windows color (decimal): -4038399 or 90562. OLE color: 90562.
HSL color Cylindrical-coordinate representation of color #C26101: hue angle of 29.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C26101 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.24 |
| HSL | 29.84º | 0.99% | 0.38% | - |
| HSV(B) | 29.84º | 0.99% | 0.76% | - |
| XYZ | 26.53 | 20.02 | 2.49 | - |
| YUV | 115.06 | 63.64 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 1 | 0 | 0.50 | 0.99 | 0.24 | 29.84 | 0.99 | 0.38 |
| Hex | C2 | 61 | 1 | 0 | 32 | 63 | 18 | 1E | 63 | 26 |
| Octal | 302 | 141 | 1 | 0 | 62 | 143 | 30 | 36 | 143 | 46 |
| Binary | 11000010 | 1100001 | 1 | 0 | 110010 | 1100011 | 11000 | 11110 | 1100011 | 100110 |
Color Harmonies of #C26101
Complementary color
Monochromatic Colors of #C26101
Black with #C26101
Text Example
Text Example
White with #C26101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26101; }
p { color: rgb(194,97,1); }
H1.HeaderClassName
{
color: #C26101;
}
.AnyTagClassName
{
color: #C26101;
}
</style>
background-color css
<style>
a { background-color: #C26101; }
a { background-color: rgb(194,97,1); }
div.DivClassName
{
background-color: #C26101;
}
.BgClassName
{
background-color: #C26101;
}
</style>
border-color css
<style>
span { border-color: #C26101; }
span { border-color: rgb(194,97,1); }
td.TdClassName
{
border-color: #C26101;
}
.TagClassName
{
border-color: #C26101;
}
</style>