Shades of Tenne (Tawny) #C2670C
Tints of Tenne (Tawny) #C2670C
RGB
CMYK
RGB Variations
Color information
#C2670C (or 0xC2670C) is known color: Tenne (Tawny). HEX triplet: C2, 67 and 0C. RGB value is (194,103,12). Sum of RGB (Red+Green+Blue) = 194+103+12=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2670C is #3D98F3. Grayscale: #787878. Windows color (decimal): -4036852 or 812994. OLE color: 812994.
HSL color Cylindrical-coordinate representation of color #C2670C: hue angle of 30º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2670C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 12 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.24 |
| HSL | 30º | 0.88% | 0.4% | - |
| HSV(B) | 30º | 0.94% | 0.76% | - |
| XYZ | 27.16 | 21.2 | 3.01 | - |
| YUV | 119.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 12 | 0 | 0.47 | 0.94 | 0.24 | 30 | 0.88 | 0.4 |
| Hex | C2 | 67 | C | 0 | 2F | 5E | 18 | 1E | 58 | 28 |
| Octal | 302 | 147 | 14 | 0 | 57 | 136 | 30 | 36 | 130 | 50 |
| Binary | 11000010 | 1100111 | 1100 | 0 | 101111 | 1011110 | 11000 | 11110 | 1011000 | 101000 |
Color Harmonies of #C2670C
Complementary color
Monochromatic Colors of #C2670C
Black with #C2670C
Text Example
Text Example
White with #C2670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2670C; }
p { color: rgb(194,103,12); }
H1.HeaderClassName
{
color: #C2670C;
}
.AnyTagClassName
{
color: #C2670C;
}
</style>
background-color css
<style>
a { background-color: #C2670C; }
a { background-color: rgb(194,103,12); }
div.DivClassName
{
background-color: #C2670C;
}
.BgClassName
{
background-color: #C2670C;
}
</style>
border-color css
<style>
span { border-color: #C2670C; }
span { border-color: rgb(194,103,12); }
td.TdClassName
{
border-color: #C2670C;
}
.TagClassName
{
border-color: #C2670C;
}
</style>