Shades of Tenne (Tawny) #C04E00
Tints of Tenne (Tawny) #C04E00
RGB
CMYK
RGB Variations
Color information
#C04E00 (or 0xC04E00) is known color: Tenne (Tawny). HEX triplet: C0, 4E and 00. RGB value is (192,78,0). Sum of RGB (Red+Green+Blue) = 192+78+0=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04E00 is #3FB1FF. Grayscale: #676767. Windows color (decimal): -4174336 or 20160. OLE color: 20160.
HSL color Cylindrical-coordinate representation of color #C04E00: hue angle of 24.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04E00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.25 |
| HSL | 24.38º | 1% | 0.38% | - |
| HSV(B) | 24.38º | 1% | 0.75% | - |
| XYZ | 24.46 | 16.66 | 1.93 | - |
| YUV | 103.19 | 69.77 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 0 | 0 | 0.59 | 1 | 0.25 | 24.38 | 1 | 0.38 |
| Hex | C0 | 4E | 0 | 0 | 3B | 64 | 19 | 18 | 64 | 26 |
| Octal | 300 | 116 | 0 | 0 | 73 | 144 | 31 | 30 | 144 | 46 |
| Binary | 11000000 | 1001110 | 0 | 0 | 111011 | 1100100 | 11001 | 11000 | 1100100 | 100110 |
Color Harmonies of #C04E00
Complementary color
Monochromatic Colors of #C04E00
Black with #C04E00
Text Example
Text Example
White with #C04E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E00; }
p { color: rgb(192,78,0); }
H1.HeaderClassName
{
color: #C04E00;
}
.AnyTagClassName
{
color: #C04E00;
}
</style>
background-color css
<style>
a { background-color: #C04E00; }
a { background-color: rgb(192,78,0); }
div.DivClassName
{
background-color: #C04E00;
}
.BgClassName
{
background-color: #C04E00;
}
</style>
border-color css
<style>
span { border-color: #C04E00; }
span { border-color: rgb(192,78,0); }
td.TdClassName
{
border-color: #C04E00;
}
.TagClassName
{
border-color: #C04E00;
}
</style>