Color Hex Logo

#c28647 Color Hex

#C28647
(194,134,71)
0 Favorites   0 Comments

Color spaces of #c28647

RGB 19413471
HSL0.090.500.52
HSV31°63°76°
CMYK 0.000.310.63   0.24
XYZ31.910628.97459.8720
Yxy28.97450.45100.4095
Hunter Lab53.828011.620426.8058
CIE-Lab60.759116.653042.4946

#c28647 color RGB value is (194,134,71).

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

The process color (four color CMYK) of #c28647 color hex is 0.00, 0.31, 0.63, 0.24. Web safe color of #c28647 is #cc9933. Color #c28647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 01000111
Octal 302 206 107
Decimal 194 134 71
Hex C2 86 47

RGB Percentages of Color #c28647

%48.62
%33.58
%17.79

CMYK Percentages of Color #c28647

%0
%31
%63
%24

Triadic Colors of #c28647

#c28647 #47c286 #8647c2

Analogous Colors of #c28647

#c28647 #c1c247 #c24947

Monochromatic Colors of #c28647

#c28647

Complementary Color

#c28647 #4783c2

#c28647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28647 Color CSS Codes

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

#c28647 Text Font Color

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

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


#c28647 Background Color

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

This div background color is #c28647


#c28647 Border Color

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

This div border color is #c28647


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c28647">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28647


Comments

No comments written yet.

Please login to write comment.