Color Hex Logo

#c97313 Color Hex

#C97313
(201,115,19)
0 Favorites   0 Comments

Color spaces of #c97313

RGB 20111519
HSL0.090.830.43
HSV32°91°79°
CMYK 0.000.430.91   0.21
XYZ30.335724.72603.7898
Yxy24.72600.51550.4201
Hunter Lab49.725221.877730.2889
CIE-Lab56.807527.872360.2298

#c97313 color RGB value is (201,115,19).

#c97313 hex color red value is 201, green value is 115 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c97313 hue: 0.09 , saturation: 0.83 and the lightness value of c97313 is 0.43.

The process color (four color CMYK) of #c97313 color hex is 0.00, 0.43, 0.91, 0.21. Web safe color of #c97313 is #cc6600. Color #c97313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110011 00010011
Octal 311 163 23
Decimal 201 115 19
Hex C9 73 13

RGB Percentages of Color #c97313

%60.00
%34.33
%5.67

CMYK Percentages of Color #c97313

%0
%43
%91
%21

Triadic Colors of #c97313

#c97313 #13c973 #7313c9

Analogous Colors of #c97313

#c97313 #c4c913 #c91813

Monochromatic Colors of #c97313

#c97313

Complementary Color

#c97313 #1369c9

#c97313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97313 Color CSS Codes

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

#c97313 Text Font Color

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

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


#c97313 Background Color

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

This div background color is #c97313


#c97313 Border Color

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

This div border color is #c97313


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,115,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97313


Comments

No comments written yet.

Please login to write comment.