Shades of Tenne (Tawny) #C05802
Tints of Tenne (Tawny) #C05802
RGB
CMYK
RGB Variations
Color information
#C05802 (or 0xC05802) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 02. RGB value is (192,88,2). Sum of RGB (Red+Green+Blue) = 192+88+2=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C05802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05802 is #3FA7FD. Grayscale: #6D6D6D. Windows color (decimal): -4171774 or 153792. OLE color: 153792.
HSL color Cylindrical-coordinate representation of color #C05802: hue angle of 27.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C05802 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.25 |
| HSL | 27.16º | 0.98% | 0.38% | - |
| HSV(B) | 27.16º | 0.99% | 0.75% | - |
| XYZ | 25.24 | 18.19 | 2.24 | - |
| YUV | 109.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 2 | 0 | 0.54 | 0.99 | 0.25 | 27.16 | 0.98 | 0.38 |
| Hex | C0 | 58 | 2 | 0 | 36 | 63 | 19 | 1B | 62 | 26 |
| Octal | 300 | 130 | 2 | 0 | 66 | 143 | 31 | 33 | 142 | 46 |
| Binary | 11000000 | 1011000 | 10 | 0 | 110110 | 1100011 | 11001 | 11011 | 1100010 | 100110 |
Color Harmonies of #C05802
Complementary color
Monochromatic Colors of #C05802
Black with #C05802
Text Example
Text Example
White with #C05802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05802; }
p { color: rgb(192,88,2); }
H1.HeaderClassName
{
color: #C05802;
}
.AnyTagClassName
{
color: #C05802;
}
</style>
background-color css
<style>
a { background-color: #C05802; }
a { background-color: rgb(192,88,2); }
div.DivClassName
{
background-color: #C05802;
}
.BgClassName
{
background-color: #C05802;
}
</style>
border-color css
<style>
span { border-color: #C05802; }
span { border-color: rgb(192,88,2); }
td.TdClassName
{
border-color: #C05802;
}
.TagClassName
{
border-color: #C05802;
}
</style>