Color Hex Logo

#c2965e Color Hex

#C2965E
(194,150,94)
0 Favorites   0 Comments

Color spaces of #c2965e

RGB 19415094
HSL0.090.450.56
HSV34°52°76°
CMYK 0.000.230.52   0.24
XYZ35.174934.090215.3158
Yxy34.09020.41590.4030
Hunter Lab58.38685.359725.3180
CIE-Lab65.03419.693335.7004

#c2965e color RGB value is (194,150,94).

#c2965e hex color red value is 194, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c2965e hue: 0.09 , saturation: 0.45 and the lightness value of c2965e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 01011110
Octal 302 226 136
Decimal 194 150 94
Hex C2 96 5E

RGB Percentages of Color #c2965e

%44.29
%34.25
%21.46

CMYK Percentages of Color #c2965e

%0
%23
%52
%24

Triadic Colors of #c2965e

#c2965e #5ec296 #965ec2

Analogous Colors of #c2965e

#c2965e #bcc25e #c2645e

Monochromatic Colors of #c2965e

#c2965e

Complementary Color

#c2965e #5e8ac2

#c2965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2965e Color CSS Codes

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

#c2965e Text Font Color

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

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


#c2965e Background Color

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

This div background color is #c2965e


#c2965e Border Color

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

This div border color is #c2965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2965e


Comments

No comments written yet.

Please login to write comment.