Color Hex Logo

#c29155 Color Hex

#C29155
(194,145,85)
0 Favorites   0 Comments

Color spaces of #c29155

RGB 19414585
HSL0.090.470.55
HSV33°56°76°
CMYK 0.000.250.56   0.24
XYZ34.013232.376013.0508
Yxy32.37600.42820.4076
Hunter Lab56.89997.127526.2309
CIE-Lab63.652411.652638.7215

#c29155 color RGB value is (194,145,85).

#c29155 hex color red value is 194, green value is 145 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c29155 hue: 0.09 , saturation: 0.47 and the lightness value of c29155 is 0.55.

The process color (four color CMYK) of #c29155 color hex is 0.00, 0.25, 0.56, 0.24. Web safe color of #c29155 is #cc9966. Color #c29155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 01010101
Octal 302 221 125
Decimal 194 145 85
Hex C2 91 55

RGB Percentages of Color #c29155

%45.75
%34.20
%20.05

CMYK Percentages of Color #c29155

%0
%25
%56
%24

Triadic Colors of #c29155

#c29155 #55c291 #9155c2

Analogous Colors of #c29155

#c29155 #bdc255 #c25b55

Monochromatic Colors of #c29155

#c29155

Complementary Color

#c29155 #5586c2

#c29155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29155 Color CSS Codes

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

#c29155 Text Font Color

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

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


#c29155 Background Color

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

This div background color is #c29155


#c29155 Border Color

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

This div border color is #c29155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29155


Comments

No comments written yet.

Please login to write comment.