Color Hex Logo

#c1b09a Color Hex

#C1B09A
(193,176,154)
0 Favorites   0 Comments

Color spaces of #c1b09a

RGB 193176154
HSL0.090.240.68
HSV34°20°76°
CMYK 0.000.090.20   0.24
XYZ43.350444.721236.9191
Yxy44.72120.34680.3578
Hunter Lab66.8739-1.318414.0795
CIE-Lab72.70792.514913.4813

#c1b09a color RGB value is (193,176,154).

#c1b09a hex color red value is 193, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c1b09a hue: 0.09 , saturation: 0.24 and the lightness value of c1b09a is 0.68.

The process color (four color CMYK) of #c1b09a color hex is 0.00, 0.09, 0.20, 0.24. Web safe color of #c1b09a is #cc9999. Color #c1b09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10110000 10011010
Octal 301 260 232
Decimal 193 176 154
Hex C1 B0 9A

RGB Percentages of Color #c1b09a

%36.90
%33.65
%29.45

CMYK Percentages of Color #c1b09a

%0
%9
%20
%24

Triadic Colors of #c1b09a

#c1b09a #9ac1b0 #b09ac1

Analogous Colors of #c1b09a

#c1b09a #bfc19a #c19d9a

Monochromatic Colors of #c1b09a

#c1b09a

Complementary Color

#c1b09a #9aabc1

#c1b09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b09a Color CSS Codes

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

#c1b09a Text Font Color

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

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


#c1b09a Background Color

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

This div background color is #c1b09a


#c1b09a Border Color

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

This div border color is #c1b09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b09a

#c1b09a Color Palettes


Comments

No comments written yet.

Please login to write comment.