Color Hex Logo

#c79d42 Color Hex

#C79D42
(199,157,66)
0 Favorites   0 Comments

Color spaces of #c79d42

RGB 19915766
HSL0.110.540.52
HSV41°67°78°
CMYK 0.000.210.67   0.22
XYZ36.593536.649410.2996
Yxy36.64940.43800.4387
Hunter Lab60.53871.954032.2900
CIE-Lab67.01325.925351.9985

#c79d42 color RGB value is (199,157,66).

#c79d42 hex color red value is 199, green value is 157 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c79d42 hue: 0.11 , saturation: 0.54 and the lightness value of c79d42 is 0.52.

The process color (four color CMYK) of #c79d42 color hex is 0.00, 0.21, 0.67, 0.22. Web safe color of #c79d42 is #cc9933. Color #c79d42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011101 01000010
Octal 307 235 102
Decimal 199 157 66
Hex C7 9D 42

RGB Percentages of Color #c79d42

%47.16
%37.20
%15.64

CMYK Percentages of Color #c79d42

%0
%21
%67
%22

Triadic Colors of #c79d42

#c79d42 #42c79d #9d42c7

Analogous Colors of #c79d42

#c79d42 #afc742 #c75b42

Monochromatic Colors of #c79d42

#c79d42

Complementary Color

#c79d42 #426cc7

#c79d42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79d42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79d42 Color CSS Codes

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

#c79d42 Text Font Color

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

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


#c79d42 Background Color

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

This div background color is #c79d42


#c79d42 Border Color

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

This div border color is #c79d42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79d42


Comments

No comments written yet.

Please login to write comment.