color codes Logo

#c17a06 color codes

#C17A06
(193,122,6)
0 Favorites   0 Comments

Color spaces of #c17a06

RGB 1931226
HSL0.100.940.39
HSV37°97°76°
CMYK 0.000.370.97   0.24
XYZ28.984725.26973.5222
Yxy25.26970.50170.4374
Hunter Lab50.269014.951031.0340
CIE-Lab57.337320.439062.7178

#c17a06 color RGB value is (193,122,6).

#c17a06 hex color red value is 193, green value is 122 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c17a06 hue: 0.10 , saturation: 0.94 and the lightness value of c17a06 is 0.39.

The process color (four color CMYK) of #c17a06 color code is 0.00, 0.37, 0.97, 0.24. Web safe color of #c17a06 is #cc6600. Color #c17a06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111010 00000110
Octal 301 172 6
Decimal 193 122 6
Hex C1 7A 6

RGB Percentages of Color #c17a06

%60.12
%38.01
%1.87

CMYK Percentages of Color #c17a06

%0
%37
%97
%24

Triadic Colors of #c17a06

#c17a06 #06c17a #7a06c1

Analogous Colors of #c17a06

#c17a06 #abc106 #c11d06

Monochromatic Colors of #c17a06

#c17a06

Complementary Color

#c17a06 #064dc1

#c17a06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17a06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17a06 Color CSS Codes

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

#c17a06 Text Font Color

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

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


#c17a06 Background Color

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

This div background color is #c17a06


#c17a06 Border Color

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

This div border color is #c17a06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17a06


Comments

No comments written yet.

Please login to write comment.