Color Hex Logo

#c3863e Color Hex

#C3863E
(195,134,62)
0 Favorites   0 Comments

Color spaces of #c3863e

RGB 19513462
HSL0.090.530.50
HSV32°68°76°
CMYK 0.000.310.68   0.24
XYZ31.900329.00018.4737
Yxy29.00010.45980.4180
Hunter Lab53.851711.498028.3668
CIE-Lab60.781716.518246.9935

#c3863e color RGB value is (195,134,62).

#c3863e hex color red value is 195, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c3863e hue: 0.09 , saturation: 0.53 and the lightness value of c3863e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000110 00111110
Octal 303 206 76
Decimal 195 134 62
Hex C3 86 3E

RGB Percentages of Color #c3863e

%49.87
%34.27
%15.86

CMYK Percentages of Color #c3863e

%0
%31
%68
%24

Triadic Colors of #c3863e

#c3863e #3ec386 #863ec3

Analogous Colors of #c3863e

#c3863e #bec33e #c3443e

Monochromatic Colors of #c3863e

#c3863e

Complementary Color

#c3863e #3e7bc3

#c3863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3863e Color CSS Codes

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

#c3863e Text Font Color

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

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


#c3863e Background Color

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

This div background color is #c3863e


#c3863e Border Color

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

This div border color is #c3863e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3863e


Comments

No comments written yet.

Please login to write comment.