Color Hex Logo

#c7842c Color Hex

#C7842C
(199,132,44)
0 Favorites   0 Comments

Color spaces of #c7842c

RGB 19913244
HSL0.090.640.48
HSV34°78°78°
CMYK 0.000.340.78   0.22
XYZ32.259128.82656.2467
Yxy28.82650.47910.4281
Hunter Lab53.690313.291330.6850
CIE-Lab60.628218.477854.9810

#c7842c color RGB value is (199,132,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000100 00101100
Octal 307 204 54
Decimal 199 132 44
Hex C7 84 2C

RGB Percentages of Color #c7842c

%53.07
%35.20
%11.73

CMYK Percentages of Color #c7842c

%0
%34
%78
%22

Triadic Colors of #c7842c

#c7842c #2cc784 #842cc7

Analogous Colors of #c7842c

#c7842c #bdc72c #c7372c

Monochromatic Colors of #c7842c

#c7842c

Complementary Color

#c7842c #2c6fc7

#c7842c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7842c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7842c Color CSS Codes

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

#c7842c Text Font Color

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

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


#c7842c Background Color

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

This div background color is #c7842c


#c7842c Border Color

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

This div border color is #c7842c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,132,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7842c


Comments

No comments written yet.

Please login to write comment.