Color Hex Logo

#c3966f Color Hex

#C3966F
(195,150,111)
0 Favorites   0 Comments

Color spaces of #c3966f

RGB 195150111
HSL0.080.410.60
HSV28°43°76°
CMYK 0.000.230.43   0.24
XYZ36.281334.562519.7979
Yxy34.56250.40030.3813
Hunter Lab58.78997.276321.1866
CIE-Lab65.406611.812727.0511

#c3966f color RGB value is (195,150,111).

#c3966f hex color red value is 195, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c3966f hue: 0.08 , saturation: 0.41 and the lightness value of c3966f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010110 01101111
Octal 303 226 157
Decimal 195 150 111
Hex C3 96 6F

RGB Percentages of Color #c3966f

%42.76
%32.89
%24.34

CMYK Percentages of Color #c3966f

%0
%23
%43
%24

Triadic Colors of #c3966f

#c3966f #6fc396 #966fc3

Analogous Colors of #c3966f

#c3966f #c3c06f #c36f72

Monochromatic Colors of #c3966f

#c3966f

Complementary Color

#c3966f #6f9cc3

#c3966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3966f Color CSS Codes

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

#c3966f Text Font Color

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

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


#c3966f Background Color

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

This div background color is #c3966f


#c3966f Border Color

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

This div border color is #c3966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3966f


Comments

No comments written yet.

Please login to write comment.