Color Hex Logo

#c1ba9f Color Hex

#C1BA9F
(193,186,159)
0 Favorites   0 Comments

Color spaces of #c1ba9f

RGB 193186159
HSL0.130.220.69
HSV48°18°76°
CMYK 0.000.040.18   0.24
XYZ45.809248.958539.8364
Yxy48.95850.34030.3637
Hunter Lab69.9704-5.585215.2235
CIE-Lab75.4255-2.055614.5861

#c1ba9f color RGB value is (193,186,159).

#c1ba9f hex color red value is 193, green value is 186 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c1ba9f hue: 0.13 , saturation: 0.22 and the lightness value of c1ba9f is 0.69.

The process color (four color CMYK) of #c1ba9f color hex is 0.00, 0.04, 0.18, 0.24. Web safe color of #c1ba9f is #cccc99. Color #c1ba9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111010 10011111
Octal 301 272 237
Decimal 193 186 159
Hex C1 BA 9F

RGB Percentages of Color #c1ba9f

%35.87
%34.57
%29.55

CMYK Percentages of Color #c1ba9f

%0
%4
%18
%24

Triadic Colors of #c1ba9f

#c1ba9f #9fc1ba #ba9fc1

Analogous Colors of #c1ba9f

#c1ba9f #b7c19f #c1a99f

Monochromatic Colors of #c1ba9f

#c1ba9f

Complementary Color

#c1ba9f #9fa6c1

#c1ba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ba9f Color CSS Codes

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

#c1ba9f Text Font Color

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

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


#c1ba9f Background Color

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

This div background color is #c1ba9f


#c1ba9f Border Color

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

This div border color is #c1ba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ba9f


Comments

No comments written yet.

Please login to write comment.