Shades of Tenne (Tawny) #C45007
Tints of Tenne (Tawny) #C45007
RGB
CMYK
RGB Variations
Color information
#C45007 (or 0xC45007) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 07. RGB value is (196,80,7). Sum of RGB (Red+Green+Blue) = 196+80+7=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C45007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45007 is #3BAFF8. Grayscale: #6A6A6A. Windows color (decimal): -3911673 or 479428. OLE color: 479428.
HSL color Cylindrical-coordinate representation of color #C45007: hue angle of 23.17º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C45007 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.23 |
| HSL | 23.17º | 0.93% | 0.4% | - |
| HSV(B) | 23.17º | 0.96% | 0.77% | - |
| XYZ | 25.67 | 17.49 | 2.22 | - |
| YUV | 106.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 7 | 0 | 0.59 | 0.96 | 0.23 | 23.17 | 0.93 | 0.4 |
| Hex | C4 | 50 | 7 | 0 | 3B | 60 | 17 | 17 | 5D | 28 |
| Octal | 304 | 120 | 7 | 0 | 73 | 140 | 27 | 27 | 135 | 50 |
| Binary | 11000100 | 1010000 | 111 | 0 | 111011 | 1100000 | 10111 | 10111 | 1011101 | 101000 |
Color Harmonies of #C45007
Complementary color
Monochromatic Colors of #C45007
Black with #C45007
Text Example
Text Example
White with #C45007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45007; }
p { color: rgb(196,80,7); }
H1.HeaderClassName
{
color: #C45007;
}
.AnyTagClassName
{
color: #C45007;
}
</style>
background-color css
<style>
a { background-color: #C45007; }
a { background-color: rgb(196,80,7); }
div.DivClassName
{
background-color: #C45007;
}
.BgClassName
{
background-color: #C45007;
}
</style>
border-color css
<style>
span { border-color: #C45007; }
span { border-color: rgb(196,80,7); }
td.TdClassName
{
border-color: #C45007;
}
.TagClassName
{
border-color: #C45007;
}
</style>