Color Hex Logo

#c2966f Color Hex

#C2966F
(194,150,111)
0 Favorites   0 Comments

Color spaces of #c2966f

RGB 194150111
HSL0.080.400.60
HSV28°43°76°
CMYK 0.000.230.43   0.24
XYZ36.023734.429719.7859
Yxy34.42970.39920.3815
Hunter Lab58.67686.902821.0811
CIE-Lab65.302211.402226.8940

#c2966f color RGB value is (194,150,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 01101111
Octal 302 226 157
Decimal 194 150 111
Hex C2 96 6F

RGB Percentages of Color #c2966f

%42.64
%32.97
%24.40

CMYK Percentages of Color #c2966f

%0
%23
%43
%24

Triadic Colors of #c2966f

#c2966f #6fc296 #966fc2

Analogous Colors of #c2966f

#c2966f #c2c06f #c26f72

Monochromatic Colors of #c2966f

#c2966f

Complementary Color

#c2966f #6f9bc2

#c2966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2966f Color CSS Codes

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

#c2966f Text Font Color

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

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


#c2966f Background Color

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

This div background color is #c2966f


#c2966f Border Color

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

This div border color is #c2966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2966f


Comments

No comments written yet.

Please login to write comment.