Color Hex Logo

#c2965d Color Hex

#C2965D
(194,150,93)
0 Favorites   0 Comments

Color spaces of #c2965d

RGB 19415093
HSL0.090.450.56
HSV34°52°76°
CMYK 0.000.230.52   0.24
XYZ35.130334.072315.0810
Yxy34.07230.41680.4043
Hunter Lab58.37155.278425.5417
CIE-Lab65.01999.602736.2102

#c2965d color RGB value is (194,150,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 01011101
Octal 302 226 135
Decimal 194 150 93
Hex C2 96 5D

RGB Percentages of Color #c2965d

%44.39
%34.32
%21.28

CMYK Percentages of Color #c2965d

%0
%23
%52
%24

Triadic Colors of #c2965d

#c2965d #5dc296 #965dc2

Analogous Colors of #c2965d

#c2965d #bcc25d #c2645d

Monochromatic Colors of #c2965d

#c2965d

Complementary Color

#c2965d #5d89c2

#c2965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2965d Color CSS Codes

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

#c2965d Text Font Color

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

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


#c2965d Background Color

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

This div background color is #c2965d


#c2965d Border Color

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

This div border color is #c2965d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2965d


Comments

No comments written yet.

Please login to write comment.