#C26A08

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

Shades of Tenne (Tawny) #C26A08

Tints of Tenne (Tawny) #C26A08

Color information

#C26A08 (or 0xC26A08) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 6A and 08. RGB value is (194,106,8). Sum of RGB (Red+Green+Blue) = 194+106+8=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A08 is #3D95F7. Grayscale: #797979. Windows color (decimal): -4036088 or 551618. OLE color: 551618.

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

Color convert

RGB1941068-
CMYK00.450.960.24
HSL31.61º92.08%39.61%-
HSV(B)31.61º95.88%76.08%-
XYZ27.4521.792.99-
YUV121.1464.15179.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.99%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=62.99%
G=34.42%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194106800.450.960.2431.6192.0839.61
HexC26A802D6018205c28
Octal30215210055140304013450
Binary110000101101010100001011011100000110001000001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A08; }

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

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

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

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

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

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

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

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