Shades of Tenne (Tawny) #C7600C
Tints of Tenne (Tawny) #C7600C
RGB
CMYK
RGB Variations
Color information
#C7600C (or 0xC7600C) is known color: Tenne (Tawny). HEX triplet: C7, 60 and 0C. RGB value is (199,96,12). Sum of RGB (Red+Green+Blue) = 199+96+12=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7600C is #389FF3. Grayscale: #757575. Windows color (decimal): -3710964 or 811207. OLE color: 811207.
HSL color Cylindrical-coordinate representation of color #C7600C: hue angle of 26.95º 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 #C7600C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.22 |
| HSL | 26.95º | 0.89% | 0.41% | - |
| HSV(B) | 26.95º | 0.94% | 0.78% | - |
| XYZ | 27.8 | 20.53 | 2.85 | - |
| YUV | 117.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 12 | 0 | 0.52 | 0.94 | 0.22 | 26.95 | 0.89 | 0.41 |
| Hex | C7 | 60 | C | 0 | 34 | 5E | 16 | 1B | 59 | 29 |
| Octal | 307 | 140 | 14 | 0 | 64 | 136 | 26 | 33 | 131 | 51 |
| Binary | 11000111 | 1100000 | 1100 | 0 | 110100 | 1011110 | 10110 | 11011 | 1011001 | 101001 |
Color Harmonies of #C7600C
Complementary color
Monochromatic Colors of #C7600C
Black with #C7600C
Text Example
Text Example
White with #C7600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7600C; }
p { color: rgb(199,96,12); }
H1.HeaderClassName
{
color: #C7600C;
}
.AnyTagClassName
{
color: #C7600C;
}
</style>
background-color css
<style>
a { background-color: #C7600C; }
a { background-color: rgb(199,96,12); }
div.DivClassName
{
background-color: #C7600C;
}
.BgClassName
{
background-color: #C7600C;
}
</style>
border-color css
<style>
span { border-color: #C7600C; }
span { border-color: rgb(199,96,12); }
td.TdClassName
{
border-color: #C7600C;
}
.TagClassName
{
border-color: #C7600C;
}
</style>