Color Hex Logo

#c1862e Color Hex

#C1862E
(193,134,46)
0 Favorites   0 Comments

Color spaces of #c1862e

RGB 19313446
HSL0.100.620.47
HSV36°76°76°
CMYK 0.000.310.76   0.24
XYZ31.010628.58496.4678
Yxy28.58490.46940.4327
Hunter Lab53.46489.969830.2529
CIE-Lab60.413514.844453.7114

#c1862e color RGB value is (193,134,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 00101110
Octal 301 206 56
Decimal 193 134 46
Hex C1 86 2E

RGB Percentages of Color #c1862e

%51.74
%35.92
%12.33

CMYK Percentages of Color #c1862e

%0
%31
%76
%24

Triadic Colors of #c1862e

#c1862e #2ec186 #862ec1

Analogous Colors of #c1862e

#c1862e #b3c12e #c13d2e

Monochromatic Colors of #c1862e

#c1862e

Complementary Color

#c1862e #2e69c1

#c1862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1862e Color CSS Codes

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

#c1862e Text Font Color

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

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


#c1862e Background Color

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

This div background color is #c1862e


#c1862e Border Color

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

This div border color is #c1862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1862e


Comments

No comments written yet.

Please login to write comment.