Color Hex Logo

#c79412 Color Hex

#C79412
(199,148,18)
0 Favorites   0 Comments

Color spaces of #c79412

RGB 19914818
HSL0.120.830.43
HSV43°91°78°
CMYK 0.000.260.91   0.22
XYZ34.252333.36565.2072
Yxy33.36560.47030.4582
Hunter Lab57.76304.761835.0892
CIE-Lab64.45599.019466.1212

#c79412 color RGB value is (199,148,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010100 00010010
Octal 307 224 22
Decimal 199 148 18
Hex C7 94 12

RGB Percentages of Color #c79412

%54.52
%40.55
%4.93

CMYK Percentages of Color #c79412

%0
%26
%91
%22

Triadic Colors of #c79412

#c79412 #12c794 #9412c7

Analogous Colors of #c79412

#c79412 #a0c712 #c73a12

Monochromatic Colors of #c79412

#c79412

Complementary Color

#c79412 #1245c7

#c79412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79412 Color CSS Codes

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

#c79412 Text Font Color

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

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


#c79412 Background Color

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

This div background color is #c79412


#c79412 Border Color

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

This div border color is #c79412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79412


Comments

No comments written yet.

Please login to write comment.