Color Hex Logo

#c0a882 Color Hex

#C0A882
(192,168,130)
0 Favorites   0 Comments

Color spaces of #c0a882

RGB 192168130
HSL0.100.330.63
HSV37°32°75°
CMYK 0.000.130.32   0.25
XYZ39.770140.823426.9027
Yxy40.82340.37000.3798
Hunter Lab63.8932-0.706419.7607
CIE-Lab70.05203.061322.8661

#c0a882 color RGB value is (192,168,130).

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

The process color (four color CMYK) of #c0a882 color hex is 0.00, 0.13, 0.32, 0.25. Web safe color of #c0a882 is #cc9999. Color #c0a882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101000 10000010
Octal 300 250 202
Decimal 192 168 130
Hex C0 A8 82

RGB Percentages of Color #c0a882

%39.18
%34.29
%26.53

CMYK Percentages of Color #c0a882

%0
%13
%32
%25

Triadic Colors of #c0a882

#c0a882 #82c0a8 #a882c0

Analogous Colors of #c0a882

#c0a882 #b9c082 #c08982

Monochromatic Colors of #c0a882

#c0a882

Complementary Color

#c0a882 #829ac0

#c0a882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a882 Color CSS Codes

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

#c0a882 Text Font Color

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

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


#c0a882 Background Color

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

This div background color is #c0a882


#c0a882 Border Color

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

This div border color is #c0a882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a882


Comments

No comments written yet.

Please login to write comment.