Color Hex Logo

#c7842e Color Hex

#C7842E
(199,132,46)
0 Favorites   0 Comments

Color spaces of #c7842e

RGB 19913246
HSL0.090.620.48
HSV34°77°78°
CMYK 0.000.340.77   0.22
XYZ32.297628.84196.4495
Yxy28.84190.47790.4267
Hunter Lab53.704713.365530.4730
CIE-Lab60.641818.557754.1787

#c7842e color RGB value is (199,132,46).

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

The process color (four color CMYK) of #c7842e color hex is 0.00, 0.34, 0.77, 0.22. Web safe color of #c7842e is #cc9933. Color #c7842e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000100 00101110
Octal 307 204 56
Decimal 199 132 46
Hex C7 84 2E

RGB Percentages of Color #c7842e

%52.79
%35.01
%12.20

CMYK Percentages of Color #c7842e

%0
%34
%77
%22

Triadic Colors of #c7842e

#c7842e #2ec784 #842ec7

Analogous Colors of #c7842e

#c7842e #bec72e #c7372e

Monochromatic Colors of #c7842e

#c7842e

Complementary Color

#c7842e #2e71c7

#c7842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7842e Color CSS Codes

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

#c7842e Text Font Color

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

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


#c7842e Background Color

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

This div background color is #c7842e


#c7842e Border Color

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

This div border color is #c7842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7842e


Comments

No comments written yet.

Please login to write comment.