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