Shades of Tenne (Tawny) #C74703
Tints of Tenne (Tawny) #C74703
RGB
CMYK
RGB Variations
Color information
#C74703 (or 0xC74703) is known color: Tenne (Tawny). HEX triplet: C7, 47 and 03. RGB value is (199,71,3). Sum of RGB (Red+Green+Blue) = 199+71+3=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74703 is #38B8FC. Grayscale: #656565. Windows color (decimal): -3717373 or 214983. OLE color: 214983.
HSL color Cylindrical-coordinate representation of color #C74703: hue angle of 20.82º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C74703 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.22 |
| HSL | 20.82º | 0.97% | 0.4% | - |
| HSV(B) | 20.82º | 0.98% | 0.78% | - |
| XYZ | 25.82 | 16.66 | 1.94 | - |
| YUV | 101.52 | 72.41 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 3 | 0 | 0.64 | 0.98 | 0.22 | 20.82 | 0.97 | 0.4 |
| Hex | C7 | 47 | 3 | 0 | 40 | 62 | 16 | 15 | 61 | 28 |
| Octal | 307 | 107 | 3 | 0 | 100 | 142 | 26 | 25 | 141 | 50 |
| Binary | 11000111 | 1000111 | 11 | 0 | 1000000 | 1100010 | 10110 | 10101 | 1100001 | 101000 |
Color Harmonies of #C74703
Complementary color
Monochromatic Colors of #C74703
Black with #C74703
Text Example
Text Example
White with #C74703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74703; }
p { color: rgb(199,71,3); }
H1.HeaderClassName
{
color: #C74703;
}
.AnyTagClassName
{
color: #C74703;
}
</style>
background-color css
<style>
a { background-color: #C74703; }
a { background-color: rgb(199,71,3); }
div.DivClassName
{
background-color: #C74703;
}
.BgClassName
{
background-color: #C74703;
}
</style>
border-color css
<style>
span { border-color: #C74703; }
span { border-color: rgb(199,71,3); }
td.TdClassName
{
border-color: #C74703;
}
.TagClassName
{
border-color: #C74703;
}
</style>