Color Hex Logo

#c0a59e Color Hex

#C0A59E
(192,165,158)
0 Favorites   0 Comments

Color spaces of #c0a59e

RGB 192165158
HSL0.030.210.69
HSV12°18°75°
CMYK 0.000.140.18   0.25
XYZ41.364940.585438.0013
Yxy40.58540.34480.3383
Hunter Lab63.70674.41389.2279
CIE-Lab69.88458.71707.2636

#c0a59e color RGB value is (192,165,158).

#c0a59e hex color red value is 192, green value is 165 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c0a59e hue: 0.03 , saturation: 0.21 and the lightness value of c0a59e is 0.69.

The process color (four color CMYK) of #c0a59e color hex is 0.00, 0.14, 0.18, 0.25. Web safe color of #c0a59e is #cc9999. Color #c0a59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100101 10011110
Octal 300 245 236
Decimal 192 165 158
Hex C0 A5 9E

RGB Percentages of Color #c0a59e

%37.28
%32.04
%30.68

CMYK Percentages of Color #c0a59e

%0
%14
%18
%25

Triadic Colors of #c0a59e

#c0a59e #9ec0a5 #a59ec0

Analogous Colors of #c0a59e

#c0a59e #c0b69e #c09ea8

Monochromatic Colors of #c0a59e

#c0a59e

Complementary Color

#c0a59e #9eb9c0

#c0a59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a59e Color CSS Codes

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

#c0a59e Text Font Color

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

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


#c0a59e Background Color

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

This div background color is #c0a59e


#c0a59e Border Color

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

This div border color is #c0a59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a59e


Comments

No comments written yet.

Please login to write comment.