Color Hex Logo

#c16822 Color Hex

#C16822
(193,104,34)
0 Favorites   0 Comments

Color spaces of #c16822

RGB 19310434
HSL0.070.700.45
HSV26°82°76°
CMYK 0.000.460.82   0.24
XYZ27.231421.35364.1998
Yxy21.35360.51590.4045
Hunter Lab46.210024.322126.9584
CIE-Lab53.334330.765351.9669

#c16822 color RGB value is (193,104,34).

#c16822 hex color red value is 193, green value is 104 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c16822 hue: 0.07 , saturation: 0.70 and the lightness value of c16822 is 0.45.

The process color (four color CMYK) of #c16822 color hex is 0.00, 0.46, 0.82, 0.24. Web safe color of #c16822 is #cc6633. Color #c16822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101000 00100010
Octal 301 150 42
Decimal 193 104 34
Hex C1 68 22

RGB Percentages of Color #c16822

%58.31
%31.42
%10.27

CMYK Percentages of Color #c16822

%0
%46
%82
%24

Triadic Colors of #c16822

#c16822 #22c168 #6822c1

Analogous Colors of #c16822

#c16822 #c1b822 #c1222b

Monochromatic Colors of #c16822

#c16822

Complementary Color

#c16822 #227bc1

#c16822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16822 Color CSS Codes

.mybgcolor {background-color:#c16822; } 
.myforecolor {color:#c16822; }
.mybordercolor {border:3px solid #c16822; }

#c16822 Text Font Color

<p style="color:#c16822">Text here</p>

This sample text font color is #c16822
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c16822 Background Color

<div style="background-color:#c16822">
Div content here</div>

This div background color is #c16822


#c16822 Border Color

<div style="border:3px solid #c16822">
Div here</div>

This div border color is #c16822


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,104,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c16822; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c16822;
  -webkit-box-shadow: 1px 1px 3px 2px #c16822;
  box-shadow:         1px 1px 3px 2px #c16822; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,104,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c16822">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c16822;
  -webkit-box-shadow: 1px 1px 3px 2px #c16822;
  box-shadow:         1px 1px 3px 2px #c16822;">
Div content here</div>

This div box has shadow with color #c16822


Comments

No comments written yet.

Please login to write comment.