Color Hex Logo

#c1932b Color Hex

#C1932B
(193,147,43)
0 Favorites   0 Comments

Color spaces of #c1932b

RGB 19314743
HSL0.120.640.46
HSV42°78°76°
CMYK 0.000.240.78   0.24
XYZ32.862132.37936.8033
Yxy32.37930.45610.4494
Hunter Lab56.90283.506132.7433
CIE-Lab63.65517.590357.9737

#c1932b color RGB value is (193,147,43).

#c1932b hex color red value is 193, green value is 147 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c1932b hue: 0.12 , saturation: 0.64 and the lightness value of c1932b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 00101011
Octal 301 223 53
Decimal 193 147 43
Hex C1 93 2B

RGB Percentages of Color #c1932b

%50.39
%38.38
%11.23

CMYK Percentages of Color #c1932b

%0
%24
%78
%24

Triadic Colors of #c1932b

#c1932b #2bc193 #932bc1

Analogous Colors of #c1932b

#c1932b #a4c12b #c1482b

Monochromatic Colors of #c1932b

#c1932b

Complementary Color

#c1932b #2b59c1

#c1932b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1932b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1932b Color CSS Codes

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

#c1932b Text Font Color

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

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


#c1932b Background Color

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

This div background color is #c1932b


#c1932b Border Color

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

This div border color is #c1932b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1932b


Comments

No comments written yet.

Please login to write comment.