Color Hex Logo

#c1840c Color Hex

#C1840C
(193,132,12)
0 Favorites   0 Comments

Color spaces of #c1840c

RGB 19313212
HSL0.110.880.40
HSV40°94°76°
CMYK 0.000.320.94   0.24
XYZ30.309927.86654.1291
Yxy27.86650.48650.4473
Hunter Lab52.788710.109732.3145
CIE-Lab59.767915.014763.4407

#c1840c color RGB value is (193,132,12).

#c1840c hex color red value is 193, green value is 132 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c1840c hue: 0.11 , saturation: 0.88 and the lightness value of c1840c is 0.40.

The process color (four color CMYK) of #c1840c color hex is 0.00, 0.32, 0.94, 0.24. Web safe color of #c1840c is #cc9900. Color #c1840c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 00001100
Octal 301 204 14
Decimal 193 132 12
Hex C1 84 C

RGB Percentages of Color #c1840c

%57.27
%39.17
%3.56

CMYK Percentages of Color #c1840c

%0
%32
%94
%24

Triadic Colors of #c1840c

#c1840c #0cc184 #840cc1

Analogous Colors of #c1840c

#c1840c #a4c10c #c12a0c

Monochromatic Colors of #c1840c

#c1840c

Complementary Color

#c1840c #0c49c1

#c1840c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1840c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1840c Color CSS Codes

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

#c1840c Text Font Color

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

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


#c1840c Background Color

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

This div background color is #c1840c


#c1840c Border Color

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

This div border color is #c1840c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1840c


Comments

No comments written yet.

Please login to write comment.