Color Hex Logo

#c16409 Color Hex

#C16409
(193,100,9)
0 Favorites   0 Comments

Color spaces of #c16409

RGB 1931009
HSL0.080.910.40
HSV30°95°76°
CMYK 0.000.480.95   0.24
XYZ26.598820.47152.8079
Yxy20.47150.53330.4104
Hunter Lab45.245425.756727.9923
CIE-Lab52.366232.366058.7841

#c16409 color RGB value is (193,100,9).

#c16409 hex color red value is 193, green value is 100 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c16409 hue: 0.08 , saturation: 0.91 and the lightness value of c16409 is 0.40.

The process color (four color CMYK) of #c16409 color hex is 0.00, 0.48, 0.95, 0.24. Web safe color of #c16409 is #cc6600. Color #c16409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 00001001
Octal 301 144 11
Decimal 193 100 9
Hex C1 64 9

RGB Percentages of Color #c16409

%63.91
%33.11
%2.98

CMYK Percentages of Color #c16409

%0
%48
%95
%24

Triadic Colors of #c16409

#c16409 #09c164 #6409c1

Analogous Colors of #c16409

#c16409 #c1c009 #c1090a

Monochromatic Colors of #c16409

#c16409

Complementary Color

#c16409 #0966c1

#c16409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16409 Color CSS Codes

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

#c16409 Text Font Color

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

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


#c16409 Background Color

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

This div background color is #c16409


#c16409 Border Color

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

This div border color is #c16409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16409


Comments

No comments written yet.

Please login to write comment.