Shades of Tenne (Tawny) #C26701
Tints of Tenne (Tawny) #C26701
RGB
CMYK
RGB Variations
Color information
#C26701 (or 0xC26701) is known color: Tenne (Tawny). HEX triplet: C2, 67 and 01. RGB value is (194,103,1). Sum of RGB (Red+Green+Blue) = 194+103+1=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C26701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26701 is #3D98FE. Grayscale: #777777. Windows color (decimal): -4036863 or 92098. OLE color: 92098.
HSL color Cylindrical-coordinate representation of color #C26701: hue angle of 31.71º 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 #C26701 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.24 |
| HSL | 31.71º | 0.99% | 0.38% | - |
| HSV(B) | 31.71º | 0.99% | 0.76% | - |
| XYZ | 27.1 | 21.17 | 2.69 | - |
| YUV | 118.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 1 | 0 | 0.47 | 0.99 | 0.24 | 31.71 | 0.99 | 0.38 |
| Hex | C2 | 67 | 1 | 0 | 2F | 63 | 18 | 20 | 63 | 26 |
| Octal | 302 | 147 | 1 | 0 | 57 | 143 | 30 | 40 | 143 | 46 |
| Binary | 11000010 | 1100111 | 1 | 0 | 101111 | 1100011 | 11000 | 100000 | 1100011 | 100110 |
Color Harmonies of #C26701
Complementary color
Monochromatic Colors of #C26701
Black with #C26701
Text Example
Text Example
White with #C26701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26701; }
p { color: rgb(194,103,1); }
H1.HeaderClassName
{
color: #C26701;
}
.AnyTagClassName
{
color: #C26701;
}
</style>
background-color css
<style>
a { background-color: #C26701; }
a { background-color: rgb(194,103,1); }
div.DivClassName
{
background-color: #C26701;
}
.BgClassName
{
background-color: #C26701;
}
</style>
border-color css
<style>
span { border-color: #C26701; }
span { border-color: rgb(194,103,1); }
td.TdClassName
{
border-color: #C26701;
}
.TagClassName
{
border-color: #C26701;
}
</style>