Color Hex Logo

#c4a291 Color Hex

#C4A291
(196,162,145)
0 Favorites   0 Comments

Color spaces of #c4a291

RGB 196162145
HSL0.060.300.67
HSV20°26°77°
CMYK 0.000.170.26   0.23
XYZ40.796139.620832.2854
Yxy39.62080.36200.3516
Hunter Lab62.94515.536013.6509
CIE-Lab69.19869.928613.5280

#c4a291 color RGB value is (196,162,145).

#c4a291 hex color red value is 196, green value is 162 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c4a291 hue: 0.06 , saturation: 0.30 and the lightness value of c4a291 is 0.67.

The process color (four color CMYK) of #c4a291 color hex is 0.00, 0.17, 0.26, 0.23. Web safe color of #c4a291 is #cc9999. Color #c4a291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100010 10010001
Octal 304 242 221
Decimal 196 162 145
Hex C4 A2 91

RGB Percentages of Color #c4a291

%38.97
%32.21
%28.83

CMYK Percentages of Color #c4a291

%0
%17
%26
%23

Triadic Colors of #c4a291

#c4a291 #91c4a2 #a291c4

Analogous Colors of #c4a291

#c4a291 #c4bc91 #c4919a

Monochromatic Colors of #c4a291

#c4a291

Complementary Color

#c4a291 #91b3c4

#c4a291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a291 Color CSS Codes

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

#c4a291 Text Font Color

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

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


#c4a291 Background Color

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

This div background color is #c4a291


#c4a291 Border Color

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

This div border color is #c4a291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a291


Comments

No comments written yet.

Please login to write comment.