Shades of Tenne (Tawny) #C04F00
Tints of Tenne (Tawny) #C04F00
RGB
CMYK
RGB Variations
Color information
#C04F00 (or 0xC04F00) is known color: Tenne (Tawny). HEX triplet: C0, 4F and 00. RGB value is (192,79,0). Sum of RGB (Red+Green+Blue) = 192+79+0=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F00 is #3FB0FF. Grayscale: #686868. Windows color (decimal): -4174080 or 20416. OLE color: 20416.
HSL color Cylindrical-coordinate representation of color #C04F00: hue angle of 24.69º 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 #C04F00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.25 |
| HSL | 24.69º | 1% | 0.38% | - |
| HSV(B) | 24.69º | 1% | 0.75% | - |
| XYZ | 24.53 | 16.8 | 1.95 | - |
| YUV | 103.78 | 69.44 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 0 | 0 | 0.59 | 1 | 0.25 | 24.69 | 1 | 0.38 |
| Hex | C0 | 4F | 0 | 0 | 3B | 64 | 19 | 19 | 64 | 26 |
| Octal | 300 | 117 | 0 | 0 | 73 | 144 | 31 | 31 | 144 | 46 |
| Binary | 11000000 | 1001111 | 0 | 0 | 111011 | 1100100 | 11001 | 11001 | 1100100 | 100110 |
Color Harmonies of #C04F00
Complementary color
Monochromatic Colors of #C04F00
Black with #C04F00
Text Example
Text Example
White with #C04F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F00; }
p { color: rgb(192,79,0); }
H1.HeaderClassName
{
color: #C04F00;
}
.AnyTagClassName
{
color: #C04F00;
}
</style>
background-color css
<style>
a { background-color: #C04F00; }
a { background-color: rgb(192,79,0); }
div.DivClassName
{
background-color: #C04F00;
}
.BgClassName
{
background-color: #C04F00;
}
</style>
border-color css
<style>
span { border-color: #C04F00; }
span { border-color: rgb(192,79,0); }
td.TdClassName
{
border-color: #C04F00;
}
.TagClassName
{
border-color: #C04F00;
}
</style>