Color Hex Logo

#c28646 Color Hex

#C28646
(194,134,70)
0 Favorites   0 Comments

Color spaces of #c28646

RGB 19413470
HSL0.090.500.52
HSV31°64°76°
CMYK 0.000.310.64   0.24
XYZ31.878728.96179.7043
Yxy28.96170.45190.4105
Hunter Lab53.816111.558826.9799
CIE-Lab60.747816.585942.9868

#c28646 color RGB value is (194,134,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 01000110
Octal 302 206 106
Decimal 194 134 70
Hex C2 86 46

RGB Percentages of Color #c28646

%48.74
%33.67
%17.59

CMYK Percentages of Color #c28646

%0
%31
%64
%24

Triadic Colors of #c28646

#c28646 #46c286 #8646c2

Analogous Colors of #c28646

#c28646 #c0c246 #c24846

Monochromatic Colors of #c28646

#c28646

Complementary Color

#c28646 #4682c2

#c28646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28646 Color CSS Codes

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

#c28646 Text Font Color

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

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


#c28646 Background Color

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

This div background color is #c28646


#c28646 Border Color

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

This div border color is #c28646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28646


Comments

No comments written yet.

Please login to write comment.