Color Hex Logo

#c59120 Color Hex

#C59120
(197,145,32)
0 Favorites   0 Comments

Color spaces of #c59120

RGB 19714532
HSL0.110.720.45
HSV41°84°77°
CMYK 0.000.260.84   0.23
XYZ33.412132.22545.8256
Yxy32.22540.46750.4509
Hunter Lab56.76745.718333.6527
CIE-Lab63.528710.082261.7557

#c59120 color RGB value is (197,145,32).

#c59120 hex color red value is 197, green value is 145 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c59120 hue: 0.11 , saturation: 0.72 and the lightness value of c59120 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010001 00100000
Octal 305 221 40
Decimal 197 145 32
Hex C5 91 20

RGB Percentages of Color #c59120

%52.67
%38.77
%8.56

CMYK Percentages of Color #c59120

%0
%26
%84
%23

Triadic Colors of #c59120

#c59120 #20c591 #9120c5

Analogous Colors of #c59120

#c59120 #a7c520 #c53f20

Monochromatic Colors of #c59120

#c59120

Complementary Color

#c59120 #2054c5

#c59120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59120 Color CSS Codes

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

#c59120 Text Font Color

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

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


#c59120 Background Color

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

This div background color is #c59120


#c59120 Border Color

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

This div border color is #c59120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59120


Comments

No comments written yet.

Please login to write comment.