Shades of Tenne (Tawny) #C2630E
Tints of Tenne (Tawny) #C2630E
RGB
CMYK
RGB Variations
Color information
#C2630E (or 0xC2630E) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 0E. RGB value is (194,99,14). Sum of RGB (Red+Green+Blue) = 194+99+14=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2630E is #3D9CF1. Grayscale: #767676. Windows color (decimal): -4037874 or 943042. OLE color: 943042.
HSL color Cylindrical-coordinate representation of color #C2630E: hue angle of 28.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2630E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.24 |
| HSL | 28.33º | 0.87% | 0.41% | - |
| HSV(B) | 28.33º | 0.93% | 0.76% | - |
| XYZ | 26.79 | 20.42 | 2.95 | - |
| YUV | 117.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 14 | 0 | 0.49 | 0.93 | 0.24 | 28.33 | 0.87 | 0.41 |
| Hex | C2 | 63 | E | 0 | 31 | 5D | 18 | 1C | 57 | 29 |
| Octal | 302 | 143 | 16 | 0 | 61 | 135 | 30 | 34 | 127 | 51 |
| Binary | 11000010 | 1100011 | 1110 | 0 | 110001 | 1011101 | 11000 | 11100 | 1010111 | 101001 |
Color Harmonies of #C2630E
Complementary color
Monochromatic Colors of #C2630E
Black with #C2630E
Text Example
Text Example
White with #C2630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2630E; }
p { color: rgb(194,99,14); }
H1.HeaderClassName
{
color: #C2630E;
}
.AnyTagClassName
{
color: #C2630E;
}
</style>
background-color css
<style>
a { background-color: #C2630E; }
a { background-color: rgb(194,99,14); }
div.DivClassName
{
background-color: #C2630E;
}
.BgClassName
{
background-color: #C2630E;
}
</style>
border-color css
<style>
span { border-color: #C2630E; }
span { border-color: rgb(194,99,14); }
td.TdClassName
{
border-color: #C2630E;
}
.TagClassName
{
border-color: #C2630E;
}
</style>