Color Hex Logo

#c9ab61 Color Hex

#C9AB61
(201,171,97)
0 Favorites   0 Comments

Color spaces of #c9ab61

RGB 20117197
HSL0.120.490.58
HSV43°52°79°
CMYK 0.000.150.52   0.21
XYZ40.808042.406417.3437
Yxy42.40640.40580.4217
Hunter Lab65.1202-2.102129.7932
CIE-Lab71.15021.553141.8437

#c9ab61 color RGB value is (201,171,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 01100001
Octal 311 253 141
Decimal 201 171 97
Hex C9 AB 61

RGB Percentages of Color #c9ab61

%42.86
%36.46
%20.68

CMYK Percentages of Color #c9ab61

%0
%15
%52
%21

Triadic Colors of #c9ab61

#c9ab61 #61c9ab #ab61c9

Analogous Colors of #c9ab61

#c9ab61 #b3c961 #c97761

Monochromatic Colors of #c9ab61

#c9ab61

Complementary Color

#c9ab61 #617fc9

#c9ab61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ab61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ab61 Color CSS Codes

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

#c9ab61 Text Font Color

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

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


#c9ab61 Background Color

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

This div background color is #c9ab61


#c9ab61 Border Color

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

This div border color is #c9ab61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,171,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ab61


Comments

No comments written yet.

Please login to write comment.