Color Hex Logo

#c5973e Color Hex

#C5973E
(197,151,62)
0 Favorites   0 Comments

Color spaces of #c5973e

RGB 19715162
HSL0.110.540.51
HSV40°69°77°
CMYK 0.000.230.69   0.23
XYZ34.962134.35139.3452
Yxy34.35130.44450.4367
Hunter Lab58.61003.911631.5734
CIE-Lab65.24058.078551.8486

#c5973e color RGB value is (197,151,62).

#c5973e hex color red value is 197, green value is 151 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c5973e hue: 0.11 , saturation: 0.54 and the lightness value of c5973e is 0.51.

The process color (four color CMYK) of #c5973e color hex is 0.00, 0.23, 0.69, 0.23. Web safe color of #c5973e is #cc9933. Color #c5973e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 00111110
Octal 305 227 76
Decimal 197 151 62
Hex C5 97 3E

RGB Percentages of Color #c5973e

%48.05
%36.83
%15.12

CMYK Percentages of Color #c5973e

%0
%23
%69
%23

Triadic Colors of #c5973e

#c5973e #3ec597 #973ec5

Analogous Colors of #c5973e

#c5973e #b0c53e #c5543e

Monochromatic Colors of #c5973e

#c5973e

Complementary Color

#c5973e #3e6cc5

#c5973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5973e Color CSS Codes

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

#c5973e Text Font Color

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

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


#c5973e Background Color

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

This div background color is #c5973e


#c5973e Border Color

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

This div border color is #c5973e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,151,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5973e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5973e;
  -webkit-box-shadow: 1px 1px 3px 2px #c5973e;
  box-shadow:         1px 1px 3px 2px #c5973e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,151,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5973e

#c5973e Color Palettes


Comments

No comments written yet.

Please login to write comment.