Shades of Tenne (Tawny) #C26B09
Tints of Tenne (Tawny) #C26B09
RGB
CMYK
RGB Variations
Color information
#C26B09 (or 0xC26B09) is known color: Tenne (Tawny). HEX triplet: C2, 6B and 09. RGB value is (194,107,9). Sum of RGB (Red+Green+Blue) = 194+107+9=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B09 is #3D94F6. Grayscale: #7A7A7A. Windows color (decimal): -4035831 or 617410. OLE color: 617410.
HSL color Cylindrical-coordinate representation of color #C26B09: hue angle of 31.78º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C26B09 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 9 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.24 |
| HSL | 31.78º | 0.91% | 0.4% | - |
| HSV(B) | 31.78º | 0.95% | 0.76% | - |
| XYZ | 27.56 | 22 | 3.05 | - |
| YUV | 121.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 9 | 0 | 0.45 | 0.95 | 0.24 | 31.78 | 0.91 | 0.4 |
| Hex | C2 | 6B | 9 | 0 | 2D | 5F | 18 | 20 | 5B | 28 |
| Octal | 302 | 153 | 11 | 0 | 55 | 137 | 30 | 40 | 133 | 50 |
| Binary | 11000010 | 1101011 | 1001 | 0 | 101101 | 1011111 | 11000 | 100000 | 1011011 | 101000 |
Color Harmonies of #C26B09
Complementary color
Monochromatic Colors of #C26B09
Black with #C26B09
Text Example
Text Example
White with #C26B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B09; }
p { color: rgb(194,107,9); }
H1.HeaderClassName
{
color: #C26B09;
}
.AnyTagClassName
{
color: #C26B09;
}
</style>
background-color css
<style>
a { background-color: #C26B09; }
a { background-color: rgb(194,107,9); }
div.DivClassName
{
background-color: #C26B09;
}
.BgClassName
{
background-color: #C26B09;
}
</style>
border-color css
<style>
span { border-color: #C26B09; }
span { border-color: rgb(194,107,9); }
td.TdClassName
{
border-color: #C26B09;
}
.TagClassName
{
border-color: #C26B09;
}
</style>