Color Hex Logo

#c39442 Color Hex

#C39442
(195,148,66)
0 Favorites   0 Comments

Color spaces of #c39442

RGB 19514866
HSL0.110.520.51
HSV38°66°76°
CMYK 0.000.240.66   0.24
XYZ34.079033.17539.7616
Yxy33.17530.44250.4308
Hunter Lab57.59804.816630.2702
CIE-Lab64.30269.078948.9403

#c39442 color RGB value is (195,148,66).

#c39442 hex color red value is 195, green value is 148 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c39442 hue: 0.11 , saturation: 0.52 and the lightness value of c39442 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010100 01000010
Octal 303 224 102
Decimal 195 148 66
Hex C3 94 42

RGB Percentages of Color #c39442

%47.68
%36.19
%16.14

CMYK Percentages of Color #c39442

%0
%24
%66
%24

Triadic Colors of #c39442

#c39442 #42c394 #9442c3

Analogous Colors of #c39442

#c39442 #b2c342 #c35442

Monochromatic Colors of #c39442

#c39442

Complementary Color

#c39442 #4271c3

#c39442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39442 Color CSS Codes

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

#c39442 Text Font Color

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

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


#c39442 Background Color

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

This div background color is #c39442


#c39442 Border Color

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

This div border color is #c39442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,148,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c39442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c39442;
  -webkit-box-shadow: 1px 1px 3px 2px #c39442;
  box-shadow:         1px 1px 3px 2px #c39442; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,148,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39442


Comments

No comments written yet.

Please login to write comment.