Color Hex Logo

#c9b09d Color Hex

#C9B09D
(201,176,157)
0 Favorites   0 Comments

Color spaces of #c9b09d

RGB 201176157
HSL0.070.290.70
HSV26°22°79°
CMYK 0.000.120.22   0.21
XYZ45.698545.902538.3498
Yxy45.90250.35170.3532
Hunter Lab67.75141.833813.8656
CIE-Lab73.48226.004613.0375

#c9b09d color RGB value is (201,176,157).

#c9b09d hex color red value is 201, green value is 176 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c9b09d hue: 0.07 , saturation: 0.29 and the lightness value of c9b09d is 0.70.

The process color (four color CMYK) of #c9b09d color hex is 0.00, 0.12, 0.22, 0.21. Web safe color of #c9b09d is #cc9999. Color #c9b09d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110000 10011101
Octal 311 260 235
Decimal 201 176 157
Hex C9 B0 9D

RGB Percentages of Color #c9b09d

%37.64
%32.96
%29.40

CMYK Percentages of Color #c9b09d

%0
%12
%22
%21

Triadic Colors of #c9b09d

#c9b09d #9dc9b0 #b09dc9

Analogous Colors of #c9b09d

#c9b09d #c9c69d #c99da0

Monochromatic Colors of #c9b09d

#c9b09d

Complementary Color

#c9b09d #9db6c9

#c9b09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b09d Color CSS Codes

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

#c9b09d Text Font Color

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

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


#c9b09d Background Color

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

This div background color is #c9b09d


#c9b09d Border Color

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

This div border color is #c9b09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b09d


Comments

No comments written yet.

Please login to write comment.