Shades of Tenne (Tawny) #C2680B
Tints of Tenne (Tawny) #C2680B
RGB
CMYK
RGB Variations
Color information
#C2680B (or 0xC2680B) is known color: Tenne (Tawny). HEX triplet: C2, 68 and 0B. RGB value is (194,104,11). Sum of RGB (Red+Green+Blue) = 194+104+11=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2680B is #3D97F4. Grayscale: #787878. Windows color (decimal): -4036597 or 747714. OLE color: 747714.
HSL color Cylindrical-coordinate representation of color #C2680B: hue angle of 30.49º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2680B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.24 |
| HSL | 30.49º | 0.89% | 0.4% | - |
| HSV(B) | 30.49º | 0.94% | 0.76% | - |
| XYZ | 27.26 | 21.39 | 3.01 | - |
| YUV | 120.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 11 | 0 | 0.46 | 0.94 | 0.24 | 30.49 | 0.89 | 0.4 |
| Hex | C2 | 68 | B | 0 | 2E | 5E | 18 | 1E | 59 | 28 |
| Octal | 302 | 150 | 13 | 0 | 56 | 136 | 30 | 36 | 131 | 50 |
| Binary | 11000010 | 1101000 | 1011 | 0 | 101110 | 1011110 | 11000 | 11110 | 1011001 | 101000 |
Color Harmonies of #C2680B
Complementary color
Monochromatic Colors of #C2680B
Black with #C2680B
Text Example
Text Example
White with #C2680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2680B; }
p { color: rgb(194,104,11); }
H1.HeaderClassName
{
color: #C2680B;
}
.AnyTagClassName
{
color: #C2680B;
}
</style>
background-color css
<style>
a { background-color: #C2680B; }
a { background-color: rgb(194,104,11); }
div.DivClassName
{
background-color: #C2680B;
}
.BgClassName
{
background-color: #C2680B;
}
</style>
border-color css
<style>
span { border-color: #C2680B; }
span { border-color: rgb(194,104,11); }
td.TdClassName
{
border-color: #C2680B;
}
.TagClassName
{
border-color: #C2680B;
}
</style>