Shades of Tenne (Tawny) #C05205
Tints of Tenne (Tawny) #C05205
RGB
CMYK
RGB Variations
Color information
#C05205 (or 0xC05205) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 05. RGB value is (192,82,5). Sum of RGB (Red+Green+Blue) = 192+82+5=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C05205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05205 is #3FADFA. Grayscale: #6A6A6A. Windows color (decimal): -4173307 or 348864. OLE color: 348864.
HSL color Cylindrical-coordinate representation of color #C05205: hue angle of 24.71º 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 #C05205 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.25 |
| HSL | 24.71º | 0.95% | 0.39% | - |
| HSV(B) | 24.71º | 0.97% | 0.75% | - |
| XYZ | 24.78 | 17.25 | 2.17 | - |
| YUV | 106.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 5 | 0 | 0.57 | 0.97 | 0.25 | 24.71 | 0.95 | 0.39 |
| Hex | C0 | 52 | 5 | 0 | 39 | 61 | 19 | 19 | 5F | 27 |
| Octal | 300 | 122 | 5 | 0 | 71 | 141 | 31 | 31 | 137 | 47 |
| Binary | 11000000 | 1010010 | 101 | 0 | 111001 | 1100001 | 11001 | 11001 | 1011111 | 100111 |
Color Harmonies of #C05205
Complementary color
Monochromatic Colors of #C05205
Black with #C05205
Text Example
Text Example
White with #C05205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05205; }
p { color: rgb(192,82,5); }
H1.HeaderClassName
{
color: #C05205;
}
.AnyTagClassName
{
color: #C05205;
}
</style>
background-color css
<style>
a { background-color: #C05205; }
a { background-color: rgb(192,82,5); }
div.DivClassName
{
background-color: #C05205;
}
.BgClassName
{
background-color: #C05205;
}
</style>
border-color css
<style>
span { border-color: #C05205; }
span { border-color: rgb(192,82,5); }
td.TdClassName
{
border-color: #C05205;
}
.TagClassName
{
border-color: #C05205;
}
</style>