Color Hex Logo

#c79074 Color Hex

#C79074
(199,144,116)
0 Favorites   0 Comments

Color spaces of #c79074

RGB 199144116
HSL0.060.430.62
HSV20°42°78°
CMYK 0.000.280.42   0.22
XYZ36.678833.349621.0269
Yxy33.34960.40280.3663
Hunter Lab57.749112.311618.8364
CIE-Lab64.443017.286023.0920

#c79074 color RGB value is (199,144,116).

#c79074 hex color red value is 199, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c79074 hue: 0.06 , saturation: 0.43 and the lightness value of c79074 is 0.62.

The process color (four color CMYK) of #c79074 color hex is 0.00, 0.28, 0.42, 0.22. Web safe color of #c79074 is #cc9966. Color #c79074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010000 01110100
Octal 307 220 164
Decimal 199 144 116
Hex C7 90 74

RGB Percentages of Color #c79074

%43.36
%31.37
%25.27

CMYK Percentages of Color #c79074

%0
%28
%42
%22

Triadic Colors of #c79074

#c79074 #74c790 #9074c7

Analogous Colors of #c79074

#c79074 #c7ba74 #c77482

Monochromatic Colors of #c79074

#c79074

Complementary Color

#c79074 #74abc7

#c79074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79074 Color CSS Codes

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

#c79074 Text Font Color

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

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


#c79074 Background Color

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

This div background color is #c79074


#c79074 Border Color

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

This div border color is #c79074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79074


Comments

No comments written yet.

Please login to write comment.