Shades of Tenne (Tawny) #C4630E
Tints of Tenne (Tawny) #C4630E
RGB
CMYK
RGB Variations
Color information
#C4630E (or 0xC4630E) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 0E. RGB value is (196,99,14). Sum of RGB (Red+Green+Blue) = 196+99+14=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4630E is #3B9CF1. Grayscale: #767676. Windows color (decimal): -3906802 or 943044. OLE color: 943044.
HSL color Cylindrical-coordinate representation of color #C4630E: hue angle of 28.02º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4630E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.23 |
| HSL | 28.02º | 0.87% | 0.41% | - |
| HSV(B) | 28.02º | 0.93% | 0.77% | - |
| XYZ | 27.31 | 20.69 | 2.97 | - |
| YUV | 118.31 | 69.14 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 14 | 0 | 0.49 | 0.93 | 0.23 | 28.02 | 0.87 | 0.41 |
| Hex | C4 | 63 | E | 0 | 31 | 5D | 17 | 1C | 57 | 29 |
| Octal | 304 | 143 | 16 | 0 | 61 | 135 | 27 | 34 | 127 | 51 |
| Binary | 11000100 | 1100011 | 1110 | 0 | 110001 | 1011101 | 10111 | 11100 | 1010111 | 101001 |
Color Harmonies of #C4630E
Complementary color
Monochromatic Colors of #C4630E
Black with #C4630E
Text Example
Text Example
White with #C4630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4630E; }
p { color: rgb(196,99,14); }
H1.HeaderClassName
{
color: #C4630E;
}
.AnyTagClassName
{
color: #C4630E;
}
</style>
background-color css
<style>
a { background-color: #C4630E; }
a { background-color: rgb(196,99,14); }
div.DivClassName
{
background-color: #C4630E;
}
.BgClassName
{
background-color: #C4630E;
}
</style>
border-color css
<style>
span { border-color: #C4630E; }
span { border-color: rgb(196,99,14); }
td.TdClassName
{
border-color: #C4630E;
}
.TagClassName
{
border-color: #C4630E;
}
</style>