Shades of Tenne (Tawny) #C05407
Tints of Tenne (Tawny) #C05407
RGB
CMYK
RGB Variations
Color information
#C05407 (or 0xC05407) is known color: Tenne (Tawny). HEX triplet: C0, 54 and 07. RGB value is (192,84,7). Sum of RGB (Red+Green+Blue) = 192+84+7=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C05407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05407 is #3FABF8. Grayscale: #6B6B6B. Windows color (decimal): -4172793 or 480448. OLE color: 480448.
HSL color Cylindrical-coordinate representation of color #C05407: hue angle of 24.97º 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 #C05407 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 7 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.25 |
| HSL | 24.97º | 0.93% | 0.39% | - |
| HSV(B) | 24.97º | 0.96% | 0.75% | - |
| XYZ | 24.95 | 17.56 | 2.28 | - |
| YUV | 107.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 7 | 0 | 0.56 | 0.96 | 0.25 | 24.97 | 0.93 | 0.39 |
| Hex | C0 | 54 | 7 | 0 | 38 | 60 | 19 | 19 | 5D | 27 |
| Octal | 300 | 124 | 7 | 0 | 70 | 140 | 31 | 31 | 135 | 47 |
| Binary | 11000000 | 1010100 | 111 | 0 | 111000 | 1100000 | 11001 | 11001 | 1011101 | 100111 |
Color Harmonies of #C05407
Complementary color
Monochromatic Colors of #C05407
Black with #C05407
Text Example
Text Example
White with #C05407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05407; }
p { color: rgb(192,84,7); }
H1.HeaderClassName
{
color: #C05407;
}
.AnyTagClassName
{
color: #C05407;
}
</style>
background-color css
<style>
a { background-color: #C05407; }
a { background-color: rgb(192,84,7); }
div.DivClassName
{
background-color: #C05407;
}
.BgClassName
{
background-color: #C05407;
}
</style>
border-color css
<style>
span { border-color: #C05407; }
span { border-color: rgb(192,84,7); }
td.TdClassName
{
border-color: #C05407;
}
.TagClassName
{
border-color: #C05407;
}
</style>