Color Hex Logo

#c38965 Color Hex

#C38965
(195,137,101)
0 Favorites   0 Comments

Color spaces of #c38965

RGB 195137101
HSL0.060.440.58
HSV23°48°76°
CMYK 0.000.300.48   0.24
XYZ33.800330.433016.4046
Yxy30.43300.41920.3774
Hunter Lab55.166112.826320.9854
CIE-Lab62.026017.920728.1056

#c38965 color RGB value is (195,137,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001001 01100101
Octal 303 211 145
Decimal 195 137 101
Hex C3 89 65

RGB Percentages of Color #c38965

%45.03
%31.64
%23.33

CMYK Percentages of Color #c38965

%0
%30
%48
%24

Triadic Colors of #c38965

#c38965 #65c389 #8965c3

Analogous Colors of #c38965

#c38965 #c3b865 #c36570

Monochromatic Colors of #c38965

#c38965

Complementary Color

#c38965 #659fc3

#c38965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38965 Color CSS Codes

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

#c38965 Text Font Color

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

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


#c38965 Background Color

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

This div background color is #c38965


#c38965 Border Color

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

This div border color is #c38965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38965


Comments

No comments written yet.

Please login to write comment.