#C26204

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

Shades of Tenne (Tawny) #C26204

Tints of Tenne (Tawny) #C26204

Color information

#C26204 (or 0xC26204) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 62 and 04. RGB value is (194,98,4). Sum of RGB (Red+Green+Blue) = 194+98+4=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C26204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26204 is #3D9DFB. Grayscale: #747474. Windows color (decimal): -4038140 or 287426. OLE color: 287426.

HSL color Cylindrical-coordinate representation of color #C26204: hue angle of 29.68º 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 #C26204 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB194984-
CMYK00.490.980.24
HSL29.68º95.96%38.82%-
HSV(B)29.68º97.94%76.08%-
XYZ26.6420.212.61-
YUV115.9964.8183.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.54%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=65.54%
G=33.11%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19498400.490.980.2429.6895.9638.82
HexC262403162181e6027
Octal3021424061142303614047
Binary1100001011000101000110001110001011000111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26204; }

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

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

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

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

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

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

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

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