Color Hex Logo

#c19221 Color Hex

#C19221
(193,146,33)
0 Favorites   0 Comments

Color spaces of #c19221

RGB 19314633
HSL0.120.710.44
HSV42°83°76°
CMYK 0.000.240.83   0.24
XYZ32.545732.00505.9011
Yxy32.00500.46200.4543
Hunter Lab56.57303.686133.4166
CIE-Lab63.34707.788661.1183

#c19221 color RGB value is (193,146,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010010 00100001
Octal 301 222 41
Decimal 193 146 33
Hex C1 92 21

RGB Percentages of Color #c19221

%51.88
%39.25
%8.87

CMYK Percentages of Color #c19221

%0
%24
%83
%24

Triadic Colors of #c19221

#c19221 #21c192 #9221c1

Analogous Colors of #c19221

#c19221 #a0c121 #c14221

Monochromatic Colors of #c19221

#c19221

Complementary Color

#c19221 #2150c1

#c19221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19221 Color CSS Codes

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

#c19221 Text Font Color

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

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


#c19221 Background Color

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

This div background color is #c19221


#c19221 Border Color

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

This div border color is #c19221


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,146,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19221


Comments

No comments written yet.

Please login to write comment.