Shades of Tenne (Tawny) #C4620C
Tints of Tenne (Tawny) #C4620C
RGB
CMYK
RGB Variations
Color information
#C4620C (or 0xC4620C) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 0C. RGB value is (196,98,12). Sum of RGB (Red+Green+Blue) = 196+98+12=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4620C is #3B9DF3. Grayscale: #757575. Windows color (decimal): -3907060 or 811716. OLE color: 811716.
HSL color Cylindrical-coordinate representation of color #C4620C: hue angle of 28.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4620C is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 12 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.23 |
| HSL | 28.04º | 0.88% | 0.41% | - |
| HSV(B) | 28.04º | 0.94% | 0.77% | - |
| XYZ | 27.2 | 20.5 | 2.87 | - |
| YUV | 117.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 12 | 0 | 0.5 | 0.94 | 0.23 | 28.04 | 0.88 | 0.41 |
| Hex | C4 | 62 | C | 0 | 32 | 5E | 17 | 1C | 58 | 29 |
| Octal | 304 | 142 | 14 | 0 | 62 | 136 | 27 | 34 | 130 | 51 |
| Binary | 11000100 | 1100010 | 1100 | 0 | 110010 | 1011110 | 10111 | 11100 | 1011000 | 101001 |
Color Harmonies of #C4620C
Complementary color
Monochromatic Colors of #C4620C
Black with #C4620C
Text Example
Text Example
White with #C4620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4620C; }
p { color: rgb(196,98,12); }
H1.HeaderClassName
{
color: #C4620C;
}
.AnyTagClassName
{
color: #C4620C;
}
</style>
background-color css
<style>
a { background-color: #C4620C; }
a { background-color: rgb(196,98,12); }
div.DivClassName
{
background-color: #C4620C;
}
.BgClassName
{
background-color: #C4620C;
}
</style>
border-color css
<style>
span { border-color: #C4620C; }
span { border-color: rgb(196,98,12); }
td.TdClassName
{
border-color: #C4620C;
}
.TagClassName
{
border-color: #C4620C;
}
</style>