Color Hex Logo

#c7912e Color Hex

#C7912E
(199,145,46)
0 Favorites   0 Comments

Color spaces of #c7912e

RGB 19914546
HSL0.110.620.48
HSV39°77°78°
CMYK 0.000.270.77   0.22
XYZ34.171732.59027.0743
Yxy32.59020.46280.4414
Hunter Lab57.08786.943032.6143
CIE-Lab63.827711.447657.2312

#c7912e color RGB value is (199,145,46).

#c7912e hex color red value is 199, green value is 145 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c7912e hue: 0.11 , saturation: 0.62 and the lightness value of c7912e is 0.48.

The process color (four color CMYK) of #c7912e color hex is 0.00, 0.27, 0.77, 0.22. Web safe color of #c7912e is #cc9933. Color #c7912e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010001 00101110
Octal 307 221 56
Decimal 199 145 46
Hex C7 91 2E

RGB Percentages of Color #c7912e

%51.03
%37.18
%11.79

CMYK Percentages of Color #c7912e

%0
%27
%77
%22

Triadic Colors of #c7912e

#c7912e #2ec791 #912ec7

Analogous Colors of #c7912e

#c7912e #b1c72e #c7452e

Monochromatic Colors of #c7912e

#c7912e

Complementary Color

#c7912e #2e64c7

#c7912e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7912e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7912e Color CSS Codes

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

#c7912e Text Font Color

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

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


#c7912e Background Color

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

This div background color is #c7912e


#c7912e Border Color

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

This div border color is #c7912e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7912e


Comments

No comments written yet.

Please login to write comment.