Color Hex Logo

#c2691f Color Hex

#C2691F
(194,105,31)
0 Favorites   0 Comments

Color spaces of #c2691f

RGB 19410531
HSL0.080.720.44
HSV27°84°76°
CMYK 0.000.460.84   0.24
XYZ27.547021.67144.0274
Yxy21.67140.51740.4070
Hunter Lab46.552624.158627.4574
CIE-Lab53.676630.558553.4946

#c2691f color RGB value is (194,105,31).

#c2691f hex color red value is 194, green value is 105 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c2691f hue: 0.08 , saturation: 0.72 and the lightness value of c2691f is 0.44.

The process color (four color CMYK) of #c2691f color hex is 0.00, 0.46, 0.84, 0.24. Web safe color of #c2691f is #cc6633. Color #c2691f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 00011111
Octal 302 151 37
Decimal 194 105 31
Hex C2 69 1F

RGB Percentages of Color #c2691f

%58.79
%31.82
%9.39

CMYK Percentages of Color #c2691f

%0
%46
%84
%24

Triadic Colors of #c2691f

#c2691f #1fc269 #691fc2

Analogous Colors of #c2691f

#c2691f #c2bb1f #c21f27

Monochromatic Colors of #c2691f

#c2691f

Complementary Color

#c2691f #1f78c2

#c2691f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2691f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2691f Color CSS Codes

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

#c2691f Text Font Color

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

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


#c2691f Background Color

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

This div background color is #c2691f


#c2691f Border Color

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

This div border color is #c2691f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,105,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2691f


Comments

No comments written yet.

Please login to write comment.