Color Hex Logo

#c7974c Color Hex

#C7974C
(199,151,76)
0 Favorites   0 Comments

Color spaces of #c7974c

RGB 19915176
HSL0.100.520.54
HSV37°62°78°
CMYK 0.000.240.62   0.22
XYZ35.924334.797111.6606
Yxy34.79710.43610.4224
Hunter Lab58.98915.475529.5723
CIE-Lab65.59049.827045.6964

#c7974c color RGB value is (199,151,76).

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

The process color (four color CMYK) of #c7974c color hex is 0.00, 0.24, 0.62, 0.22. Web safe color of #c7974c is #cc9933. Color #c7974c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010111 01001100
Octal 307 227 114
Decimal 199 151 76
Hex C7 97 4C

RGB Percentages of Color #c7974c

%46.71
%35.45
%17.84

CMYK Percentages of Color #c7974c

%0
%24
%62
%22

Triadic Colors of #c7974c

#c7974c #4cc797 #974cc7

Analogous Colors of #c7974c

#c7974c #bac74c #c75a4c

Monochromatic Colors of #c7974c

#c7974c

Complementary Color

#c7974c #4c7cc7

#c7974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7974c Color CSS Codes

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

#c7974c Text Font Color

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

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


#c7974c Background Color

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

This div background color is #c7974c


#c7974c Border Color

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

This div border color is #c7974c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7974c

#c7974c Color Palettes


Comments

No comments written yet.

Please login to write comment.