Color Hex Logo

#c1862c Color Hex

#C1862C
(193,134,44)
0 Favorites   0 Comments

Color spaces of #c1862c

RGB 19313444
HSL0.100.630.46
HSV36°77°76°
CMYK 0.000.310.77   0.24
XYZ30.972028.56956.2649
Yxy28.56950.47070.4341
Hunter Lab53.45049.894030.4660
CIE-Lab60.399814.760654.5124

#c1862c color RGB value is (193,134,44).

#c1862c hex color red value is 193, green value is 134 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c1862c hue: 0.10 , saturation: 0.63 and the lightness value of c1862c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 00101100
Octal 301 206 54
Decimal 193 134 44
Hex C1 86 2C

RGB Percentages of Color #c1862c

%52.02
%36.12
%11.86

CMYK Percentages of Color #c1862c

%0
%31
%77
%24

Triadic Colors of #c1862c

#c1862c #2cc186 #862cc1

Analogous Colors of #c1862c

#c1862c #b2c12c #c13c2c

Monochromatic Colors of #c1862c

#c1862c

Complementary Color

#c1862c #2c67c1

#c1862c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1862c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1862c Color CSS Codes

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

#c1862c Text Font Color

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

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


#c1862c Background Color

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

This div background color is #c1862c


#c1862c Border Color

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

This div border color is #c1862c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1862c

#c1862c Color Palettes


Comments

No comments written yet.

Please login to write comment.