Color Hex Logo

#c0a486 Color Hex

#C0A486
(192,164,134)
0 Favorites   0 Comments

Color spaces of #c0a486

RGB 192164134
HSL0.090.320.64
HSV31°30°75°
CMYK 0.000.150.30   0.25
XYZ39.316839.478628.1022
Yxy39.47860.36780.3693
Hunter Lab62.83201.739517.4644
CIE-Lab69.09655.753419.3805

#c0a486 color RGB value is (192,164,134).

#c0a486 hex color red value is 192, green value is 164 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c0a486 hue: 0.09 , saturation: 0.32 and the lightness value of c0a486 is 0.64.

The process color (four color CMYK) of #c0a486 color hex is 0.00, 0.15, 0.30, 0.25. Web safe color of #c0a486 is #cc9999. Color #c0a486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100100 10000110
Octal 300 244 206
Decimal 192 164 134
Hex C0 A4 86

RGB Percentages of Color #c0a486

%39.18
%33.47
%27.35

CMYK Percentages of Color #c0a486

%0
%15
%30
%25

Triadic Colors of #c0a486

#c0a486 #86c0a4 #a486c0

Analogous Colors of #c0a486

#c0a486 #bfc086 #c08786

Monochromatic Colors of #c0a486

#c0a486

Complementary Color

#c0a486 #86a2c0

#c0a486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a486 Color CSS Codes

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

#c0a486 Text Font Color

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

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


#c0a486 Background Color

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

This div background color is #c0a486


#c0a486 Border Color

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

This div border color is #c0a486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a486


Comments

No comments written yet.

Please login to write comment.