Shades of Tenne (Tawny) #C04F05
Tints of Tenne (Tawny) #C04F05
RGB
CMYK
RGB Variations
Color information
#C04F05 (or 0xC04F05) is known color: Tenne (Tawny). HEX triplet: C0, 4F and 05. RGB value is (192,79,5). Sum of RGB (Red+Green+Blue) = 192+79+5=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F05 is #3FB0FA. Grayscale: #686868. Windows color (decimal): -4174075 or 348096. OLE color: 348096.
HSL color Cylindrical-coordinate representation of color #C04F05: hue angle of 23.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C04F05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.25 |
| HSL | 23.74º | 0.95% | 0.39% | - |
| HSV(B) | 23.74º | 0.97% | 0.75% | - |
| XYZ | 24.56 | 16.81 | 2.09 | - |
| YUV | 104.35 | 71.94 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 5 | 0 | 0.59 | 0.97 | 0.25 | 23.74 | 0.95 | 0.39 |
| Hex | C0 | 4F | 5 | 0 | 3B | 61 | 19 | 18 | 5F | 27 |
| Octal | 300 | 117 | 5 | 0 | 73 | 141 | 31 | 30 | 137 | 47 |
| Binary | 11000000 | 1001111 | 101 | 0 | 111011 | 1100001 | 11001 | 11000 | 1011111 | 100111 |
Color Harmonies of #C04F05
Complementary color
Monochromatic Colors of #C04F05
Black with #C04F05
Text Example
Text Example
White with #C04F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F05; }
p { color: rgb(192,79,5); }
H1.HeaderClassName
{
color: #C04F05;
}
.AnyTagClassName
{
color: #C04F05;
}
</style>
background-color css
<style>
a { background-color: #C04F05; }
a { background-color: rgb(192,79,5); }
div.DivClassName
{
background-color: #C04F05;
}
.BgClassName
{
background-color: #C04F05;
}
</style>
border-color css
<style>
span { border-color: #C04F05; }
span { border-color: rgb(192,79,5); }
td.TdClassName
{
border-color: #C04F05;
}
.TagClassName
{
border-color: #C04F05;
}
</style>