Shades of Tenne (Tawny) #C26200
Tints of Tenne (Tawny) #C26200
RGB
CMYK
RGB Variations
Color information
#C26200 (or 0xC26200) is known color: Tenne (Tawny). HEX triplet: C2, 62 and 00. RGB value is (194,98,0). Sum of RGB (Red+Green+Blue) = 194+98+0=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C26200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26200 is #3D9DFF. Grayscale: #747474. Windows color (decimal): -4038144 or 25282. OLE color: 25282.
HSL color Cylindrical-coordinate representation of color #C26200: hue angle of 30.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C26200 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.24 |
| HSL | 30.31º | 1% | 0.38% | - |
| HSV(B) | 30.31º | 1% | 0.76% | - |
| XYZ | 26.62 | 20.2 | 2.5 | - |
| YUV | 115.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 0 | 0 | 0.49 | 1 | 0.24 | 30.31 | 1 | 0.38 |
| Hex | C2 | 62 | 0 | 0 | 31 | 64 | 18 | 1E | 64 | 26 |
| Octal | 302 | 142 | 0 | 0 | 61 | 144 | 30 | 36 | 144 | 46 |
| Binary | 11000010 | 1100010 | 0 | 0 | 110001 | 1100100 | 11000 | 11110 | 1100100 | 100110 |
Color Harmonies of #C26200
Complementary color
Monochromatic Colors of #C26200
Black with #C26200
Text Example
Text Example
White with #C26200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26200; }
p { color: rgb(194,98,0); }
H1.HeaderClassName
{
color: #C26200;
}
.AnyTagClassName
{
color: #C26200;
}
</style>
background-color css
<style>
a { background-color: #C26200; }
a { background-color: rgb(194,98,0); }
div.DivClassName
{
background-color: #C26200;
}
.BgClassName
{
background-color: #C26200;
}
</style>
border-color css
<style>
span { border-color: #C26200; }
span { border-color: rgb(194,98,0); }
td.TdClassName
{
border-color: #C26200;
}
.TagClassName
{
border-color: #C26200;
}
</style>