#C26A0B

Color #C26A0B Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C26A0B

Tints of Tenne (Tawny) #C26A0B

Color information

#C26A0B (or 0xC26A0B) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 6A and 0B. RGB value is (194,106,11). Sum of RGB (Red+Green+Blue) = 194+106+11=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A0B is #3D95F4. Grayscale: #797979. Windows color (decimal): -4036085 or 748226. OLE color: 748226.

HSL color Cylindrical-coordinate representation of color #C26A0B: hue angle of 31.15º degrees, saturation: 0.89, 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 #C26A0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19410611-
CMYK00.450.940.24
HSL31.15º89.27%40.2%-
HSV(B)31.15º94.33%76.08%-
XYZ27.4621.83.08-
YUV121.4865.65179.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=62.38%
G=34.08%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941061100.450.940.2431.1589.2740.2
HexC26AB02D5E181f5928
Octal30215213055136303713150
Binary11000010110101010110101101101111011000111111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A0B; }

 p { color: rgb(194,106,11); }

 H1.HeaderClassName
 {
   color: #C26A0B;
 }
 .AnyTagClassName
 {
   color: #C26A0B;
 }
</style>
background-color css

<style>
 a { background-color: #C26A0B; }

 a { background-color: rgb(194,106,11); }

 div.DivClassName
 {
   background-color: #C26A0B;
 }
 .BgClassName
 {
   background-color: #C26A0B;
 }
</style>
border-color css

<style>
 span { border-color: #C26A0B; }

 span { border-color: rgb(194,106,11); }

 td.TdClassName
 {
   border-color: #C26A0B;
 }
 .TagClassName
 {
   border-color: #C26A0B;
 }
</style>