Shades of Tenne (Tawny) #C05712
Tints of Tenne (Tawny) #C05712
RGB
CMYK
RGB Variations
Color information
#C05712 (or 0xC05712) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 12. RGB value is (192,87,18). Sum of RGB (Red+Green+Blue) = 192+87+18=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05712 is #3FA8ED. Grayscale: #6E6E6E. Windows color (decimal): -4172014 or 1202112. OLE color: 1202112.
HSL color Cylindrical-coordinate representation of color #C05712: hue angle of 23.79º 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 #C05712 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 18 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.25 |
| HSL | 23.79º | 0.83% | 0.41% | - |
| HSV(B) | 23.79º | 0.91% | 0.75% | - |
| XYZ | 25.26 | 18.07 | 2.73 | - |
| YUV | 110.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 18 | 0 | 0.55 | 0.91 | 0.25 | 23.79 | 0.83 | 0.41 |
| Hex | C0 | 57 | 12 | 0 | 37 | 5B | 19 | 18 | 53 | 29 |
| Octal | 300 | 127 | 22 | 0 | 67 | 133 | 31 | 30 | 123 | 51 |
| Binary | 11000000 | 1010111 | 10010 | 0 | 110111 | 1011011 | 11001 | 11000 | 1010011 | 101001 |
Color Harmonies of #C05712
Complementary color
Monochromatic Colors of #C05712
Black with #C05712
Text Example
Text Example
White with #C05712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05712; }
p { color: rgb(192,87,18); }
H1.HeaderClassName
{
color: #C05712;
}
.AnyTagClassName
{
color: #C05712;
}
</style>
background-color css
<style>
a { background-color: #C05712; }
a { background-color: rgb(192,87,18); }
div.DivClassName
{
background-color: #C05712;
}
.BgClassName
{
background-color: #C05712;
}
</style>
border-color css
<style>
span { border-color: #C05712; }
span { border-color: rgb(192,87,18); }
td.TdClassName
{
border-color: #C05712;
}
.TagClassName
{
border-color: #C05712;
}
</style>