Shades of Tenne (Tawny) #C26C09
Tints of Tenne (Tawny) #C26C09
RGB
CMYK
RGB Variations
Color information
#C26C09 (or 0xC26C09) is known color: Tenne (Tawny). HEX triplet: C2, 6C and 09. RGB value is (194,108,9). Sum of RGB (Red+Green+Blue) = 194+108+9=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C09 is #3D93F6. Grayscale: #7A7A7A. Windows color (decimal): -4035575 or 617666. OLE color: 617666.
HSL color Cylindrical-coordinate representation of color #C26C09: hue angle of 32.11º 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 #C26C09 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 9 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.24 |
| HSL | 32.11º | 0.91% | 0.4% | - |
| HSV(B) | 32.11º | 0.95% | 0.76% | - |
| XYZ | 27.66 | 22.21 | 3.09 | - |
| YUV | 122.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 9 | 0 | 0.44 | 0.95 | 0.24 | 32.11 | 0.91 | 0.4 |
| Hex | C2 | 6C | 9 | 0 | 2C | 5F | 18 | 20 | 5B | 28 |
| Octal | 302 | 154 | 11 | 0 | 54 | 137 | 30 | 40 | 133 | 50 |
| Binary | 11000010 | 1101100 | 1001 | 0 | 101100 | 1011111 | 11000 | 100000 | 1011011 | 101000 |
Color Harmonies of #C26C09
Complementary color
Monochromatic Colors of #C26C09
Black with #C26C09
Text Example
Text Example
White with #C26C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C09; }
p { color: rgb(194,108,9); }
H1.HeaderClassName
{
color: #C26C09;
}
.AnyTagClassName
{
color: #C26C09;
}
</style>
background-color css
<style>
a { background-color: #C26C09; }
a { background-color: rgb(194,108,9); }
div.DivClassName
{
background-color: #C26C09;
}
.BgClassName
{
background-color: #C26C09;
}
</style>
border-color css
<style>
span { border-color: #C26C09; }
span { border-color: rgb(194,108,9); }
td.TdClassName
{
border-color: #C26C09;
}
.TagClassName
{
border-color: #C26C09;
}
</style>