Color Hex Logo

#c1a966 Color Hex

#C1A966
(193,169,102)
0 Favorites   0 Comments

Color spaces of #c1a966

RGB 193169102
HSL0.120.420.58
HSV44°47°76°
CMYK 0.000.120.47   0.24
XYZ38.578640.672718.3877
Yxy40.67270.39510.4166
Hunter Lab63.7752-3.629027.5481
CIE-Lab69.9460-0.254437.6344

#c1a966 color RGB value is (193,169,102).

#c1a966 hex color red value is 193, green value is 169 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c1a966 hue: 0.12 , saturation: 0.42 and the lightness value of c1a966 is 0.58.

The process color (four color CMYK) of #c1a966 color hex is 0.00, 0.12, 0.47, 0.24. Web safe color of #c1a966 is #cc9966. Color #c1a966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101001 01100110
Octal 301 251 146
Decimal 193 169 102
Hex C1 A9 66

RGB Percentages of Color #c1a966

%41.59
%36.42
%21.98

CMYK Percentages of Color #c1a966

%0
%12
%47
%24

Triadic Colors of #c1a966

#c1a966 #66c1a9 #a966c1

Analogous Colors of #c1a966

#c1a966 #acc166 #c17c66

Monochromatic Colors of #c1a966

#c1a966

Complementary Color

#c1a966 #667ec1

#c1a966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a966 Color CSS Codes

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

#c1a966 Text Font Color

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

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


#c1a966 Background Color

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

This div background color is #c1a966


#c1a966 Border Color

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

This div border color is #c1a966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a966


Comments

No comments written yet.

Please login to write comment.