Color Hex Logo

#c14016 Color Hex

#C14016
(193,64,22)
0 Favorites   0 Comments

Color spaces of #c14016

RGB 1936422
HSL0.040.800.42
HSV15°89°76°
CMYK 0.000.670.89   0.24
XYZ23.970515.06222.4030
Yxy15.06220.57850.3635
Hunter Lab38.810142.330523.4960
CIE-Lab45.719349.868650.3127

#c14016 color RGB value is (193,64,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 00010110
Octal 301 100 26
Decimal 193 64 22
Hex C1 40 16

RGB Percentages of Color #c14016

%69.18
%22.94
%7.89

CMYK Percentages of Color #c14016

%0
%67
%89
%24

Triadic Colors of #c14016

#c14016 #16c140 #4016c1

Analogous Colors of #c14016

#c14016 #c19616 #c11642

Monochromatic Colors of #c14016

#c14016

Complementary Color

#c14016 #1697c1

#c14016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14016 Color CSS Codes

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

#c14016 Text Font Color

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

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


#c14016 Background Color

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

This div background color is #c14016


#c14016 Border Color

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

This div border color is #c14016


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,64,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 #c14016">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14016


Comments

No comments written yet.

Please login to write comment.