Shades of Tenne (Tawny) #C05612
Tints of Tenne (Tawny) #C05612
RGB
CMYK
RGB Variations
Color information
#C05612 (or 0xC05612) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 12. RGB value is (192,86,18). Sum of RGB (Red+Green+Blue) = 192+86+18=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C05612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05612 is #3FA9ED. Grayscale: #6E6E6E. Windows color (decimal): -4172270 or 1201856. OLE color: 1201856.
HSL color Cylindrical-coordinate representation of color #C05612: hue angle of 23.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05612 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 18 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.25 |
| HSL | 23.45º | 0.83% | 0.41% | - |
| HSV(B) | 23.45º | 0.91% | 0.75% | - |
| XYZ | 25.18 | 17.91 | 2.7 | - |
| YUV | 109.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 18 | 0 | 0.55 | 0.91 | 0.25 | 23.45 | 0.83 | 0.41 |
| Hex | C0 | 56 | 12 | 0 | 37 | 5B | 19 | 17 | 53 | 29 |
| Octal | 300 | 126 | 22 | 0 | 67 | 133 | 31 | 27 | 123 | 51 |
| Binary | 11000000 | 1010110 | 10010 | 0 | 110111 | 1011011 | 11001 | 10111 | 1010011 | 101001 |
Color Harmonies of #C05612
Complementary color
Monochromatic Colors of #C05612
Black with #C05612
Text Example
Text Example
White with #C05612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05612; }
p { color: rgb(192,86,18); }
H1.HeaderClassName
{
color: #C05612;
}
.AnyTagClassName
{
color: #C05612;
}
</style>
background-color css
<style>
a { background-color: #C05612; }
a { background-color: rgb(192,86,18); }
div.DivClassName
{
background-color: #C05612;
}
.BgClassName
{
background-color: #C05612;
}
</style>
border-color css
<style>
span { border-color: #C05612; }
span { border-color: rgb(192,86,18); }
td.TdClassName
{
border-color: #C05612;
}
.TagClassName
{
border-color: #C05612;
}
</style>