Color Hex Logo

#c7c490 Color Hex

#C7C490
(199,196,144)
0 Favorites   0 Comments

Color spaces of #c7c490

RGB 199196144
HSL0.160.330.67
HSV57°28°78°
CMYK 0.000.020.28   0.22
XYZ48.327253.635634.1911
Yxy53.63560.35490.3939
Hunter Lab73.2363-10.375023.5853
CIE-Lab78.2488-7.169826.5578

#c7c490 color RGB value is (199,196,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000100 10010000
Octal 307 304 220
Decimal 199 196 144
Hex C7 C4 90

RGB Percentages of Color #c7c490

%36.92
%36.36
%26.72

CMYK Percentages of Color #c7c490

%0
%2
%28
%22

Triadic Colors of #c7c490

#c7c490 #90c7c4 #c490c7

Analogous Colors of #c7c490

#c7c490 #afc790 #c7a990

Monochromatic Colors of #c7c490

#c7c490

Complementary Color

#c7c490 #9093c7

#c7c490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c490 Color CSS Codes

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

#c7c490 Text Font Color

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

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


#c7c490 Background Color

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

This div background color is #c7c490


#c7c490 Border Color

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

This div border color is #c7c490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c490


Comments

No comments written yet.

Please login to write comment.