Color Hex Logo

#c16214 Color Hex

#C16214
(193,98,20)
0 Favorites   0 Comments

Color spaces of #c16214

RGB 1939820
HSL0.080.810.42
HSV27°90°76°
CMYK 0.000.490.90   0.24
XYZ26.486320.12333.1500
Yxy20.12330.53230.4044
Hunter Lab44.859026.889327.2380
CIE-Lab51.976333.584655.8036

#c16214 color RGB value is (193,98,20).

#c16214 hex color red value is 193, green value is 98 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c16214 hue: 0.08 , saturation: 0.81 and the lightness value of c16214 is 0.42.

The process color (four color CMYK) of #c16214 color hex is 0.00, 0.49, 0.90, 0.24. Web safe color of #c16214 is #cc6600. Color #c16214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 00010100
Octal 301 142 24
Decimal 193 98 20
Hex C1 62 14

RGB Percentages of Color #c16214

%62.06
%31.51
%6.43

CMYK Percentages of Color #c16214

%0
%49
%90
%24

Triadic Colors of #c16214

#c16214 #14c162 #6214c1

Analogous Colors of #c16214

#c16214 #c1b914 #c1141d

Monochromatic Colors of #c16214

#c16214

Complementary Color

#c16214 #1473c1

#c16214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16214 Color CSS Codes

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

#c16214 Text Font Color

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

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


#c16214 Background Color

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

This div background color is #c16214


#c16214 Border Color

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

This div border color is #c16214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16214


Comments

No comments written yet.

Please login to write comment.