Color Hex Logo

#c19132 Color Hex

#C19132
(193,145,50)
1 Favorites   0 Comments

Color spaces of #c19132

RGB 19314550
HSL0.110.590.48
HSV40°74°76°
CMYK 0.000.250.74   0.24
XYZ32.693431.81857.4361
Yxy31.81850.45440.4422
Hunter Lab56.40794.742931.6695
CIE-Lab63.19268.982554.7882

#c19132 color RGB value is (193,145,50).

#c19132 hex color red value is 193, green value is 145 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c19132 hue: 0.11 , saturation: 0.59 and the lightness value of c19132 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 00110010
Octal 301 221 62
Decimal 193 145 50
Hex C1 91 32

RGB Percentages of Color #c19132

%49.74
%37.37
%12.89

CMYK Percentages of Color #c19132

%0
%25
%74
%24

Triadic Colors of #c19132

#c19132 #32c191 #9132c1

Analogous Colors of #c19132

#c19132 #aac132 #c14a32

Monochromatic Colors of #c19132

#c19132

Complementary Color

#c19132 #3262c1

#c19132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19132 Color CSS Codes

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

#c19132 Text Font Color

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

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


#c19132 Background Color

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

This div background color is #c19132


#c19132 Border Color

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

This div border color is #c19132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19132


Comments

No comments written yet.

Please login to write comment.