Color Hex Logo

#c1971f Color Hex

#C1971F
(193,151,31)
0 Favorites   0 Comments

Color spaces of #c1971f

RGB 19315131
HSL0.120.720.44
HSV44°84°76°
CMYK 0.000.220.84   0.24
XYZ33.306333.56966.0205
Yxy33.56960.45690.4605
Hunter Lab57.93931.216734.3966
CIE-Lab64.61955.007862.8051

#c1971f color RGB value is (193,151,31).

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

The process color (four color CMYK) of #c1971f color hex is 0.00, 0.22, 0.84, 0.24. Web safe color of #c1971f is #cc9933. Color #c1971f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 00011111
Octal 301 227 37
Decimal 193 151 31
Hex C1 97 1F

RGB Percentages of Color #c1971f

%51.47
%40.27
%8.27

CMYK Percentages of Color #c1971f

%0
%22
%84
%24

Triadic Colors of #c1971f

#c1971f #1fc197 #971fc1

Analogous Colors of #c1971f

#c1971f #9ac11f #c1461f

Monochromatic Colors of #c1971f

#c1971f

Complementary Color

#c1971f #1f49c1

#c1971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1971f Color CSS Codes

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

#c1971f Text Font Color

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

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


#c1971f Background Color

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

This div background color is #c1971f


#c1971f Border Color

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

This div border color is #c1971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1971f


Comments

No comments written yet.

Please login to write comment.