Shades of Tenne (Tawny) #C7670C
Tints of Tenne (Tawny) #C7670C
RGB
CMYK
RGB Variations
Color information
#C7670C (or 0xC7670C) is known color: Tenne (Tawny). HEX triplet: C7, 67 and 0C. RGB value is (199,103,12). Sum of RGB (Red+Green+Blue) = 199+103+12=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7670C is #3898F3. Grayscale: #797979. Windows color (decimal): -3709172 or 812999. OLE color: 812999.
HSL color Cylindrical-coordinate representation of color #C7670C: hue angle of 29.2º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7670C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.2º | 0.89% | 0.41% | - |
| HSV(B) | 29.2º | 0.94% | 0.78% | - |
| XYZ | 28.47 | 21.87 | 3.07 | - |
| YUV | 121.33 | 66.3 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 12 | 0 | 0.48 | 0.94 | 0.22 | 29.2 | 0.89 | 0.41 |
| Hex | C7 | 67 | C | 0 | 30 | 5E | 16 | 1D | 59 | 29 |
| Octal | 307 | 147 | 14 | 0 | 60 | 136 | 26 | 35 | 131 | 51 |
| Binary | 11000111 | 1100111 | 1100 | 0 | 110000 | 1011110 | 10110 | 11101 | 1011001 | 101001 |
Color Harmonies of #C7670C
Complementary color
Monochromatic Colors of #C7670C
Black with #C7670C
Text Example
Text Example
White with #C7670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7670C; }
p { color: rgb(199,103,12); }
H1.HeaderClassName
{
color: #C7670C;
}
.AnyTagClassName
{
color: #C7670C;
}
</style>
background-color css
<style>
a { background-color: #C7670C; }
a { background-color: rgb(199,103,12); }
div.DivClassName
{
background-color: #C7670C;
}
.BgClassName
{
background-color: #C7670C;
}
</style>
border-color css
<style>
span { border-color: #C7670C; }
span { border-color: rgb(199,103,12); }
td.TdClassName
{
border-color: #C7670C;
}
.TagClassName
{
border-color: #C7670C;
}
</style>