Shades of Tenne (Tawny) #C8670C
Tints of Tenne (Tawny) #C8670C
RGB
CMYK
RGB Variations
Color information
#C8670C (or 0xC8670C) is known color: Tenne (Tawny). HEX triplet: C8, 67 and 0C. RGB value is (200,103,12). Sum of RGB (Red+Green+Blue) = 200+103+12=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8670C is #3798F3. Grayscale: #7A7A7A. Windows color (decimal): -3643636 or 813000. OLE color: 813000.
HSL color Cylindrical-coordinate representation of color #C8670C: hue angle of 29.04º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8670C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.04º | 0.89% | 0.42% | - |
| HSV(B) | 29.04º | 0.94% | 0.78% | - |
| XYZ | 28.74 | 22.01 | 3.08 | - |
| YUV | 121.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 12 | 0 | 0.48 | 0.94 | 0.22 | 29.04 | 0.89 | 0.42 |
| Hex | C8 | 67 | C | 0 | 30 | 5E | 16 | 1D | 59 | 2A |
| Octal | 310 | 147 | 14 | 0 | 60 | 136 | 26 | 35 | 131 | 52 |
| Binary | 11001000 | 1100111 | 1100 | 0 | 110000 | 1011110 | 10110 | 11101 | 1011001 | 101010 |
Color Harmonies of #C8670C
Complementary color
Monochromatic Colors of #C8670C
Black with #C8670C
Text Example
Text Example
White with #C8670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8670C; }
p { color: rgb(200,103,12); }
H1.HeaderClassName
{
color: #C8670C;
}
.AnyTagClassName
{
color: #C8670C;
}
</style>
background-color css
<style>
a { background-color: #C8670C; }
a { background-color: rgb(200,103,12); }
div.DivClassName
{
background-color: #C8670C;
}
.BgClassName
{
background-color: #C8670C;
}
</style>
border-color css
<style>
span { border-color: #C8670C; }
span { border-color: rgb(200,103,12); }
td.TdClassName
{
border-color: #C8670C;
}
.TagClassName
{
border-color: #C8670C;
}
</style>