color codes Logo

#c9aa60 color codes

#C9AA60
(201,170,96)
0 Favorites   0 Comments

Color spaces of #c9aa60

RGB 20117096
HSL0.120.490.58
HSV42°52°79°
CMYK 0.000.150.52   0.21
XYZ40.573442.011517.0369
Yxy42.01150.40730.4217
Hunter Lab64.8163-1.691929.7871
CIE-Lab70.87881.998542.0189

#c9aa60 color RGB value is (201,170,96).

#c9aa60 hex color red value is 201, green value is 170 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c9aa60 hue: 0.12 , saturation: 0.49 and the lightness value of c9aa60 is 0.58.

The process color (four color CMYK) of #c9aa60 color code is 0.00, 0.15, 0.52, 0.21. Web safe color of #c9aa60 is #cc9966. Color #c9aa60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 01100000
Octal 311 252 140
Decimal 201 170 96
Hex C9 AA 60

RGB Percentages of Color #c9aa60

%43.04
%36.40
%20.56

CMYK Percentages of Color #c9aa60

%0
%15
%52
%21

Triadic Colors of #c9aa60

#c9aa60 #60c9aa #aa60c9

Analogous Colors of #c9aa60

#c9aa60 #b4c960 #c97660

Monochromatic Colors of #c9aa60

#c9aa60

Complementary Color

#c9aa60 #607fc9

#c9aa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aa60 Color CSS Codes

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

#c9aa60 Text Font Color

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

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


#c9aa60 Background Color

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

This div background color is #c9aa60


#c9aa60 Border Color

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

This div border color is #c9aa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aa60


Comments

No comments written yet.

Please login to write comment.