Color Hex Logo

#c19420 Color Hex

#C19420
(193,148,32)
0 Favorites   0 Comments

Color spaces of #c19420

RGB 19314832
HSL0.120.720.44
HSV43°83°76°
CMYK 0.000.230.83   0.24
XYZ32.842932.62165.9321
Yxy32.62160.46000.4569
Hunter Lab57.11532.690733.8228
CIE-Lab63.85336.667761.8589

#c19420 color RGB value is (193,148,32).

#c19420 hex color red value is 193, green value is 148 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c19420 hue: 0.12 , saturation: 0.72 and the lightness value of c19420 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 00100000
Octal 301 224 40
Decimal 193 148 32
Hex C1 94 20

RGB Percentages of Color #c19420

%51.74
%39.68
%8.58

CMYK Percentages of Color #c19420

%0
%23
%83
%24

Triadic Colors of #c19420

#c19420 #20c194 #9420c1

Analogous Colors of #c19420

#c19420 #9ec120 #c14420

Monochromatic Colors of #c19420

#c19420

Complementary Color

#c19420 #204dc1

#c19420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19420 Color CSS Codes

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

#c19420 Text Font Color

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

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


#c19420 Background Color

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

This div background color is #c19420


#c19420 Border Color

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

This div border color is #c19420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19420


Comments

No comments written yet.

Please login to write comment.