Color Hex Logo

#c4a460 Color Hex

#C4A460
(196,164,96)
0 Favorites   0 Comments

Color spaces of #c4a460

RGB 19616496
HSL0.110.460.57
HSV41°51°77°
CMYK 0.000.160.51   0.23
XYZ38.151739.131216.6086
Yxy39.13120.40630.4168
Hunter Lab62.5549-0.605628.0467
CIE-Lab68.84623.115639.4251

#c4a460 color RGB value is (196,164,96).

#c4a460 hex color red value is 196, green value is 164 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c4a460 hue: 0.11 , saturation: 0.46 and the lightness value of c4a460 is 0.57.

The process color (four color CMYK) of #c4a460 color hex is 0.00, 0.16, 0.51, 0.23. Web safe color of #c4a460 is #cc9966. Color #c4a460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100100 01100000
Octal 304 244 140
Decimal 196 164 96
Hex C4 A4 60

RGB Percentages of Color #c4a460

%42.98
%35.96
%21.05

CMYK Percentages of Color #c4a460

%0
%16
%51
%23

Triadic Colors of #c4a460

#c4a460 #60c4a4 #a460c4

Analogous Colors of #c4a460

#c4a460 #b2c460 #c47260

Monochromatic Colors of #c4a460

#c4a460

Complementary Color

#c4a460 #6080c4

#c4a460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a460 Color CSS Codes

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

#c4a460 Text Font Color

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

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


#c4a460 Background Color

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

This div background color is #c4a460


#c4a460 Border Color

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

This div border color is #c4a460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a460


Comments

No comments written yet.

Please login to write comment.