Color Hex Logo

#c0ac78 Color Hex

#C0AC78
(192,172,120)
0 Favorites   0 Comments

Color spaces of #c0ac78

RGB 192172120
HSL0.120.360.61
HSV43°38°75°
CMYK 0.000.100.38   0.25
XYZ39.880942.067623.7872
Yxy42.06760.37720.3979
Hunter Lab64.8595-3.747923.6571
CIE-Lab70.9175-0.322329.4029

#c0ac78 color RGB value is (192,172,120).

#c0ac78 hex color red value is 192, green value is 172 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c0ac78 hue: 0.12 , saturation: 0.36 and the lightness value of c0ac78 is 0.61.

The process color (four color CMYK) of #c0ac78 color hex is 0.00, 0.10, 0.38, 0.25. Web safe color of #c0ac78 is #cc9966. Color #c0ac78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101100 01111000
Octal 300 254 170
Decimal 192 172 120
Hex C0 AC 78

RGB Percentages of Color #c0ac78

%39.67
%35.54
%24.79

CMYK Percentages of Color #c0ac78

%0
%10
%38
%25

Triadic Colors of #c0ac78

#c0ac78 #78c0ac #ac78c0

Analogous Colors of #c0ac78

#c0ac78 #b0c078 #c08878

Monochromatic Colors of #c0ac78

#c0ac78

Complementary Color

#c0ac78 #788cc0

#c0ac78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ac78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ac78 Color CSS Codes

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

#c0ac78 Text Font Color

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

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


#c0ac78 Background Color

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

This div background color is #c0ac78


#c0ac78 Border Color

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

This div border color is #c0ac78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ac78


Comments

No comments written yet.

Please login to write comment.