Color Hex Logo

#c2a29f Color Hex

#C2A29F
(194,162,159)
0 Favorites   0 Comments

Color spaces of #c2a29f

RGB 194162159
HSL0.010.220.69
HSV18°76°
CMYK 0.000.160.18   0.24
XYZ41.426539.813238.3022
Yxy39.81320.34650.3330
Hunter Lab63.09776.77248.1776
CIE-Lab69.336311.26795.9478

#c2a29f color RGB value is (194,162,159).

#c2a29f hex color red value is 194, green value is 162 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c2a29f hue: 0.01 , saturation: 0.22 and the lightness value of c2a29f is 0.69.

The process color (four color CMYK) of #c2a29f color hex is 0.00, 0.16, 0.18, 0.24. Web safe color of #c2a29f is #cc9999. Color #c2a29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100010 10011111
Octal 302 242 237
Decimal 194 162 159
Hex C2 A2 9F

RGB Percentages of Color #c2a29f

%37.67
%31.46
%30.87

CMYK Percentages of Color #c2a29f

%0
%16
%18
%24

Triadic Colors of #c2a29f

#c2a29f #9fc2a2 #a29fc2

Analogous Colors of #c2a29f

#c2a29f #c2b49f #c29fae

Monochromatic Colors of #c2a29f

#c2a29f

Complementary Color

#c2a29f #9fbfc2

#c2a29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a29f Color CSS Codes

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

#c2a29f Text Font Color

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

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


#c2a29f Background Color

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

This div background color is #c2a29f


#c2a29f Border Color

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

This div border color is #c2a29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a29f


Comments

No comments written yet.

Please login to write comment.