#C16C04

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

Shades of Tenne (Tawny) #C16C04

Tints of Tenne (Tawny) #C16C04

Color information

#C16C04 (or 0xC16C04) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 6C and 04. RGB value is (193,108,4). Sum of RGB (Red+Green+Blue) = 193+108+4=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16C04 is #3E93FB. Grayscale: #7A7A7A. Windows color (decimal): -4101116 or 289985. OLE color: 289985.

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

Color convert

RGB1931084-
CMYK00.440.980.24
HSL33.02º95.94%38.63%-
HSV(B)33.02º97.93%75.69%-
XYZ27.3822.072.93-
YUV121.5661.66178.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.28%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=63.28%
G=35.41%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193108400.440.980.2433.0295.9438.63
HexC16C402C6218216027
Octal3011544054142304114047
Binary11000001110110010001011001100010110001000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C04; }

 p { color: rgb(193,108,4); }

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

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

 a { background-color: rgb(193,108,4); }

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

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

 span { border-color: rgb(193,108,4); }

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