Color Hex Logo

#c94517 Color Hex

#C94517
(201,69,23)
0 Favorites   0 Comments

Color spaces of #c94517

RGB 2016923
HSL0.040.790.44
HSV16°89°79°
CMYK 0.000.660.89   0.21
XYZ26.370216.73562.6510
Yxy16.73560.57630.3658
Hunter Lab40.909243.470724.7943
CIE-Lab47.925150.568752.2489

#c94517 color RGB value is (201,69,23).

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

The process color (four color CMYK) of #c94517 color hex is 0.00, 0.66, 0.89, 0.21. Web safe color of #c94517 is #cc3300. Color #c94517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 00010111
Octal 311 105 27
Decimal 201 69 23
Hex C9 45 17

RGB Percentages of Color #c94517

%68.60
%23.55
%7.85

CMYK Percentages of Color #c94517

%0
%66
%89
%21

Triadic Colors of #c94517

#c94517 #17c945 #4517c9

Analogous Colors of #c94517

#c94517 #c99e17 #c91742

Monochromatic Colors of #c94517

#c94517

Complementary Color

#c94517 #179bc9

#c94517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94517 Color CSS Codes

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

#c94517 Text Font Color

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

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


#c94517 Background Color

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

This div background color is #c94517


#c94517 Border Color

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

This div border color is #c94517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94517


Comments

No comments written yet.

Please login to write comment.