Color Hex Logo

#c1932d Color Hex

#C1932D
(193,147,45)
0 Favorites   0 Comments

Color spaces of #c1932d

RGB 19314745
HSL0.110.620.47
HSV41°77°76°
CMYK 0.000.240.77   0.24
XYZ32.899732.39447.0014
Yxy32.39440.45510.4481
Hunter Lab56.91613.576832.5478
CIE-Lab63.66757.670857.2321

#c1932d color RGB value is (193,147,45).

#c1932d hex color red value is 193, green value is 147 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c1932d hue: 0.11 , saturation: 0.62 and the lightness value of c1932d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 00101101
Octal 301 223 55
Decimal 193 147 45
Hex C1 93 2D

RGB Percentages of Color #c1932d

%50.13
%38.18
%11.69

CMYK Percentages of Color #c1932d

%0
%24
%77
%24

Triadic Colors of #c1932d

#c1932d #2dc193 #932dc1

Analogous Colors of #c1932d

#c1932d #a5c12d #c1492d

Monochromatic Colors of #c1932d

#c1932d

Complementary Color

#c1932d #2d5bc1

#c1932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1932d Color CSS Codes

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

#c1932d Text Font Color

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

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


#c1932d Background Color

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

This div background color is #c1932d


#c1932d Border Color

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

This div border color is #c1932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1932d


Comments

No comments written yet.

Please login to write comment.