Shades of Tenne (Tawny) #C26902
Tints of Tenne (Tawny) #C26902
RGB
CMYK
RGB Variations
Color information
#C26902 (or 0xC26902) is known color: Tenne (Tawny). HEX triplet: C2, 69 and 02. RGB value is (194,105,2). Sum of RGB (Red+Green+Blue) = 194+105+2=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C26902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26902 is #3D96FD. Grayscale: #787878. Windows color (decimal): -4036350 or 158146. OLE color: 158146.
HSL color Cylindrical-coordinate representation of color #C26902: hue angle of 32.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C26902 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.24 |
| HSL | 32.19º | 0.98% | 0.38% | - |
| HSV(B) | 32.19º | 0.99% | 0.76% | - |
| XYZ | 27.31 | 21.58 | 2.78 | - |
| YUV | 119.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 2 | 0 | 0.46 | 0.99 | 0.24 | 32.19 | 0.98 | 0.38 |
| Hex | C2 | 69 | 2 | 0 | 2E | 63 | 18 | 20 | 62 | 26 |
| Octal | 302 | 151 | 2 | 0 | 56 | 143 | 30 | 40 | 142 | 46 |
| Binary | 11000010 | 1101001 | 10 | 0 | 101110 | 1100011 | 11000 | 100000 | 1100010 | 100110 |
Color Harmonies of #C26902
Complementary color
Monochromatic Colors of #C26902
Black with #C26902
Text Example
Text Example
White with #C26902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26902; }
p { color: rgb(194,105,2); }
H1.HeaderClassName
{
color: #C26902;
}
.AnyTagClassName
{
color: #C26902;
}
</style>
background-color css
<style>
a { background-color: #C26902; }
a { background-color: rgb(194,105,2); }
div.DivClassName
{
background-color: #C26902;
}
.BgClassName
{
background-color: #C26902;
}
</style>
border-color css
<style>
span { border-color: #C26902; }
span { border-color: rgb(194,105,2); }
td.TdClassName
{
border-color: #C26902;
}
.TagClassName
{
border-color: #C26902;
}
</style>