Color Hex Logo

#c39565 Color Hex

#C39565
(195,149,101)
0 Favorites   0 Comments

Color spaces of #c39565

RGB 195149101
HSL0.090.440.58
HSV31°48°76°
CMYK 0.000.240.48   0.24
XYZ35.602134.036617.0052
Yxy34.03660.41090.3928
Hunter Lab58.34096.831723.5568
CIE-Lab64.991611.323931.9354

#c39565 color RGB value is (195,149,101).

#c39565 hex color red value is 195, green value is 149 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c39565 hue: 0.09 , saturation: 0.44 and the lightness value of c39565 is 0.58.

The process color (four color CMYK) of #c39565 color hex is 0.00, 0.24, 0.48, 0.24. Web safe color of #c39565 is #cc9966. Color #c39565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010101 01100101
Octal 303 225 145
Decimal 195 149 101
Hex C3 95 65

RGB Percentages of Color #c39565

%43.82
%33.48
%22.70

CMYK Percentages of Color #c39565

%0
%24
%48
%24

Triadic Colors of #c39565

#c39565 #65c395 #9565c3

Analogous Colors of #c39565

#c39565 #c2c365 #c36665

Monochromatic Colors of #c39565

#c39565

Complementary Color

#c39565 #6593c3

#c39565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39565 Color CSS Codes

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

#c39565 Text Font Color

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

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


#c39565 Background Color

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

This div background color is #c39565


#c39565 Border Color

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

This div border color is #c39565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39565


Comments

No comments written yet.

Please login to write comment.