Color Hex Logo

#c36914 Color Hex

#C36914
(195,105,20)
0 Favorites   0 Comments

Color spaces of #c36914

RGB 19510520
HSL0.080.810.42
HSV29°90°76°
CMYK 0.000.460.90   0.24
XYZ27.683521.75583.4020
Yxy21.75580.52390.4117
Hunter Lab46.643124.317428.3258
CIE-Lab53.766930.714857.2954

#c36914 color RGB value is (195,105,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 00010100
Octal 303 151 24
Decimal 195 105 20
Hex C3 69 14

RGB Percentages of Color #c36914

%60.94
%32.81
%6.25

CMYK Percentages of Color #c36914

%0
%46
%90
%24

Triadic Colors of #c36914

#c36914 #14c369 #6914c3

Analogous Colors of #c36914

#c36914 #c3c114 #c31417

Monochromatic Colors of #c36914

#c36914

Complementary Color

#c36914 #146ec3

#c36914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36914 Color CSS Codes

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

#c36914 Text Font Color

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

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


#c36914 Background Color

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

This div background color is #c36914


#c36914 Border Color

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

This div border color is #c36914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36914


Comments

No comments written yet.

Please login to write comment.