Color Hex Logo

#c14217 Color Hex

#C14217
(193,66,23)
0 Favorites   0 Comments

Color spaces of #c14217

RGB 1936623
HSL0.040.790.42
HSV15°88°76°
CMYK 0.000.660.88   0.24
XYZ24.095215.29572.4930
Yxy15.29570.57530.3652
Hunter Lab39.109741.530523.5974
CIE-Lab46.036649.047850.1680

#c14217 color RGB value is (193,66,23).

#c14217 hex color red value is 193, green value is 66 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c14217 hue: 0.04 , saturation: 0.79 and the lightness value of c14217 is 0.42.

The process color (four color CMYK) of #c14217 color hex is 0.00, 0.66, 0.88, 0.24. Web safe color of #c14217 is #cc3300. Color #c14217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 00010111
Octal 301 102 27
Decimal 193 66 23
Hex C1 42 17

RGB Percentages of Color #c14217

%68.44
%23.40
%8.16

CMYK Percentages of Color #c14217

%0
%66
%88
%24

Triadic Colors of #c14217

#c14217 #17c142 #4217c1

Analogous Colors of #c14217

#c14217 #c19717 #c11741

Monochromatic Colors of #c14217

#c14217

Complementary Color

#c14217 #1796c1

#c14217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14217 Color CSS Codes

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

#c14217 Text Font Color

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

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


#c14217 Background Color

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

This div background color is #c14217


#c14217 Border Color

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

This div border color is #c14217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14217


Comments

No comments written yet.

Please login to write comment.