Shades of Tenne (Tawny) #C05207
Tints of Tenne (Tawny) #C05207
RGB
CMYK
RGB Variations
Color information
#C05207 (or 0xC05207) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 07. RGB value is (192,82,7). Sum of RGB (Red+Green+Blue) = 192+82+7=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05207 is #3FADF8. Grayscale: #6A6A6A. Windows color (decimal): -4173305 or 479936. OLE color: 479936.
HSL color Cylindrical-coordinate representation of color #C05207: hue angle of 24.32º 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 #C05207 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.25 |
| HSL | 24.32º | 0.93% | 0.39% | - |
| HSV(B) | 24.32º | 0.96% | 0.75% | - |
| XYZ | 24.79 | 17.26 | 2.23 | - |
| YUV | 106.34 | 71.94 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 7 | 0 | 0.57 | 0.96 | 0.25 | 24.32 | 0.93 | 0.39 |
| Hex | C0 | 52 | 7 | 0 | 39 | 60 | 19 | 18 | 5D | 27 |
| Octal | 300 | 122 | 7 | 0 | 71 | 140 | 31 | 30 | 135 | 47 |
| Binary | 11000000 | 1010010 | 111 | 0 | 111001 | 1100000 | 11001 | 11000 | 1011101 | 100111 |
Color Harmonies of #C05207
Complementary color
Monochromatic Colors of #C05207
Black with #C05207
Text Example
Text Example
White with #C05207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05207; }
p { color: rgb(192,82,7); }
H1.HeaderClassName
{
color: #C05207;
}
.AnyTagClassName
{
color: #C05207;
}
</style>
background-color css
<style>
a { background-color: #C05207; }
a { background-color: rgb(192,82,7); }
div.DivClassName
{
background-color: #C05207;
}
.BgClassName
{
background-color: #C05207;
}
</style>
border-color css
<style>
span { border-color: #C05207; }
span { border-color: rgb(192,82,7); }
td.TdClassName
{
border-color: #C05207;
}
.TagClassName
{
border-color: #C05207;
}
</style>