Shades of Tenne (Tawny) #C46303
Tints of Tenne (Tawny) #C46303
RGB
CMYK
RGB Variations
Color information
#C46303 (or 0xC46303) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 03. RGB value is (196,99,3). Sum of RGB (Red+Green+Blue) = 196+99+3=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C46303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46303 is #3B9CFC. Grayscale: #757575. Windows color (decimal): -3906813 or 222148. OLE color: 222148.
HSL color Cylindrical-coordinate representation of color #C46303: hue angle of 29.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C46303 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.23 |
| HSL | 29.84º | 0.97% | 0.39% | - |
| HSV(B) | 29.84º | 0.98% | 0.77% | - |
| XYZ | 27.24 | 20.67 | 2.64 | - |
| YUV | 117.06 | 63.64 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 3 | 0 | 0.49 | 0.98 | 0.23 | 29.84 | 0.97 | 0.39 |
| Hex | C4 | 63 | 3 | 0 | 31 | 62 | 17 | 1E | 61 | 27 |
| Octal | 304 | 143 | 3 | 0 | 61 | 142 | 27 | 36 | 141 | 47 |
| Binary | 11000100 | 1100011 | 11 | 0 | 110001 | 1100010 | 10111 | 11110 | 1100001 | 100111 |
Color Harmonies of #C46303
Complementary color
Monochromatic Colors of #C46303
Black with #C46303
Text Example
Text Example
White with #C46303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46303; }
p { color: rgb(196,99,3); }
H1.HeaderClassName
{
color: #C46303;
}
.AnyTagClassName
{
color: #C46303;
}
</style>
background-color css
<style>
a { background-color: #C46303; }
a { background-color: rgb(196,99,3); }
div.DivClassName
{
background-color: #C46303;
}
.BgClassName
{
background-color: #C46303;
}
</style>
border-color css
<style>
span { border-color: #C46303; }
span { border-color: rgb(196,99,3); }
td.TdClassName
{
border-color: #C46303;
}
.TagClassName
{
border-color: #C46303;
}
</style>