Color Hex Logo

#c1c07e Color Hex

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

Color spaces of #c1c07e

RGB 193192126
HSL0.160.350.63
HSV59°35°76°
CMYK 0.000.010.35   0.24
XYZ44.607950.543127.1434
Yxy50.54310.36480.4133
Hunter Lab71.0937-12.413727.1288
CIE-Lab76.4014-9.719233.4401

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

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

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

Base Numbers

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

RGB Percentages of Color #c1c07e

%37.77
%37.57
%24.66

CMYK Percentages of Color #c1c07e

%0
%1
%35
%24

Triadic Colors of #c1c07e

#c1c07e #7ec1c0 #c07ec1

Analogous Colors of #c1c07e

#c1c07e #a1c17e #c19f7e

Monochromatic Colors of #c1c07e

#c1c07e

Complementary Color

#c1c07e #7e7fc1

#c1c07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c07e Color CSS Codes

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

#c1c07e Text Font Color

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

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


#c1c07e Background Color

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

This div background color is #c1c07e


#c1c07e Border Color

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

This div border color is #c1c07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c07e


Comments

No comments written yet.

Please login to write comment.