Shades of Tenne (Tawny) #C05F07
Tints of Tenne (Tawny) #C05F07
RGB
CMYK
RGB Variations
Color information
#C05F07 (or 0xC05F07) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 07. RGB value is (192,95,7). Sum of RGB (Red+Green+Blue) = 192+95+7=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F07 is #3FA0F8. Grayscale: #727272. Windows color (decimal): -4169977 or 483264. OLE color: 483264.
HSL color Cylindrical-coordinate representation of color #C05F07: hue angle of 28.54º degrees, saturation: 0.93, 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 #C05F07 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 7 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.25 |
| HSL | 28.54º | 0.93% | 0.39% | - |
| HSV(B) | 28.54º | 0.96% | 0.75% | - |
| XYZ | 25.87 | 19.41 | 2.58 | - |
| YUV | 113.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 7 | 0 | 0.51 | 0.96 | 0.25 | 28.54 | 0.93 | 0.39 |
| Hex | C0 | 5F | 7 | 0 | 33 | 60 | 19 | 1D | 5D | 27 |
| Octal | 300 | 137 | 7 | 0 | 63 | 140 | 31 | 35 | 135 | 47 |
| Binary | 11000000 | 1011111 | 111 | 0 | 110011 | 1100000 | 11001 | 11101 | 1011101 | 100111 |
Color Harmonies of #C05F07
Complementary color
Monochromatic Colors of #C05F07
Black with #C05F07
Text Example
Text Example
White with #C05F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F07; }
p { color: rgb(192,95,7); }
H1.HeaderClassName
{
color: #C05F07;
}
.AnyTagClassName
{
color: #C05F07;
}
</style>
background-color css
<style>
a { background-color: #C05F07; }
a { background-color: rgb(192,95,7); }
div.DivClassName
{
background-color: #C05F07;
}
.BgClassName
{
background-color: #C05F07;
}
</style>
border-color css
<style>
span { border-color: #C05F07; }
span { border-color: rgb(192,95,7); }
td.TdClassName
{
border-color: #C05F07;
}
.TagClassName
{
border-color: #C05F07;
}
</style>