Shades of Tenne (Tawny) #C26D07
Tints of Tenne (Tawny) #C26D07
RGB
CMYK
RGB Variations
Color information
#C26D07 (or 0xC26D07) is known color: Tenne (Tawny). HEX triplet: C2, 6D and 07. RGB value is (194,109,7). Sum of RGB (Red+Green+Blue) = 194+109+7=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26D07 is #3D92F8. Grayscale: #7B7B7B. Windows color (decimal): -4035321 or 486850. OLE color: 486850.
HSL color Cylindrical-coordinate representation of color #C26D07: hue angle of 32.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C26D07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.24 |
| HSL | 32.73º | 0.93% | 0.39% | - |
| HSV(B) | 32.73º | 0.96% | 0.76% | - |
| XYZ | 27.76 | 22.42 | 3.07 | - |
| YUV | 122.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 7 | 0 | 0.44 | 0.96 | 0.24 | 32.73 | 0.93 | 0.39 |
| Hex | C2 | 6D | 7 | 0 | 2C | 60 | 18 | 21 | 5D | 27 |
| Octal | 302 | 155 | 7 | 0 | 54 | 140 | 30 | 41 | 135 | 47 |
| Binary | 11000010 | 1101101 | 111 | 0 | 101100 | 1100000 | 11000 | 100001 | 1011101 | 100111 |
Color Harmonies of #C26D07
Complementary color
Monochromatic Colors of #C26D07
Black with #C26D07
Text Example
Text Example
White with #C26D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D07; }
p { color: rgb(194,109,7); }
H1.HeaderClassName
{
color: #C26D07;
}
.AnyTagClassName
{
color: #C26D07;
}
</style>
background-color css
<style>
a { background-color: #C26D07; }
a { background-color: rgb(194,109,7); }
div.DivClassName
{
background-color: #C26D07;
}
.BgClassName
{
background-color: #C26D07;
}
</style>
border-color css
<style>
span { border-color: #C26D07; }
span { border-color: rgb(194,109,7); }
td.TdClassName
{
border-color: #C26D07;
}
.TagClassName
{
border-color: #C26D07;
}
</style>