Shades of Tenne (Tawny) #C2640D
Tints of Tenne (Tawny) #C2640D
RGB
CMYK
RGB Variations
Color information
#C2640D (or 0xC2640D) is known color: Tenne (Tawny). HEX triplet: C2, 64 and 0D. RGB value is (194,100,13). Sum of RGB (Red+Green+Blue) = 194+100+13=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2640D is #3D9BF2. Grayscale: #767676. Windows color (decimal): -4037619 or 877762. OLE color: 877762.
HSL color Cylindrical-coordinate representation of color #C2640D: hue angle of 28.84º 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 #C2640D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 13 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.24 |
| HSL | 28.84º | 0.87% | 0.41% | - |
| HSV(B) | 28.84º | 0.93% | 0.76% | - |
| XYZ | 26.88 | 20.61 | 2.94 | - |
| YUV | 118.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 13 | 0 | 0.48 | 0.93 | 0.24 | 28.84 | 0.87 | 0.41 |
| Hex | C2 | 64 | D | 0 | 30 | 5D | 18 | 1D | 57 | 29 |
| Octal | 302 | 144 | 15 | 0 | 60 | 135 | 30 | 35 | 127 | 51 |
| Binary | 11000010 | 1100100 | 1101 | 0 | 110000 | 1011101 | 11000 | 11101 | 1010111 | 101001 |
Color Harmonies of #C2640D
Complementary color
Monochromatic Colors of #C2640D
Black with #C2640D
Text Example
Text Example
White with #C2640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2640D; }
p { color: rgb(194,100,13); }
H1.HeaderClassName
{
color: #C2640D;
}
.AnyTagClassName
{
color: #C2640D;
}
</style>
background-color css
<style>
a { background-color: #C2640D; }
a { background-color: rgb(194,100,13); }
div.DivClassName
{
background-color: #C2640D;
}
.BgClassName
{
background-color: #C2640D;
}
</style>
border-color css
<style>
span { border-color: #C2640D; }
span { border-color: rgb(194,100,13); }
td.TdClassName
{
border-color: #C2640D;
}
.TagClassName
{
border-color: #C2640D;
}
</style>