Shades of Tenne (Tawny) #C05F08
Tints of Tenne (Tawny) #C05F08
RGB
CMYK
RGB Variations
Color information
#C05F08 (or 0xC05F08) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 08. RGB value is (192,95,8). Sum of RGB (Red+Green+Blue) = 192+95+8=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F08 is #3FA0F7. Grayscale: #727272. Windows color (decimal): -4169976 or 548800. OLE color: 548800.
HSL color Cylindrical-coordinate representation of color #C05F08: hue angle of 28.37º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C05F08 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.25 |
| HSL | 28.37º | 0.92% | 0.39% | - |
| HSV(B) | 28.37º | 0.96% | 0.75% | - |
| XYZ | 25.87 | 19.41 | 2.61 | - |
| YUV | 114.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 8 | 0 | 0.51 | 0.96 | 0.25 | 28.37 | 0.92 | 0.39 |
| Hex | C0 | 5F | 8 | 0 | 33 | 60 | 19 | 1C | 5C | 27 |
| Octal | 300 | 137 | 10 | 0 | 63 | 140 | 31 | 34 | 134 | 47 |
| Binary | 11000000 | 1011111 | 1000 | 0 | 110011 | 1100000 | 11001 | 11100 | 1011100 | 100111 |
Color Harmonies of #C05F08
Complementary color
Monochromatic Colors of #C05F08
Black with #C05F08
Text Example
Text Example
White with #C05F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F08; }
p { color: rgb(192,95,8); }
H1.HeaderClassName
{
color: #C05F08;
}
.AnyTagClassName
{
color: #C05F08;
}
</style>
background-color css
<style>
a { background-color: #C05F08; }
a { background-color: rgb(192,95,8); }
div.DivClassName
{
background-color: #C05F08;
}
.BgClassName
{
background-color: #C05F08;
}
</style>
border-color css
<style>
span { border-color: #C05F08; }
span { border-color: rgb(192,95,8); }
td.TdClassName
{
border-color: #C05F08;
}
.TagClassName
{
border-color: #C05F08;
}
</style>