Color Hex Logo

#c18105 Color Hex

#C18105
(193,129,5)
0 Favorites   0 Comments

Color spaces of #c18105

RGB 1931295
HSL0.110.950.39
HSV40°97°76°
CMYK 0.000.330.97   0.24
XYZ29.870027.04893.7902
Yxy27.04890.49200.4455
Hunter Lab52.008611.502732.0851
CIE-Lab59.019616.579864.0414

#c18105 color RGB value is (193,129,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 00000101
Octal 301 201 5
Decimal 193 129 5
Hex C1 81 5

RGB Percentages of Color #c18105

%59.02
%39.45
%1.53

CMYK Percentages of Color #c18105

%0
%33
%97
%24

Triadic Colors of #c18105

#c18105 #05c181 #8105c1

Analogous Colors of #c18105

#c18105 #a3c105 #c12305

Monochromatic Colors of #c18105

#c18105

Complementary Color

#c18105 #0545c1

#c18105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18105 Color CSS Codes

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

#c18105 Text Font Color

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

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


#c18105 Background Color

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

This div background color is #c18105


#c18105 Border Color

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

This div border color is #c18105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18105


Comments

No comments written yet.

Please login to write comment.