Shades of Tenne (Tawny) #C46305
Tints of Tenne (Tawny) #C46305
RGB
CMYK
RGB Variations
Color information
#C46305 (or 0xC46305) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 05. RGB value is (196,99,5). Sum of RGB (Red+Green+Blue) = 196+99+5=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C46305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46305 is #3B9CFA. Grayscale: #757575. Windows color (decimal): -3906811 or 353220. OLE color: 353220.
HSL color Cylindrical-coordinate representation of color #C46305: hue angle of 29.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C46305 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.23 |
| HSL | 29.53º | 0.95% | 0.39% | - |
| HSV(B) | 29.53º | 0.97% | 0.77% | - |
| XYZ | 27.25 | 20.67 | 2.7 | - |
| YUV | 117.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 5 | 0 | 0.49 | 0.97 | 0.23 | 29.53 | 0.95 | 0.39 |
| Hex | C4 | 63 | 5 | 0 | 31 | 61 | 17 | 1E | 5F | 27 |
| Octal | 304 | 143 | 5 | 0 | 61 | 141 | 27 | 36 | 137 | 47 |
| Binary | 11000100 | 1100011 | 101 | 0 | 110001 | 1100001 | 10111 | 11110 | 1011111 | 100111 |
Color Harmonies of #C46305
Complementary color
Monochromatic Colors of #C46305
Black with #C46305
Text Example
Text Example
White with #C46305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46305; }
p { color: rgb(196,99,5); }
H1.HeaderClassName
{
color: #C46305;
}
.AnyTagClassName
{
color: #C46305;
}
</style>
background-color css
<style>
a { background-color: #C46305; }
a { background-color: rgb(196,99,5); }
div.DivClassName
{
background-color: #C46305;
}
.BgClassName
{
background-color: #C46305;
}
</style>
border-color css
<style>
span { border-color: #C46305; }
span { border-color: rgb(196,99,5); }
td.TdClassName
{
border-color: #C46305;
}
.TagClassName
{
border-color: #C46305;
}
</style>