Shades of Tenne (Tawny) #C74905
Tints of Tenne (Tawny) #C74905
RGB
CMYK
RGB Variations
Color information
#C74905 (or 0xC74905) is known color: Tenne (Tawny). HEX triplet: C7, 49 and 05. RGB value is (199,73,5). Sum of RGB (Red+Green+Blue) = 199+73+5=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C74905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74905 is #38B6FA. Grayscale: #676767. Windows color (decimal): -3716859 or 346567. OLE color: 346567.
HSL color Cylindrical-coordinate representation of color #C74905: hue angle of 21.03º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C74905 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.22 |
| HSL | 21.03º | 0.95% | 0.4% | - |
| HSV(B) | 21.03º | 0.97% | 0.78% | - |
| XYZ | 25.96 | 16.92 | 2.04 | - |
| YUV | 102.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 5 | 0 | 0.63 | 0.97 | 0.22 | 21.03 | 0.95 | 0.4 |
| Hex | C7 | 49 | 5 | 0 | 3F | 61 | 16 | 15 | 5F | 28 |
| Octal | 307 | 111 | 5 | 0 | 77 | 141 | 26 | 25 | 137 | 50 |
| Binary | 11000111 | 1001001 | 101 | 0 | 111111 | 1100001 | 10110 | 10101 | 1011111 | 101000 |
Color Harmonies of #C74905
Complementary color
Monochromatic Colors of #C74905
Black with #C74905
Text Example
Text Example
White with #C74905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74905; }
p { color: rgb(199,73,5); }
H1.HeaderClassName
{
color: #C74905;
}
.AnyTagClassName
{
color: #C74905;
}
</style>
background-color css
<style>
a { background-color: #C74905; }
a { background-color: rgb(199,73,5); }
div.DivClassName
{
background-color: #C74905;
}
.BgClassName
{
background-color: #C74905;
}
</style>
border-color css
<style>
span { border-color: #C74905; }
span { border-color: rgb(199,73,5); }
td.TdClassName
{
border-color: #C74905;
}
.TagClassName
{
border-color: #C74905;
}
</style>