Color Hex Logo

#c39065 Color Hex

#C39065
(195,144,101)
0 Favorites   0 Comments

Color spaces of #c39065

RGB 195144101
HSL0.080.440.58
HSV27°48°76°
CMYK 0.000.260.48   0.24
XYZ34.827932.488216.7471
Yxy32.48820.41430.3865
Hunter Lab56.99849.322122.4785
CIE-Lab63.744314.068330.3326

#c39065 color RGB value is (195,144,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010000 01100101
Octal 303 220 145
Decimal 195 144 101
Hex C3 90 65

RGB Percentages of Color #c39065

%44.32
%32.73
%22.95

CMYK Percentages of Color #c39065

%0
%26
%48
%24

Triadic Colors of #c39065

#c39065 #65c390 #9065c3

Analogous Colors of #c39065

#c39065 #c3bf65 #c36569

Monochromatic Colors of #c39065

#c39065

Complementary Color

#c39065 #6598c3

#c39065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39065 Color CSS Codes

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

#c39065 Text Font Color

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

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


#c39065 Background Color

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

This div background color is #c39065


#c39065 Border Color

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

This div border color is #c39065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39065


Comments

No comments written yet.

Please login to write comment.