Color Hex Logo

#c17700 Color Hex

#C17700
(193,119,0)
0 Favorites   0 Comments

Color spaces of #c17700

RGB 1931190
HSL0.101.000.38
HSV37°100°76°
CMYK 0.000.381.00   0.24
XYZ28.589124.53113.2282
Yxy24.53110.50740.4353
Hunter Lab49.528916.358430.8058
CIE-Lab56.615722.011163.2986

#c17700 color RGB value is (193,119,0).

#c17700 hex color red value is 193, green value is 119 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c17700 hue: 0.10 , saturation: 1.00 and the lightness value of c17700 is 0.38.

The process color (four color CMYK) of #c17700 color hex is 0.00, 0.38, 1.00, 0.24. Web safe color of #c17700 is #cc6600. Color #c17700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110111 00000000
Octal 301 167 0
Decimal 193 119 0
Hex C1 77 0

RGB Percentages of Color #c17700

%61.86
%38.14
%0.00

CMYK Percentages of Color #c17700

%0
%38
%100
%24

Triadic Colors of #c17700

#c17700 #00c177 #7700c1

Analogous Colors of #c17700

#c17700 #abc100 #c11700

Monochromatic Colors of #c17700

#c17700

Complementary Color

#c17700 #004ac1

#c17700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17700 Color CSS Codes

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

#c17700 Text Font Color

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

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


#c17700 Background Color

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

This div background color is #c17700


#c17700 Border Color

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

This div border color is #c17700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17700


Comments

No comments written yet.

Please login to write comment.