Color Hex Logo

#c0a181 Color Hex

#C0A181
(192,161,129)
0 Favorites   0 Comments

Color spaces of #c0a181

RGB 192161129
HSL0.080.330.63
HSV30°33°75°
CMYK 0.000.160.33   0.25
XYZ38.445538.281226.1316
Yxy38.28120.37380.3722
Hunter Lab61.87182.639518.2691
CIE-Lab68.22746.727320.9308

#c0a181 color RGB value is (192,161,129).

#c0a181 hex color red value is 192, green value is 161 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c0a181 hue: 0.08 , saturation: 0.33 and the lightness value of c0a181 is 0.63.

The process color (four color CMYK) of #c0a181 color hex is 0.00, 0.16, 0.33, 0.25. Web safe color of #c0a181 is #cc9999. Color #c0a181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100001 10000001
Octal 300 241 201
Decimal 192 161 129
Hex C0 A1 81

RGB Percentages of Color #c0a181

%39.83
%33.40
%26.76

CMYK Percentages of Color #c0a181

%0
%16
%33
%25

Triadic Colors of #c0a181

#c0a181 #81c0a1 #a181c0

Analogous Colors of #c0a181

#c0a181 #c0c081 #c08281

Monochromatic Colors of #c0a181

#c0a181

Complementary Color

#c0a181 #81a0c0

#c0a181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a181 Color CSS Codes

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

#c0a181 Text Font Color

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

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


#c0a181 Background Color

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

This div background color is #c0a181


#c0a181 Border Color

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

This div border color is #c0a181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a181


Comments

No comments written yet.

Please login to write comment.