Color Hex Logo

#c2842e Color Hex

#C2842E
(194,132,46)
0 Favorites   0 Comments

Color spaces of #c2842e

RGB 19413246
HSL0.100.620.47
HSV35°76°76°
CMYK 0.000.320.76   0.24
XYZ30.992528.16916.3885
Yxy28.16910.47280.4297
Hunter Lab53.074611.353230.0156
CIE-Lab60.041216.382253.3897

#c2842e color RGB value is (194,132,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 00101110
Octal 302 204 56
Decimal 194 132 46
Hex C2 84 2E

RGB Percentages of Color #c2842e

%52.15
%35.48
%12.37

CMYK Percentages of Color #c2842e

%0
%32
%76
%24

Triadic Colors of #c2842e

#c2842e #2ec284 #842ec2

Analogous Colors of #c2842e

#c2842e #b6c22e #c23a2e

Monochromatic Colors of #c2842e

#c2842e

Complementary Color

#c2842e #2e6cc2

#c2842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2842e Color CSS Codes

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

#c2842e Text Font Color

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

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


#c2842e Background Color

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

This div background color is #c2842e


#c2842e Border Color

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

This div border color is #c2842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2842e


Comments

No comments written yet.

Please login to write comment.