Color Hex Logo

#c5935e Color Hex

#C5935E
(197,147,94)
0 Favorites   0 Comments

Color spaces of #c5935e

RGB 19714794
HSL0.090.470.57
HSV31°52°77°
CMYK 0.000.250.52   0.23
XYZ35.480133.545915.1947
Yxy33.54590.42130.3983
Hunter Lab57.91887.988224.9888
CIE-Lab64.600512.597535.2277

#c5935e color RGB value is (197,147,94).

#c5935e hex color red value is 197, green value is 147 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c5935e hue: 0.09 , saturation: 0.47 and the lightness value of c5935e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010011 01011110
Octal 305 223 136
Decimal 197 147 94
Hex C5 93 5E

RGB Percentages of Color #c5935e

%44.98
%33.56
%21.46

CMYK Percentages of Color #c5935e

%0
%25
%52
%23

Triadic Colors of #c5935e

#c5935e #5ec593 #935ec5

Analogous Colors of #c5935e

#c5935e #c4c55e #c55f5e

Monochromatic Colors of #c5935e

#c5935e

Complementary Color

#c5935e #5e90c5

#c5935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5935e Color CSS Codes

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

#c5935e Text Font Color

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

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


#c5935e Background Color

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

This div background color is #c5935e


#c5935e Border Color

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

This div border color is #c5935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5935e


Comments

No comments written yet.

Please login to write comment.