Color Hex Logo

#c18111 Color Hex

#C18111
(193,129,17)
0 Favorites   0 Comments

Color spaces of #c18111

RGB 19312917
HSL0.110.840.41
HSV38°91°76°
CMYK 0.000.330.91   0.24
XYZ29.943827.07844.1788
Yxy27.07840.48930.4425
Hunter Lab52.036911.650431.6646
CIE-Lab59.046816.742061.9289

#c18111 color RGB value is (193,129,17).

#c18111 hex color red value is 193, green value is 129 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c18111 hue: 0.11 , saturation: 0.84 and the lightness value of c18111 is 0.41.

The process color (four color CMYK) of #c18111 color hex is 0.00, 0.33, 0.91, 0.24. Web safe color of #c18111 is #cc9900. Color #c18111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 00010001
Octal 301 201 21
Decimal 193 129 17
Hex C1 81 11

RGB Percentages of Color #c18111

%56.93
%38.05
%5.01

CMYK Percentages of Color #c18111

%0
%33
%91
%24

Triadic Colors of #c18111

#c18111 #11c181 #8111c1

Analogous Colors of #c18111

#c18111 #a9c111 #c12911

Monochromatic Colors of #c18111

#c18111

Complementary Color

#c18111 #1151c1

#c18111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18111 Color CSS Codes

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

#c18111 Text Font Color

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

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


#c18111 Background Color

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

This div background color is #c18111


#c18111 Border Color

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

This div border color is #c18111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18111


Comments

No comments written yet.

Please login to write comment.