Shades of Tenne (Tawny) #C26210
Tints of Tenne (Tawny) #C26210
RGB
CMYK
RGB Variations
Color information
#C26210 (or 0xC26210) is known color: Tenne (Tawny). HEX triplet: C2, 62 and 10. RGB value is (194,98,16). Sum of RGB (Red+Green+Blue) = 194+98+16=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C26210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26210 is #3D9DEF. Grayscale: #757575. Windows color (decimal): -4038128 or 1073858. OLE color: 1073858.
HSL color Cylindrical-coordinate representation of color #C26210: hue angle of 27.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26210 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 16 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.24 |
| HSL | 27.64º | 0.85% | 0.41% | - |
| HSV(B) | 27.64º | 0.92% | 0.76% | - |
| XYZ | 26.71 | 20.24 | 2.99 | - |
| YUV | 117.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 16 | 0 | 0.49 | 0.92 | 0.24 | 27.64 | 0.85 | 0.41 |
| Hex | C2 | 62 | 10 | 0 | 31 | 5C | 18 | 1C | 55 | 29 |
| Octal | 302 | 142 | 20 | 0 | 61 | 134 | 30 | 34 | 125 | 51 |
| Binary | 11000010 | 1100010 | 10000 | 0 | 110001 | 1011100 | 11000 | 11100 | 1010101 | 101001 |
Color Harmonies of #C26210
Complementary color
Monochromatic Colors of #C26210
Black with #C26210
Text Example
Text Example
White with #C26210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26210; }
p { color: rgb(194,98,16); }
H1.HeaderClassName
{
color: #C26210;
}
.AnyTagClassName
{
color: #C26210;
}
</style>
background-color css
<style>
a { background-color: #C26210; }
a { background-color: rgb(194,98,16); }
div.DivClassName
{
background-color: #C26210;
}
.BgClassName
{
background-color: #C26210;
}
</style>
border-color css
<style>
span { border-color: #C26210; }
span { border-color: rgb(194,98,16); }
td.TdClassName
{
border-color: #C26210;
}
.TagClassName
{
border-color: #C26210;
}
</style>