Color Hex Logo

#c79312 Color Hex

#C79312
(199,147,18)
0 Favorites   0 Comments

Color spaces of #c79312

RGB 19914718
HSL0.120.830.43
HSV43°91°78°
CMYK 0.000.260.91   0.22
XYZ34.096133.05325.1551
Yxy33.05320.47160.4571
Hunter Lab57.49195.250234.9280
CIE-Lab64.20409.563565.9298

#c79312 color RGB value is (199,147,18).

#c79312 hex color red value is 199, green value is 147 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c79312 hue: 0.12 , saturation: 0.83 and the lightness value of c79312 is 0.43.

The process color (four color CMYK) of #c79312 color hex is 0.00, 0.26, 0.91, 0.22. Web safe color of #c79312 is #cc9900. Color #c79312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010011 00010010
Octal 307 223 22
Decimal 199 147 18
Hex C7 93 12

RGB Percentages of Color #c79312

%54.67
%40.38
%4.95

CMYK Percentages of Color #c79312

%0
%26
%91
%22

Triadic Colors of #c79312

#c79312 #12c793 #9312c7

Analogous Colors of #c79312

#c79312 #a1c712 #c73912

Monochromatic Colors of #c79312

#c79312

Complementary Color

#c79312 #1246c7

#c79312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79312 Color CSS Codes

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

#c79312 Text Font Color

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

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


#c79312 Background Color

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

This div background color is #c79312


#c79312 Border Color

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

This div border color is #c79312


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,147,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c79312; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c79312;
  -webkit-box-shadow: 1px 1px 3px 2px #c79312;
  box-shadow:         1px 1px 3px 2px #c79312; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,147,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79312


Comments

No comments written yet.

Please login to write comment.