Shades of Tenne (Tawny) #C74A00
Tints of Tenne (Tawny) #C74A00
RGB
CMYK
RGB Variations
Color information
#C74A00 (or 0xC74A00) is known color: Tenne (Tawny). HEX triplet: C7, 4A and 00. RGB value is (199,74,0). Sum of RGB (Red+Green+Blue) = 199+74+0=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74A00 is #38B5FF. Grayscale: #676767. Windows color (decimal): -3716608 or 19143. OLE color: 19143.
HSL color Cylindrical-coordinate representation of color #C74A00: hue angle of 22.31º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C74A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.22 |
| HSL | 22.31º | 1% | 0.39% | - |
| HSV(B) | 22.31º | 1% | 0.78% | - |
| XYZ | 26 | 17.04 | 1.92 | - |
| YUV | 102.94 | 69.91 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 0 | 0 | 0.63 | 1 | 0.22 | 22.31 | 1 | 0.39 |
| Hex | C7 | 4A | 0 | 0 | 3F | 64 | 16 | 16 | 64 | 27 |
| Octal | 307 | 112 | 0 | 0 | 77 | 144 | 26 | 26 | 144 | 47 |
| Binary | 11000111 | 1001010 | 0 | 0 | 111111 | 1100100 | 10110 | 10110 | 1100100 | 100111 |
Color Harmonies of #C74A00
Complementary color
Monochromatic Colors of #C74A00
Black with #C74A00
Text Example
Text Example
White with #C74A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A00; }
p { color: rgb(199,74,0); }
H1.HeaderClassName
{
color: #C74A00;
}
.AnyTagClassName
{
color: #C74A00;
}
</style>
background-color css
<style>
a { background-color: #C74A00; }
a { background-color: rgb(199,74,0); }
div.DivClassName
{
background-color: #C74A00;
}
.BgClassName
{
background-color: #C74A00;
}
</style>
border-color css
<style>
span { border-color: #C74A00; }
span { border-color: rgb(199,74,0); }
td.TdClassName
{
border-color: #C74A00;
}
.TagClassName
{
border-color: #C74A00;
}
</style>