Shades of Tenne (Tawny) #C26C08
Tints of Tenne (Tawny) #C26C08
RGB
CMYK
RGB Variations
Color information
#C26C08 (or 0xC26C08) is known color: Tenne (Tawny). HEX triplet: C2, 6C and 08. RGB value is (194,108,8). Sum of RGB (Red+Green+Blue) = 194+108+8=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C08 is #3D93F7. Grayscale: #7A7A7A. Windows color (decimal): -4035576 or 552130. OLE color: 552130.
HSL color Cylindrical-coordinate representation of color #C26C08: hue angle of 32.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C26C08 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 8 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.24 |
| HSL | 32.26º | 0.92% | 0.4% | - |
| HSV(B) | 32.26º | 0.96% | 0.76% | - |
| XYZ | 27.65 | 22.21 | 3.06 | - |
| YUV | 122.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 8 | 0 | 0.44 | 0.96 | 0.24 | 32.26 | 0.92 | 0.4 |
| Hex | C2 | 6C | 8 | 0 | 2C | 60 | 18 | 20 | 5C | 28 |
| Octal | 302 | 154 | 10 | 0 | 54 | 140 | 30 | 40 | 134 | 50 |
| Binary | 11000010 | 1101100 | 1000 | 0 | 101100 | 1100000 | 11000 | 100000 | 1011100 | 101000 |
Color Harmonies of #C26C08
Complementary color
Monochromatic Colors of #C26C08
Black with #C26C08
Text Example
Text Example
White with #C26C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C08; }
p { color: rgb(194,108,8); }
H1.HeaderClassName
{
color: #C26C08;
}
.AnyTagClassName
{
color: #C26C08;
}
</style>
background-color css
<style>
a { background-color: #C26C08; }
a { background-color: rgb(194,108,8); }
div.DivClassName
{
background-color: #C26C08;
}
.BgClassName
{
background-color: #C26C08;
}
</style>
border-color css
<style>
span { border-color: #C26C08; }
span { border-color: rgb(194,108,8); }
td.TdClassName
{
border-color: #C26C08;
}
.TagClassName
{
border-color: #C26C08;
}
</style>