Color Hex Logo

#c7914a Color Hex

#C7914A
(199,145,74)
0 Favorites   0 Comments

Color spaces of #c7914a

RGB 19914574
HSL0.090.530.54
HSV34°63°78°
CMYK 0.000.270.63   0.22
XYZ34.914632.887310.9863
Yxy32.88730.44310.4174
Hunter Lab57.34748.317328.7848
CIE-Lab64.069612.963244.9415

#c7914a color RGB value is (199,145,74).

#c7914a hex color red value is 199, green value is 145 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c7914a hue: 0.09 , saturation: 0.53 and the lightness value of c7914a is 0.54.

The process color (four color CMYK) of #c7914a color hex is 0.00, 0.27, 0.63, 0.22. Web safe color of #c7914a is #cc9933. Color #c7914a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010001 01001010
Octal 307 221 112
Decimal 199 145 74
Hex C7 91 4A

RGB Percentages of Color #c7914a

%47.61
%34.69
%17.70

CMYK Percentages of Color #c7914a

%0
%27
%63
%22

Triadic Colors of #c7914a

#c7914a #4ac791 #914ac7

Analogous Colors of #c7914a

#c7914a #bfc74a #c7534a

Monochromatic Colors of #c7914a

#c7914a

Complementary Color

#c7914a #4a80c7

#c7914a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7914a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7914a Color CSS Codes

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

#c7914a Text Font Color

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

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


#c7914a Background Color

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

This div background color is #c7914a


#c7914a Border Color

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

This div border color is #c7914a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7914a


Comments

No comments written yet.

Please login to write comment.