Color Hex Logo

#c3956f Color Hex

#C3956F
(195,149,111)
0 Favorites   0 Comments

Color spaces of #c3956f

RGB 195149111
HSL0.080.410.60
HSV27°43°76°
CMYK 0.000.240.43   0.24
XYZ36.122434.244719.7450
Yxy34.24470.40090.3800
Hunter Lab58.51907.775720.9581
CIE-Lab65.156312.361226.7206

#c3956f color RGB value is (195,149,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010101 01101111
Octal 303 225 157
Decimal 195 149 111
Hex C3 95 6F

RGB Percentages of Color #c3956f

%42.86
%32.75
%24.40

CMYK Percentages of Color #c3956f

%0
%24
%43
%24

Triadic Colors of #c3956f

#c3956f #6fc395 #956fc3

Analogous Colors of #c3956f

#c3956f #c3bf6f #c36f73

Monochromatic Colors of #c3956f

#c3956f

Complementary Color

#c3956f #6f9dc3

#c3956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3956f Color CSS Codes

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

#c3956f Text Font Color

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

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


#c3956f Background Color

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

This div background color is #c3956f


#c3956f Border Color

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

This div border color is #c3956f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3956f


Comments

No comments written yet.

Please login to write comment.