Color Hex Logo

#c0c160 Color Hex

#C0C160
(192,193,96)
0 Favorites   0 Comments

Color spaces of #c0c160

RGB 19219396
HSL0.170.440.57
HSV61°50°76°
CMYK 0.010.000.50   0.24
XYZ42.919550.190918.4920
Yxy50.19090.38460.4497
Hunter Lab70.8455-15.841234.1161
CIE-Lab76.1863-13.757548.1849

#c0c160 color RGB value is (192,193,96).

#c0c160 hex color red value is 192, green value is 193 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c0c160 hue: 0.17 , saturation: 0.44 and the lightness value of c0c160 is 0.57.

The process color (four color CMYK) of #c0c160 color hex is 0.01, 0.00, 0.50, 0.24. Web safe color of #c0c160 is #cccc66. Color #c0c160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000001 01100000
Octal 300 301 140
Decimal 192 193 96
Hex C0 C1 60

RGB Percentages of Color #c0c160

%39.92
%40.12
%19.96

CMYK Percentages of Color #c0c160

%1
%0
%50
%24

Triadic Colors of #c0c160

#c0c160 #60c0c1 #c160c0

Analogous Colors of #c0c160

#c0c160 #90c160 #c19260

Monochromatic Colors of #c0c160

#c0c160

Complementary Color

#c0c160 #6160c1

#c0c160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c160 Color CSS Codes

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

#c0c160 Text Font Color

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

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


#c0c160 Background Color

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

This div background color is #c0c160


#c0c160 Border Color

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

This div border color is #c0c160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c160


Comments

No comments written yet.

Please login to write comment.