Color Hex Logo

#c16120 Color Hex

#C16120
(193,97,32)
0 Favorites   0 Comments

Color spaces of #c16120

RGB 1939732
HSL0.070.720.44
HSV24°83°76°
CMYK 0.000.500.83   0.24
XYZ26.527719.99113.8270
Yxy19.99110.52690.3971
Hunter Lab44.711427.660826.2232
CIE-Lab51.827134.397751.4301

#c16120 color RGB value is (193,97,32).

#c16120 hex color red value is 193, green value is 97 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c16120 hue: 0.07 , saturation: 0.72 and the lightness value of c16120 is 0.44.

The process color (four color CMYK) of #c16120 color hex is 0.00, 0.50, 0.83, 0.24. Web safe color of #c16120 is #cc6633. Color #c16120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 00100000
Octal 301 141 40
Decimal 193 97 32
Hex C1 61 20

RGB Percentages of Color #c16120

%59.94
%30.12
%9.94

CMYK Percentages of Color #c16120

%0
%50
%83
%24

Triadic Colors of #c16120

#c16120 #20c161 #6120c1

Analogous Colors of #c16120

#c16120 #c1b220 #c1202f

Monochromatic Colors of #c16120

#c16120

Complementary Color

#c16120 #2080c1

#c16120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16120 Color CSS Codes

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

#c16120 Text Font Color

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

This sample text font color is #c16120
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.


#c16120 Background Color

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

This div background color is #c16120


#c16120 Border Color

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

This div border color is #c16120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16120

#c16120 Color Palettes


Comments

No comments written yet.

Please login to write comment.