Color Hex Logo

#c9b785 Color Hex

#C9B785
(201,183,133)
0 Favorites   0 Comments

Color spaces of #c9b785

RGB 201183133
HSL0.120.390.65
HSV44°34°79°
CMYK 0.000.090.34   0.21
XYZ45.254547.977929.0658
Yxy47.97790.37000.3923
Hunter Lab69.2661-4.593923.6067
CIE-Lab74.8110-0.995527.7939

#c9b785 color RGB value is (201,183,133).

#c9b785 hex color red value is 201, green value is 183 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c9b785 hue: 0.12 , saturation: 0.39 and the lightness value of c9b785 is 0.65.

The process color (four color CMYK) of #c9b785 color hex is 0.00, 0.09, 0.34, 0.21. Web safe color of #c9b785 is #cccc99. Color #c9b785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110111 10000101
Octal 311 267 205
Decimal 201 183 133
Hex C9 B7 85

RGB Percentages of Color #c9b785

%38.88
%35.40
%25.73

CMYK Percentages of Color #c9b785

%0
%9
%34
%21

Triadic Colors of #c9b785

#c9b785 #85c9b7 #b785c9

Analogous Colors of #c9b785

#c9b785 #b9c985 #c99585

Monochromatic Colors of #c9b785

#c9b785

Complementary Color

#c9b785 #8597c9

#c9b785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b785 Color CSS Codes

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

#c9b785 Text Font Color

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

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


#c9b785 Background Color

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

This div background color is #c9b785


#c9b785 Border Color

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

This div border color is #c9b785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b785


Comments

No comments written yet.

Please login to write comment.