#C26404

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

Shades of Tenne (Tawny) #C26404

Tints of Tenne (Tawny) #C26404

Color information

#C26404 (or 0xC26404) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 64 and 04. RGB value is (194,100,4). Sum of RGB (Red+Green+Blue) = 194+100+4=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C26404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26404 is #3D9BFB. Grayscale: #757575. Windows color (decimal): -4037628 or 287938. OLE color: 287938.

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

Color convert

RGB1941004-
CMYK00.480.980.24
HSL30.32º95.96%38.82%-
HSV(B)30.32º97.94%76.08%-
XYZ26.8320.592.68-
YUV117.1664.14182.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=65.10%
G=33.56%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194100400.480.980.2430.3295.9638.82
HexC264403062181e6027
Octal3021444060142303614047
Binary1100001011001001000110000110001011000111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26404; }

 p { color: rgb(194,100,4); }

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

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

 a { background-color: rgb(194,100,4); }

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

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

 span { border-color: rgb(194,100,4); }

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