Color Hex Logo

#c9b077 Color Hex

#C9B077
(201,176,119)
0 Favorites   0 Comments

Color spaces of #c9b077

RGB 201176119
HSL0.120.430.63
HSV42°41°79°
CMYK 0.000.120.41   0.21
XYZ42.942544.800123.8367
Yxy44.80010.38490.4015
Hunter Lab66.9329-2.611325.7382
CIE-Lab72.76011.079232.4962

#c9b077 color RGB value is (201,176,119).

#c9b077 hex color red value is 201, green value is 176 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #c9b077 hue: 0.12 , saturation: 0.43 and the lightness value of c9b077 is 0.63.

The process color (four color CMYK) of #c9b077 color hex is 0.00, 0.12, 0.41, 0.21. Web safe color of #c9b077 is #cc9966. Color #c9b077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110000 01110111
Octal 311 260 167
Decimal 201 176 119
Hex C9 B0 77

RGB Percentages of Color #c9b077

%40.52
%35.48
%23.99

CMYK Percentages of Color #c9b077

%0
%12
%41
%21

Triadic Colors of #c9b077

#c9b077 #77c9b0 #b077c9

Analogous Colors of #c9b077

#c9b077 #b9c977 #c98777

Monochromatic Colors of #c9b077

#c9b077

Complementary Color

#c9b077 #7790c9

#c9b077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b077 Color CSS Codes

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

#c9b077 Text Font Color

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

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


#c9b077 Background Color

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

This div background color is #c9b077


#c9b077 Border Color

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

This div border color is #c9b077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b077


Comments

No comments written yet.

Please login to write comment.