#C26A00

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

Shades of Tenne (Tawny) #C26A00

Tints of Tenne (Tawny) #C26A00

Color information

#C26A00 (or 0xC26A00) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 6A and 00. RGB value is (194,106,0). Sum of RGB (Red+Green+Blue) = 194+106+0=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A00 is #3D95FF. Grayscale: #787878. Windows color (decimal): -4036096 or 27330. OLE color: 27330.

HSL color Cylindrical-coordinate representation of color #C26A00: hue angle of 32.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C26A00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1941060-
CMYK00.4510.24
HSL32.78º100%38.04%-
HSV(B)32.78º100%76.08%-
XYZ27.421.782.76-
YUV120.2360.15180.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.67%
G=35.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194106000.4510.2432.7810038.04
HexC26A002D6418216426
Octal3021520055144304114446
Binary110000101101010001011011100100110001000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A00; }

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

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

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

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

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

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

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

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