Shades of Tenne (Tawny) #C05805
Tints of Tenne (Tawny) #C05805
RGB
CMYK
RGB Variations
Color information
#C05805 (or 0xC05805) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 05. RGB value is (192,88,5). Sum of RGB (Red+Green+Blue) = 192+88+5=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C05805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05805 is #3FA7FA. Grayscale: #6E6E6E. Windows color (decimal): -4171771 or 350400. OLE color: 350400.
HSL color Cylindrical-coordinate representation of color #C05805: hue angle of 26.63º 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 #C05805 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.25 |
| HSL | 26.63º | 0.95% | 0.39% | - |
| HSV(B) | 26.63º | 0.97% | 0.75% | - |
| XYZ | 25.26 | 18.2 | 2.32 | - |
| YUV | 109.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 5 | 0 | 0.54 | 0.97 | 0.25 | 26.63 | 0.95 | 0.39 |
| Hex | C0 | 58 | 5 | 0 | 36 | 61 | 19 | 1B | 5F | 27 |
| Octal | 300 | 130 | 5 | 0 | 66 | 141 | 31 | 33 | 137 | 47 |
| Binary | 11000000 | 1011000 | 101 | 0 | 110110 | 1100001 | 11001 | 11011 | 1011111 | 100111 |
Color Harmonies of #C05805
Complementary color
Monochromatic Colors of #C05805
Black with #C05805
Text Example
Text Example
White with #C05805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05805; }
p { color: rgb(192,88,5); }
H1.HeaderClassName
{
color: #C05805;
}
.AnyTagClassName
{
color: #C05805;
}
</style>
background-color css
<style>
a { background-color: #C05805; }
a { background-color: rgb(192,88,5); }
div.DivClassName
{
background-color: #C05805;
}
.BgClassName
{
background-color: #C05805;
}
</style>
border-color css
<style>
span { border-color: #C05805; }
span { border-color: rgb(192,88,5); }
td.TdClassName
{
border-color: #C05805;
}
.TagClassName
{
border-color: #C05805;
}
</style>