Color Hex Logo

#c1771a Color Hex

#C1771A
(193,119,26)
0 Favorites   0 Comments

Color spaces of #c1771a

RGB 19311926
HSL0.090.760.43
HSV33°87°76°
CMYK 0.000.380.87   0.24
XYZ28.775624.60574.2100
Yxy24.60570.49970.4272
Hunter Lab49.604116.741529.6908
CIE-Lab56.689222.421157.6965

#c1771a color RGB value is (193,119,26).

#c1771a hex color red value is 193, green value is 119 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c1771a hue: 0.09 , saturation: 0.76 and the lightness value of c1771a is 0.43.

The process color (four color CMYK) of #c1771a color hex is 0.00, 0.38, 0.87, 0.24. Web safe color of #c1771a is #cc6633. Color #c1771a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110111 00011010
Octal 301 167 32
Decimal 193 119 26
Hex C1 77 1A

RGB Percentages of Color #c1771a

%57.10
%35.21
%7.69

CMYK Percentages of Color #c1771a

%0
%38
%87
%24

Triadic Colors of #c1771a

#c1771a #1ac177 #771ac1

Analogous Colors of #c1771a

#c1771a #b8c11a #c1241a

Monochromatic Colors of #c1771a

#c1771a

Complementary Color

#c1771a #1a64c1

#c1771a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1771a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1771a Color CSS Codes

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

#c1771a Text Font Color

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

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


#c1771a Background Color

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

This div background color is #c1771a


#c1771a Border Color

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

This div border color is #c1771a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1771a


Comments

No comments written yet.

Please login to write comment.