color codes Logo

#c2a38d color codes

#C2A38D
(194,163,141)
0 Favorites   0 Comments

Color spaces of #c2a38d

RGB 194163141
HSL0.070.300.66
HSV25°27°76°
CMYK 0.000.160.27   0.24
XYZ40.153039.586830.7240
Yxy39.58680.36350.3584
Hunter Lab62.91803.808515.0903
CIE-Lab69.17428.041315.6716

#c2a38d color RGB value is (194,163,141).

#c2a38d hex color red value is 194, green value is 163 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c2a38d hue: 0.07 , saturation: 0.30 and the lightness value of c2a38d is 0.66.

The process color (four color CMYK) of #c2a38d color code is 0.00, 0.16, 0.27, 0.24. Web safe color of #c2a38d is #cc9999. Color #c2a38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100011 10001101
Octal 302 243 215
Decimal 194 163 141
Hex C2 A3 8D

RGB Percentages of Color #c2a38d

%38.96
%32.73
%28.31

CMYK Percentages of Color #c2a38d

%0
%16
%27
%24

Triadic Colors of #c2a38d

#c2a38d #8dc2a3 #a38dc2

Analogous Colors of #c2a38d

#c2a38d #c2be8d #c28d92

Monochromatic Colors of #c2a38d

#c2a38d

Complementary Color

#c2a38d #8dacc2

#c2a38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a38d Color CSS Codes

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

#c2a38d Text Font Color

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

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


#c2a38d Background Color

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

This div background color is #c2a38d


#c2a38d Border Color

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

This div border color is #c2a38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a38d


Comments

No comments written yet.

Please login to write comment.