Color Hex Logo

#c7a461 Color Hex

#C7A461
(199,164,97)
0 Favorites   0 Comments

Color spaces of #c7a461

RGB 19916497
HSL0.110.480.58
HSV39°51°78°
CMYK 0.000.180.51   0.22
XYZ38.986339.556116.8896
Yxy39.55610.40850.4145
Hunter Lab62.89360.584128.1037
CIE-Lab69.15224.466839.3534

#c7a461 color RGB value is (199,164,97).

#c7a461 hex color red value is 199, green value is 164 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c7a461 hue: 0.11 , saturation: 0.48 and the lightness value of c7a461 is 0.58.

The process color (four color CMYK) of #c7a461 color hex is 0.00, 0.18, 0.51, 0.22. Web safe color of #c7a461 is #cc9966. Color #c7a461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10100100 01100001
Octal 307 244 141
Decimal 199 164 97
Hex C7 A4 61

RGB Percentages of Color #c7a461

%43.26
%35.65
%21.09

CMYK Percentages of Color #c7a461

%0
%18
%51
%22

Triadic Colors of #c7a461

#c7a461 #61c7a4 #a461c7

Analogous Colors of #c7a461

#c7a461 #b7c761 #c77161

Monochromatic Colors of #c7a461

#c7a461

Complementary Color

#c7a461 #6184c7

#c7a461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7a461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7a461 Color CSS Codes

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

#c7a461 Text Font Color

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

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


#c7a461 Background Color

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

This div background color is #c7a461


#c7a461 Border Color

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

This div border color is #c7a461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7a461


Comments

No comments written yet.

Please login to write comment.