Color Hex Logo

#c1c06d Color Hex

#C1C06D
(193,192,109)
0 Favorites   0 Comments

Color spaces of #c1c06d

RGB 193192109
HSL0.160.400.59
HSV59°44°76°
CMYK 0.000.010.44   0.24
XYZ43.602350.140921.8481
Yxy50.14090.37720.4338
Hunter Lab70.8102-14.004331.2736
CIE-Lab76.1557-11.602041.8005

#c1c06d color RGB value is (193,192,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11000000 01101101
Octal 301 300 155
Decimal 193 192 109
Hex C1 C0 6D

RGB Percentages of Color #c1c06d

%39.07
%38.87
%22.06

CMYK Percentages of Color #c1c06d

%0
%1
%44
%24

Triadic Colors of #c1c06d

#c1c06d #6dc1c0 #c06dc1

Analogous Colors of #c1c06d

#c1c06d #98c16d #c1966d

Monochromatic Colors of #c1c06d

#c1c06d

Complementary Color

#c1c06d #6d6ec1

#c1c06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c06d Color CSS Codes

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

#c1c06d Text Font Color

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

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


#c1c06d Background Color

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

This div background color is #c1c06d


#c1c06d Border Color

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

This div border color is #c1c06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c06d


Comments

No comments written yet.

Please login to write comment.