Color Hex Logo

#c29567 Color Hex

#C29567
(194,149,103)
0 Favorites   0 Comments

Color spaces of #c29567

RGB 194149103
HSL0.080.430.58
HSV30°47°76°
CMYK 0.000.230.47   0.24
XYZ35.443833.943517.5156
Yxy33.94350.40790.3906
Hunter Lab58.26116.635822.9578
CIE-Lab64.917711.107530.7410

#c29567 color RGB value is (194,149,103).

#c29567 hex color red value is 194, green value is 149 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c29567 hue: 0.08 , saturation: 0.43 and the lightness value of c29567 is 0.58.

The process color (four color CMYK) of #c29567 color hex is 0.00, 0.23, 0.47, 0.24. Web safe color of #c29567 is #cc9966. Color #c29567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 01100111
Octal 302 225 147
Decimal 194 149 103
Hex C2 95 67

RGB Percentages of Color #c29567

%43.50
%33.41
%23.09

CMYK Percentages of Color #c29567

%0
%23
%47
%24

Triadic Colors of #c29567

#c29567 #67c295 #9567c2

Analogous Colors of #c29567

#c29567 #c2c267 #c26867

Monochromatic Colors of #c29567

#c29567

Complementary Color

#c29567 #6794c2

#c29567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29567 Color CSS Codes

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

#c29567 Text Font Color

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

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


#c29567 Background Color

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

This div background color is #c29567


#c29567 Border Color

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

This div border color is #c29567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29567


Comments

No comments written yet.

Please login to write comment.