Color Hex Logo

#c1c060 Color Hex

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

Color spaces of #c1c060

RGB 19319296
HSL0.160.440.57
HSV59°50°76°
CMYK 0.000.010.50   0.24
XYZ42.953349.881318.4305
Yxy49.88130.38600.4483
Hunter Lab70.6267-15.037733.9666
CIE-Lab75.9963-12.838147.9803

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

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

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

Base Numbers

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

RGB Percentages of Color #c1c060

%40.12
%39.92
%19.96

CMYK Percentages of Color #c1c060

%0
%1
%50
%24

Triadic Colors of #c1c060

#c1c060 #60c1c0 #c060c1

Analogous Colors of #c1c060

#c1c060 #92c160 #c19060

Monochromatic Colors of #c1c060

#c1c060

Complementary Color

#c1c060 #6061c1

#c1c060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c060 Color CSS Codes

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

#c1c060 Text Font Color

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

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


#c1c060 Background Color

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

This div background color is #c1c060


#c1c060 Border Color

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

This div border color is #c1c060


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,192,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 #c1c060">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c060


Comments

No comments written yet.

Please login to write comment.