Color Hex Logo

#c16e05 Color Hex

#C16E05
(193,110,5)
0 Favorites   0 Comments

Color spaces of #c16e05

RGB 1931105
HSL0.090.950.39
HSV34°97°76°
CMYK 0.000.430.97   0.24
XYZ27.595622.50033.0321
Yxy22.50030.51940.4235
Hunter Lab47.434520.834329.4142
CIE-Lab54.553926.971861.0234

#c16e05 color RGB value is (193,110,5).

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

The process color (four color CMYK) of #c16e05 color hex is 0.00, 0.43, 0.97, 0.24. Web safe color of #c16e05 is #cc6600. Color #c16e05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101110 00000101
Octal 301 156 5
Decimal 193 110 5
Hex C1 6E 5

RGB Percentages of Color #c16e05

%62.66
%35.71
%1.62

CMYK Percentages of Color #c16e05

%0
%43
%97
%24

Triadic Colors of #c16e05

#c16e05 #05c16e #6e05c1

Analogous Colors of #c16e05

#c16e05 #b6c105 #c11005

Monochromatic Colors of #c16e05

#c16e05

Complementary Color

#c16e05 #0558c1

#c16e05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16e05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16e05 Color CSS Codes

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

#c16e05 Text Font Color

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

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


#c16e05 Background Color

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

This div background color is #c16e05


#c16e05 Border Color

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

This div border color is #c16e05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16e05

#c16e05 Color Palettes


Comments

No comments written yet.

Please login to write comment.