Color Hex Logo

#c2a184 Color Hex

#C2A184
(194,161,132)
0 Favorites   0 Comments

Color spaces of #c2a184

RGB 194161132
HSL0.080.340.64
HSV28°32°76°
CMYK 0.000.170.32   0.24
XYZ39.157938.625027.2213
Yxy38.62500.37290.3678
Hunter Lab62.14903.705817.5353
CIE-Lab68.47887.913819.6601

#c2a184 color RGB value is (194,161,132).

#c2a184 hex color red value is 194, green value is 161 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c2a184 hue: 0.08 , saturation: 0.34 and the lightness value of c2a184 is 0.64.

The process color (four color CMYK) of #c2a184 color hex is 0.00, 0.17, 0.32, 0.24. Web safe color of #c2a184 is #cc9999. Color #c2a184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100001 10000100
Octal 302 241 204
Decimal 194 161 132
Hex C2 A1 84

RGB Percentages of Color #c2a184

%39.84
%33.06
%27.10

CMYK Percentages of Color #c2a184

%0
%17
%32
%24

Triadic Colors of #c2a184

#c2a184 #84c2a1 #a184c2

Analogous Colors of #c2a184

#c2a184 #c2c084 #c28486

Monochromatic Colors of #c2a184

#c2a184

Complementary Color

#c2a184 #84a5c2

#c2a184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a184 Color CSS Codes

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

#c2a184 Text Font Color

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

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


#c2a184 Background Color

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

This div background color is #c2a184


#c2a184 Border Color

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

This div border color is #c2a184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a184


Comments

No comments written yet.

Please login to write comment.