Color Hex Logo

#c1942e Color Hex

#C1942E
(193,148,46)
0 Favorites   0 Comments

Color spaces of #c1942e

RGB 19314846
HSL0.120.620.47
HSV42°76°76°
CMYK 0.000.230.76   0.24
XYZ33.075432.71457.1560
Yxy32.71450.45340.4485
Hunter Lab57.19663.128232.6197
CIE-Lab63.92917.167257.0976

#c1942e color RGB value is (193,148,46).

#c1942e hex color red value is 193, green value is 148 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c1942e hue: 0.12 , saturation: 0.62 and the lightness value of c1942e is 0.47.

The process color (four color CMYK) of #c1942e color hex is 0.00, 0.23, 0.76, 0.24. Web safe color of #c1942e is #cc9933. Color #c1942e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 00101110
Octal 301 224 56
Decimal 193 148 46
Hex C1 94 2E

RGB Percentages of Color #c1942e

%49.87
%38.24
%11.89

CMYK Percentages of Color #c1942e

%0
%23
%76
%24

Triadic Colors of #c1942e

#c1942e #2ec194 #942ec1

Analogous Colors of #c1942e

#c1942e #a5c12e #c14a2e

Monochromatic Colors of #c1942e

#c1942e

Complementary Color

#c1942e #2e5bc1

#c1942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1942e Color CSS Codes

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

#c1942e Text Font Color

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

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


#c1942e Background Color

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

This div background color is #c1942e


#c1942e Border Color

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

This div border color is #c1942e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1942e


Comments

No comments written yet.

Please login to write comment.