Shades of Tenne (Tawny) #C05E06
Tints of Tenne (Tawny) #C05E06
RGB
CMYK
RGB Variations
Color information
#C05E06 (or 0xC05E06) is known color: Tenne (Tawny). HEX triplet: C0, 5E and 06. RGB value is (192,94,6). Sum of RGB (Red+Green+Blue) = 192+94+6=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E06 is #3FA1F9. Grayscale: #717171. Windows color (decimal): -4170234 or 417472. OLE color: 417472.
HSL color Cylindrical-coordinate representation of color #C05E06: hue angle of 28.39º degrees, saturation: 0.94, 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 #C05E06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.25 |
| HSL | 28.39º | 0.94% | 0.39% | - |
| HSV(B) | 28.39º | 0.97% | 0.75% | - |
| XYZ | 25.77 | 19.23 | 2.52 | - |
| YUV | 113.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 6 | 0 | 0.51 | 0.97 | 0.25 | 28.39 | 0.94 | 0.39 |
| Hex | C0 | 5E | 6 | 0 | 33 | 61 | 19 | 1C | 5E | 27 |
| Octal | 300 | 136 | 6 | 0 | 63 | 141 | 31 | 34 | 136 | 47 |
| Binary | 11000000 | 1011110 | 110 | 0 | 110011 | 1100001 | 11001 | 11100 | 1011110 | 100111 |
Color Harmonies of #C05E06
Complementary color
Monochromatic Colors of #C05E06
Black with #C05E06
Text Example
Text Example
White with #C05E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E06; }
p { color: rgb(192,94,6); }
H1.HeaderClassName
{
color: #C05E06;
}
.AnyTagClassName
{
color: #C05E06;
}
</style>
background-color css
<style>
a { background-color: #C05E06; }
a { background-color: rgb(192,94,6); }
div.DivClassName
{
background-color: #C05E06;
}
.BgClassName
{
background-color: #C05E06;
}
</style>
border-color css
<style>
span { border-color: #C05E06; }
span { border-color: rgb(192,94,6); }
td.TdClassName
{
border-color: #C05E06;
}
.TagClassName
{
border-color: #C05E06;
}
</style>