Color Hex Logo

#c7c493 Color Hex

#C7C493
(199,196,147)
0 Favorites   0 Comments

Color spaces of #c7c493

RGB 199196147
HSL0.160.320.68
HSV57°26°78°
CMYK 0.000.020.26   0.22
XYZ48.559653.728635.4150
Yxy53.72860.35260.3902
Hunter Lab73.2998-10.022122.6637
CIE-Lab78.3032-6.765825.0486

#c7c493 color RGB value is (199,196,147).

#c7c493 hex color red value is 199, green value is 196 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c7c493 hue: 0.16 , saturation: 0.32 and the lightness value of c7c493 is 0.68.

The process color (four color CMYK) of #c7c493 color hex is 0.00, 0.02, 0.26, 0.22. Web safe color of #c7c493 is #cccc99. Color #c7c493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000100 10010011
Octal 307 304 223
Decimal 199 196 147
Hex C7 C4 93

RGB Percentages of Color #c7c493

%36.72
%36.16
%27.12

CMYK Percentages of Color #c7c493

%0
%2
%26
%22

Triadic Colors of #c7c493

#c7c493 #93c7c4 #c493c7

Analogous Colors of #c7c493

#c7c493 #b0c793 #c7aa93

Monochromatic Colors of #c7c493

#c7c493

Complementary Color

#c7c493 #9396c7

#c7c493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c493 Color CSS Codes

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

#c7c493 Text Font Color

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

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


#c7c493 Background Color

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

This div background color is #c7c493


#c7c493 Border Color

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

This div border color is #c7c493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c493


Comments

No comments written yet.

Please login to write comment.