Color Hex Logo

#c59142 Color Hex

#C59142
(197,145,66)
0 Favorites   0 Comments

Color spaces of #c59142

RGB 19714566
HSL0.100.530.52
HSV36°66°77°
CMYK 0.000.260.66   0.23
XYZ34.134732.51459.6311
Yxy32.51450.44750.4263
Hunter Lab57.02157.067629.9008
CIE-Lab63.765911.585948.4155

#c59142 color RGB value is (197,145,66).

#c59142 hex color red value is 197, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c59142 hue: 0.10 , saturation: 0.53 and the lightness value of c59142 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010001 01000010
Octal 305 221 102
Decimal 197 145 66
Hex C5 91 42

RGB Percentages of Color #c59142

%48.28
%35.54
%16.18

CMYK Percentages of Color #c59142

%0
%26
%66
%23

Triadic Colors of #c59142

#c59142 #42c591 #9142c5

Analogous Colors of #c59142

#c59142 #b8c542 #c55042

Monochromatic Colors of #c59142

#c59142

Complementary Color

#c59142 #4276c5

#c59142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59142 Color CSS Codes

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

#c59142 Text Font Color

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

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


#c59142 Background Color

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

This div background color is #c59142


#c59142 Border Color

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

This div border color is #c59142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59142


Comments

No comments written yet.

Please login to write comment.