Shades of Tenne (Tawny) #C26803
Tints of Tenne (Tawny) #C26803
RGB
CMYK
RGB Variations
Color information
#C26803 (or 0xC26803) is known color: Tenne (Tawny). HEX triplet: C2, 68 and 03. RGB value is (194,104,3). Sum of RGB (Red+Green+Blue) = 194+104+3=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C26803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26803 is #3D97FC. Grayscale: #777777. Windows color (decimal): -4036605 or 223426. OLE color: 223426.
HSL color Cylindrical-coordinate representation of color #C26803: hue angle of 31.73º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C26803 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.24 |
| HSL | 31.73º | 0.97% | 0.39% | - |
| HSV(B) | 31.73º | 0.98% | 0.76% | - |
| XYZ | 27.21 | 21.38 | 2.78 | - |
| YUV | 119.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 3 | 0 | 0.46 | 0.98 | 0.24 | 31.73 | 0.97 | 0.39 |
| Hex | C2 | 68 | 3 | 0 | 2E | 62 | 18 | 20 | 61 | 27 |
| Octal | 302 | 150 | 3 | 0 | 56 | 142 | 30 | 40 | 141 | 47 |
| Binary | 11000010 | 1101000 | 11 | 0 | 101110 | 1100010 | 11000 | 100000 | 1100001 | 100111 |
Color Harmonies of #C26803
Complementary color
Monochromatic Colors of #C26803
Black with #C26803
Text Example
Text Example
White with #C26803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26803; }
p { color: rgb(194,104,3); }
H1.HeaderClassName
{
color: #C26803;
}
.AnyTagClassName
{
color: #C26803;
}
</style>
background-color css
<style>
a { background-color: #C26803; }
a { background-color: rgb(194,104,3); }
div.DivClassName
{
background-color: #C26803;
}
.BgClassName
{
background-color: #C26803;
}
</style>
border-color css
<style>
span { border-color: #C26803; }
span { border-color: rgb(194,104,3); }
td.TdClassName
{
border-color: #C26803;
}
.TagClassName
{
border-color: #C26803;
}
</style>