Color Hex Logo

#c48647 Color Hex

#C48647
(196,134,71)
0 Favorites   0 Comments

Color spaces of #c48647

RGB 19613471
HSL0.080.510.52
HSV30°64°77°
CMYK 0.000.320.64   0.23
XYZ32.427429.24099.8962
Yxy29.24090.45310.4086
Hunter Lab54.074912.411227.0018
CIE-Lab60.993617.508042.8256

#c48647 color RGB value is (196,134,71).

#c48647 hex color red value is 196, green value is 134 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c48647 hue: 0.08 , saturation: 0.51 and the lightness value of c48647 is 0.52.

The process color (four color CMYK) of #c48647 color hex is 0.00, 0.32, 0.64, 0.23. Web safe color of #c48647 is #cc9933. Color #c48647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 01000111
Octal 304 206 107
Decimal 196 134 71
Hex C4 86 47

RGB Percentages of Color #c48647

%48.88
%33.42
%17.71

CMYK Percentages of Color #c48647

%0
%32
%64
%23

Triadic Colors of #c48647

#c48647 #47c486 #8647c4

Analogous Colors of #c48647

#c48647 #c4c447 #c44747

Monochromatic Colors of #c48647

#c48647

Complementary Color

#c48647 #4785c4

#c48647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48647 Color CSS Codes

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

#c48647 Text Font Color

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

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


#c48647 Background Color

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

This div background color is #c48647


#c48647 Border Color

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

This div border color is #c48647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48647

#c48647 Color Palettes


Comments

No comments written yet.

Please login to write comment.