Shades of Tenne (Tawny) #C46901
Tints of Tenne (Tawny) #C46901
RGB
CMYK
RGB Variations
Color information
#C46901 (or 0xC46901) is known color: Tenne (Tawny). HEX triplet: C4, 69 and 01. RGB value is (196,105,1). Sum of RGB (Red+Green+Blue) = 196+105+1=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C46901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46901 is #3B96FE. Grayscale: #787878. Windows color (decimal): -3905279 or 92612. OLE color: 92612.
HSL color Cylindrical-coordinate representation of color #C46901: hue angle of 32º 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 #C46901 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.23 |
| HSL | 32º | 0.99% | 0.39% | - |
| HSV(B) | 32º | 0.99% | 0.77% | - |
| XYZ | 27.82 | 21.84 | 2.78 | - |
| YUV | 120.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 1 | 0 | 0.46 | 0.99 | 0.23 | 32 | 0.99 | 0.39 |
| Hex | C4 | 69 | 1 | 0 | 2E | 63 | 17 | 20 | 63 | 27 |
| Octal | 304 | 151 | 1 | 0 | 56 | 143 | 27 | 40 | 143 | 47 |
| Binary | 11000100 | 1101001 | 1 | 0 | 101110 | 1100011 | 10111 | 100000 | 1100011 | 100111 |
Color Harmonies of #C46901
Complementary color
Monochromatic Colors of #C46901
Black with #C46901
Text Example
Text Example
White with #C46901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46901; }
p { color: rgb(196,105,1); }
H1.HeaderClassName
{
color: #C46901;
}
.AnyTagClassName
{
color: #C46901;
}
</style>
background-color css
<style>
a { background-color: #C46901; }
a { background-color: rgb(196,105,1); }
div.DivClassName
{
background-color: #C46901;
}
.BgClassName
{
background-color: #C46901;
}
</style>
border-color css
<style>
span { border-color: #C46901; }
span { border-color: rgb(196,105,1); }
td.TdClassName
{
border-color: #C46901;
}
.TagClassName
{
border-color: #C46901;
}
</style>