Color Hex Logo

#c29764 Color Hex

#C29764
(194,151,100)
0 Favorites   0 Comments

Color spaces of #c29764

RGB 194151100
HSL0.090.440.58
HSV33°48°76°
CMYK 0.000.220.48   0.24
XYZ35.615034.522716.8430
Yxy34.52270.40950.3969
Hunter Lab58.75605.374924.1331
CIE-Lab65.37549.713432.9405

#c29764 color RGB value is (194,151,100).

#c29764 hex color red value is 194, green value is 151 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #c29764 hue: 0.09 , saturation: 0.44 and the lightness value of c29764 is 0.58.

The process color (four color CMYK) of #c29764 color hex is 0.00, 0.22, 0.48, 0.24. Web safe color of #c29764 is #cc9966. Color #c29764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 01100100
Octal 302 227 144
Decimal 194 151 100
Hex C2 97 64

RGB Percentages of Color #c29764

%43.60
%33.93
%22.47

CMYK Percentages of Color #c29764

%0
%22
%48
%24

Triadic Colors of #c29764

#c29764 #64c297 #9764c2

Analogous Colors of #c29764

#c29764 #bec264 #c26864

Monochromatic Colors of #c29764

#c29764

Complementary Color

#c29764 #648fc2

#c29764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29764 Color CSS Codes

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

#c29764 Text Font Color

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

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


#c29764 Background Color

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

This div background color is #c29764


#c29764 Border Color

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

This div border color is #c29764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29764


Comments

No comments written yet.

Please login to write comment.