#C26504

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

Shades of Tenne (Tawny) #C26504

Tints of Tenne (Tawny) #C26504

Color information

#C26504 (or 0xC26504) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 65 and 04. RGB value is (194,101,4). Sum of RGB (Red+Green+Blue) = 194+101+4=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C26504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26504 is #3D9AFB. Grayscale: #767676. Windows color (decimal): -4037372 or 288194. OLE color: 288194.

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

Color convert

RGB1941014-
CMYK00.480.980.24
HSL30.63º95.96%38.82%-
HSV(B)30.63º97.94%76.08%-
XYZ26.9220.792.71-
YUV117.7563.81182.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=64.88%
G=33.78%
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
Decimal194101400.480.980.2430.6395.9638.82
HexC265403062181f6027
Octal3021454060142303714047
Binary1100001011001011000110000110001011000111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26504; }

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

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

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

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

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

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

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

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