Color Hex Logo

#c1990e Color Hex

#C1990E
(193,153,14)
0 Favorites   0 Comments

Color spaces of #c1990e

RGB 19315314
HSL0.130.860.41
HSV47°93°76°
CMYK 0.000.210.93   0.24
XYZ33.462834.15165.2437
Yxy34.15160.45930.4687
Hunter Lab58.4394-0.058535.5875
CIE-Lab65.08273.562367.0328

#c1990e color RGB value is (193,153,14).

#c1990e hex color red value is 193, green value is 153 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c1990e hue: 0.13 , saturation: 0.86 and the lightness value of c1990e is 0.41.

The process color (four color CMYK) of #c1990e color hex is 0.00, 0.21, 0.93, 0.24. Web safe color of #c1990e is #cc9900. Color #c1990e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 00001110
Octal 301 231 16
Decimal 193 153 14
Hex C1 99 E

RGB Percentages of Color #c1990e

%53.61
%42.50
%3.89

CMYK Percentages of Color #c1990e

%0
%21
%93
%24

Triadic Colors of #c1990e

#c1990e #0ec199 #990ec1

Analogous Colors of #c1990e

#c1990e #90c10e #c13f0e

Monochromatic Colors of #c1990e

#c1990e

Complementary Color

#c1990e #0e36c1

#c1990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1990e Color CSS Codes

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

#c1990e Text Font Color

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

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


#c1990e Background Color

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

This div background color is #c1990e


#c1990e Border Color

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

This div border color is #c1990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1990e


Comments

No comments written yet.

Please login to write comment.