Color Hex Logo

#c9b467 Color Hex

#C9B467
(201,180,103)
0 Favorites   0 Comments

Color spaces of #c9b467

RGB 201180103
HSL0.130.480.60
HSV47°49°79°
CMYK 0.000.100.49   0.21
XYZ42.856846.039319.4596
Yxy46.03930.39550.4249
Hunter Lab67.8523-5.997430.4926
CIE-Lab73.5710-2.671741.7767

#c9b467 color RGB value is (201,180,103).

#c9b467 hex color red value is 201, green value is 180 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c9b467 hue: 0.13 , saturation: 0.48 and the lightness value of c9b467 is 0.60.

The process color (four color CMYK) of #c9b467 color hex is 0.00, 0.10, 0.49, 0.21. Web safe color of #c9b467 is #cccc66. Color #c9b467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110100 01100111
Octal 311 264 147
Decimal 201 180 103
Hex C9 B4 67

RGB Percentages of Color #c9b467

%41.53
%37.19
%21.28

CMYK Percentages of Color #c9b467

%0
%10
%49
%21

Triadic Colors of #c9b467

#c9b467 #67c9b4 #b467c9

Analogous Colors of #c9b467

#c9b467 #adc967 #c98367

Monochromatic Colors of #c9b467

#c9b467

Complementary Color

#c9b467 #677cc9

#c9b467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b467 Color CSS Codes

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

#c9b467 Text Font Color

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

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


#c9b467 Background Color

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

This div background color is #c9b467


#c9b467 Border Color

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

This div border color is #c9b467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b467

#c9b467 Color Palettes


Comments

No comments written yet.

Please login to write comment.