Color Hex Logo

#c1601e Color Hex

#C1601E
(193,96,30)
0 Favorites   0 Comments

Color spaces of #c1601e

RGB 1939630
HSL0.070.730.44
HSV24°84°76°
CMYK 0.000.500.84   0.24
XYZ26.409519.79693.6576
Yxy19.79690.52960.3970
Hunter Lab44.493728.085726.2717
CIE-Lab51.606834.861552.0314

#c1601e color RGB value is (193,96,30).

#c1601e hex color red value is 193, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c1601e hue: 0.07 , saturation: 0.73 and the lightness value of c1601e is 0.44.

The process color (four color CMYK) of #c1601e color hex is 0.00, 0.50, 0.84, 0.24. Web safe color of #c1601e is #cc6633. Color #c1601e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 00011110
Octal 301 140 36
Decimal 193 96 30
Hex C1 60 1E

RGB Percentages of Color #c1601e

%60.50
%30.09
%9.40

CMYK Percentages of Color #c1601e

%0
%50
%84
%24

Triadic Colors of #c1601e

#c1601e #1ec160 #601ec1

Analogous Colors of #c1601e

#c1601e #c1b21e #c11e2d

Monochromatic Colors of #c1601e

#c1601e

Complementary Color

#c1601e #1e7fc1

#c1601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1601e Color CSS Codes

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

#c1601e Text Font Color

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

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


#c1601e Background Color

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

This div background color is #c1601e


#c1601e Border Color

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

This div border color is #c1601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1601e


Comments

No comments written yet.

Please login to write comment.