Color Hex Logo

#c28240 Color Hex

#C28240
(194,130,64)
0 Favorites   0 Comments

Color spaces of #c28240

RGB 19413064
HSL0.080.520.51
HSV30°67°76°
CMYK 0.000.330.67   0.24
XYZ31.156227.80488.5752
Yxy27.80480.46130.4117
Hunter Lab52.730313.190627.2692
CIE-Lab59.712018.406144.8095

#c28240 color RGB value is (194,130,64).

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

The process color (four color CMYK) of #c28240 color hex is 0.00, 0.33, 0.67, 0.24. Web safe color of #c28240 is #cc9933. Color #c28240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000010 01000000
Octal 302 202 100
Decimal 194 130 64
Hex C2 82 40

RGB Percentages of Color #c28240

%50.00
%33.51
%16.49

CMYK Percentages of Color #c28240

%0
%33
%67
%24

Triadic Colors of #c28240

#c28240 #40c282 #8240c2

Analogous Colors of #c28240

#c28240 #c1c240 #c24140

Monochromatic Colors of #c28240

#c28240

Complementary Color

#c28240 #4080c2

#c28240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28240 Color CSS Codes

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

#c28240 Text Font Color

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

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


#c28240 Background Color

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

This div background color is #c28240


#c28240 Border Color

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

This div border color is #c28240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28240

#c28240 Color Palettes


Comments

No comments written yet.

Please login to write comment.