Color Hex Logo

#c1731a Color Hex

#C1731A
(193,115,26)
0 Favorites   0 Comments

Color spaces of #c1731a

RGB 19311526
HSL0.090.760.43
HSV32°87°76°
CMYK 0.000.400.87   0.24
XYZ28.309523.67354.0547
Yxy23.67350.50520.4225
Hunter Lab48.655418.710829.1179
CIE-Lab55.759424.606256.9354

#c1731a color RGB value is (193,115,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110011 00011010
Octal 301 163 32
Decimal 193 115 26
Hex C1 73 1A

RGB Percentages of Color #c1731a

%57.78
%34.43
%7.78

CMYK Percentages of Color #c1731a

%0
%40
%87
%24

Triadic Colors of #c1731a

#c1731a #1ac173 #731ac1

Analogous Colors of #c1731a

#c1731a #bcc11a #c1201a

Monochromatic Colors of #c1731a

#c1731a

Complementary Color

#c1731a #1a68c1

#c1731a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1731a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1731a Color CSS Codes

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

#c1731a Text Font Color

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

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


#c1731a Background Color

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

This div background color is #c1731a


#c1731a Border Color

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

This div border color is #c1731a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1731a


Comments

No comments written yet.

Please login to write comment.