Color Hex Logo

#c29675 Color Hex

#C29675
(194,150,117)
1 Favorites   0 Comments

Color spaces of #c29675

RGB 194150117
HSL0.070.390.61
HSV26°40°76°
CMYK 0.000.230.40   0.24
XYZ36.365434.566421.5849
Yxy34.56640.39310.3736
Hunter Lab58.79327.519619.3879
CIE-Lab65.409712.079523.7450

#c29675 color RGB value is (194,150,117).

#c29675 hex color red value is 194, green value is 150 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c29675 hue: 0.07 , saturation: 0.39 and the lightness value of c29675 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 01110101
Octal 302 226 165
Decimal 194 150 117
Hex C2 96 75

RGB Percentages of Color #c29675

%42.08
%32.54
%25.38

CMYK Percentages of Color #c29675

%0
%23
%40
%24

Triadic Colors of #c29675

#c29675 #75c296 #9675c2

Analogous Colors of #c29675

#c29675 #c2bd75 #c2757b

Monochromatic Colors of #c29675

#c29675

Complementary Color

#c29675 #75a1c2

#c29675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29675 Color CSS Codes

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

#c29675 Text Font Color

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

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


#c29675 Background Color

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

This div background color is #c29675


#c29675 Border Color

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

This div border color is #c29675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29675


Comments

No comments written yet.

Please login to write comment.