Color Hex Logo

#c1890c Color Hex

#C1890C
(193,137,12)
0 Favorites   0 Comments

Color spaces of #c1890c

RGB 19313712
HSL0.120.880.40
HSV41°94°76°
CMYK 0.000.290.94   0.24
XYZ31.004329.25534.3606
Yxy29.25530.47980.4527
Hunter Lab54.08827.665133.0817
CIE-Lab61.006312.266064.3428

#c1890c color RGB value is (193,137,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 00001100
Octal 301 211 14
Decimal 193 137 12
Hex C1 89 C

RGB Percentages of Color #c1890c

%56.43
%40.06
%3.51

CMYK Percentages of Color #c1890c

%0
%29
%94
%24

Triadic Colors of #c1890c

#c1890c #0cc189 #890cc1

Analogous Colors of #c1890c

#c1890c #9fc10c #c12f0c

Monochromatic Colors of #c1890c

#c1890c

Complementary Color

#c1890c #0c44c1

#c1890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1890c Color CSS Codes

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

#c1890c Text Font Color

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

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


#c1890c Background Color

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

This div background color is #c1890c


#c1890c Border Color

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

This div border color is #c1890c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,137,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 #c1890c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1890c


Comments

No comments written yet.

Please login to write comment.