Color Hex Logo

#c1630e Color Hex

#C1630E
(193,99,14)
0 Favorites   0 Comments

Color spaces of #c1630e

RGB 1939914
HSL0.080.860.41
HSV28°93°76°
CMYK 0.000.490.93   0.24
XYZ26.533420.29282.9339
Yxy20.29280.53320.4078
Hunter Lab45.047526.304927.6718
CIE-Lab52.166732.957757.5692

#c1630e color RGB value is (193,99,14).

#c1630e hex color red value is 193, green value is 99 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c1630e hue: 0.08 , saturation: 0.86 and the lightness value of c1630e is 0.41.

The process color (four color CMYK) of #c1630e color hex is 0.00, 0.49, 0.93, 0.24. Web safe color of #c1630e is #cc6600. Color #c1630e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100011 00001110
Octal 301 143 16
Decimal 193 99 14
Hex C1 63 E

RGB Percentages of Color #c1630e

%63.07
%32.35
%4.58

CMYK Percentages of Color #c1630e

%0
%49
%93
%24

Triadic Colors of #c1630e

#c1630e #0ec163 #630ec1

Analogous Colors of #c1630e

#c1630e #c1bd0e #c10e12

Monochromatic Colors of #c1630e

#c1630e

Complementary Color

#c1630e #0e6cc1

#c1630e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1630e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1630e Color CSS Codes

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

#c1630e Text Font Color

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

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


#c1630e Background Color

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

This div background color is #c1630e


#c1630e Border Color

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

This div border color is #c1630e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1630e


Comments

No comments written yet.

Please login to write comment.