Color Hex Logo

#c14316 Color Hex

#C14316
(193,67,22)
0 Favorites   0 Comments

Color spaces of #c14316

RGB 1936722
HSL0.040.800.42
HSV16°89°76°
CMYK 0.000.650.89   0.24
XYZ24.144315.40972.4609
Yxy15.40970.57470.3668
Hunter Lab39.255241.091623.7618
CIE-Lab46.190348.599950.6779

#c14316 color RGB value is (193,67,22).

#c14316 hex color red value is 193, green value is 67 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c14316 hue: 0.04 , saturation: 0.80 and the lightness value of c14316 is 0.42.

The process color (four color CMYK) of #c14316 color hex is 0.00, 0.65, 0.89, 0.24. Web safe color of #c14316 is #cc3300. Color #c14316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 00010110
Octal 301 103 26
Decimal 193 67 22
Hex C1 43 16

RGB Percentages of Color #c14316

%68.44
%23.76
%7.80

CMYK Percentages of Color #c14316

%0
%65
%89
%24

Triadic Colors of #c14316

#c14316 #16c143 #4316c1

Analogous Colors of #c14316

#c14316 #c19916 #c1163e

Monochromatic Colors of #c14316

#c14316

Complementary Color

#c14316 #1694c1

#c14316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14316 Color CSS Codes

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

#c14316 Text Font Color

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

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


#c14316 Background Color

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

This div background color is #c14316


#c14316 Border Color

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

This div border color is #c14316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14316


Comments

No comments written yet.

Please login to write comment.