Shades of Tenne (Tawny) #C46E01
Tints of Tenne (Tawny) #C46E01
RGB
CMYK
RGB Variations
Color information
#C46E01 (or 0xC46E01) is known color: Tenne (Tawny). HEX triplet: C4, 6E and 01. RGB value is (196,110,1). Sum of RGB (Red+Green+Blue) = 196+110+1=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46E01 is #3B91FE. Grayscale: #7B7B7B. Windows color (decimal): -3903999 or 93892. OLE color: 93892.
HSL color Cylindrical-coordinate representation of color #C46E01: hue angle of 33.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C46E01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.23 |
| HSL | 33.54º | 0.99% | 0.39% | - |
| HSV(B) | 33.54º | 0.99% | 0.77% | - |
| XYZ | 28.35 | 22.89 | 2.95 | - |
| YUV | 123.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 1 | 0 | 0.44 | 0.99 | 0.23 | 33.54 | 0.99 | 0.39 |
| Hex | C4 | 6E | 1 | 0 | 2C | 63 | 17 | 22 | 63 | 27 |
| Octal | 304 | 156 | 1 | 0 | 54 | 143 | 27 | 42 | 143 | 47 |
| Binary | 11000100 | 1101110 | 1 | 0 | 101100 | 1100011 | 10111 | 100010 | 1100011 | 100111 |
Color Harmonies of #C46E01
Complementary color
Monochromatic Colors of #C46E01
Black with #C46E01
Text Example
Text Example
White with #C46E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E01; }
p { color: rgb(196,110,1); }
H1.HeaderClassName
{
color: #C46E01;
}
.AnyTagClassName
{
color: #C46E01;
}
</style>
background-color css
<style>
a { background-color: #C46E01; }
a { background-color: rgb(196,110,1); }
div.DivClassName
{
background-color: #C46E01;
}
.BgClassName
{
background-color: #C46E01;
}
</style>
border-color css
<style>
span { border-color: #C46E01; }
span { border-color: rgb(196,110,1); }
td.TdClassName
{
border-color: #C46E01;
}
.TagClassName
{
border-color: #C46E01;
}
</style>