Color Hex Logo

#c0c17e Color Hex

#C0C17E
(192,193,126)
0 Favorites   0 Comments

Color spaces of #c0c17e

RGB 192193126
HSL0.170.350.63
HSV61°35°76°
CMYK 0.010.000.35   0.24
XYZ44.574150.852827.2049
Yxy50.85280.36350.4147
Hunter Lab71.3111-13.220427.2989
CIE-Lab76.5898-10.629233.6699

#c0c17e color RGB value is (192,193,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000001 01111110
Octal 300 301 176
Decimal 192 193 126
Hex C0 C1 7E

RGB Percentages of Color #c0c17e

%37.57
%37.77
%24.66

CMYK Percentages of Color #c0c17e

%1
%0
%35
%24

Triadic Colors of #c0c17e

#c0c17e #7ec0c1 #c17ec0

Analogous Colors of #c0c17e

#c0c17e #9fc17e #c1a17e

Monochromatic Colors of #c0c17e

#c0c17e

Complementary Color

#c0c17e #7f7ec1

#c0c17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c17e Color CSS Codes

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

#c0c17e Text Font Color

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

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


#c0c17e Background Color

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

This div background color is #c0c17e


#c0c17e Border Color

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

This div border color is #c0c17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c17e


Comments

No comments written yet.

Please login to write comment.