Color Hex Logo

#c18901 Color Hex

#C18901
(193,137,1)
0 Favorites   0 Comments

Color spaces of #c18901

RGB 1931371
HSL0.120.990.38
HSV43°99°76°
CMYK 0.000.290.99   0.24
XYZ30.943529.23104.0400
Yxy29.23100.48190.4552
Hunter Lab54.06577.546233.4156
CIE-Lab60.985012.132866.0258

#c18901 color RGB value is (193,137,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 00000001
Octal 301 211 1
Decimal 193 137 1
Hex C1 89 1

RGB Percentages of Color #c18901

%58.31
%41.39
%0.30

CMYK Percentages of Color #c18901

%0
%29
%99
%24

Triadic Colors of #c18901

#c18901 #01c189 #8901c1

Analogous Colors of #c18901

#c18901 #99c101 #c12901

Monochromatic Colors of #c18901

#c18901

Complementary Color

#c18901 #0139c1

#c18901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18901 Color CSS Codes

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

#c18901 Text Font Color

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

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


#c18901 Background Color

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

This div background color is #c18901


#c18901 Border Color

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

This div border color is #c18901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18901


Comments

No comments written yet.

Please login to write comment.