Shades of Tenne (Tawny) #C74E04
Tints of Tenne (Tawny) #C74E04
RGB
CMYK
RGB Variations
Color information
#C74E04 (or 0xC74E04) is known color: Tenne (Tawny). HEX triplet: C7, 4E and 04. RGB value is (199,78,4). Sum of RGB (Red+Green+Blue) = 199+78+4=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74E04 is #38B1FB. Grayscale: #6A6A6A. Windows color (decimal): -3715580 or 282311. OLE color: 282311.
HSL color Cylindrical-coordinate representation of color #C74E04: hue angle of 22.77º degrees, saturation: 0.96, 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 #C74E04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.22 |
| HSL | 22.77º | 0.96% | 0.4% | - |
| HSV(B) | 22.77º | 0.98% | 0.78% | - |
| XYZ | 26.3 | 17.6 | 2.13 | - |
| YUV | 105.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 4 | 0 | 0.61 | 0.98 | 0.22 | 22.77 | 0.96 | 0.4 |
| Hex | C7 | 4E | 4 | 0 | 3D | 62 | 16 | 17 | 60 | 28 |
| Octal | 307 | 116 | 4 | 0 | 75 | 142 | 26 | 27 | 140 | 50 |
| Binary | 11000111 | 1001110 | 100 | 0 | 111101 | 1100010 | 10110 | 10111 | 1100000 | 101000 |
Color Harmonies of #C74E04
Complementary color
Monochromatic Colors of #C74E04
Black with #C74E04
Text Example
Text Example
White with #C74E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E04; }
p { color: rgb(199,78,4); }
H1.HeaderClassName
{
color: #C74E04;
}
.AnyTagClassName
{
color: #C74E04;
}
</style>
background-color css
<style>
a { background-color: #C74E04; }
a { background-color: rgb(199,78,4); }
div.DivClassName
{
background-color: #C74E04;
}
.BgClassName
{
background-color: #C74E04;
}
</style>
border-color css
<style>
span { border-color: #C74E04; }
span { border-color: rgb(199,78,4); }
td.TdClassName
{
border-color: #C74E04;
}
.TagClassName
{
border-color: #C74E04;
}
</style>