Color Hex Logo

#c1b69b Color Hex

#C1B69B
(193,182,155)
0 Favorites   0 Comments

Color spaces of #c1b69b

RGB 193182155
HSL0.120.230.68
HSV43°20°76°
CMYK 0.000.060.20   0.24
XYZ44.636747.159937.7605
Yxy47.15990.34450.3640
Hunter Lab68.6731-4.154915.4700
CIE-Lab74.2919-0.543015.1608

#c1b69b color RGB value is (193,182,155).

#c1b69b hex color red value is 193, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c1b69b hue: 0.12 , saturation: 0.23 and the lightness value of c1b69b is 0.68.

The process color (four color CMYK) of #c1b69b color hex is 0.00, 0.06, 0.20, 0.24. Web safe color of #c1b69b is #cccc99. Color #c1b69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10110110 10011011
Octal 301 266 233
Decimal 193 182 155
Hex C1 B6 9B

RGB Percentages of Color #c1b69b

%36.42
%34.34
%29.25

CMYK Percentages of Color #c1b69b

%0
%6
%20
%24

Triadic Colors of #c1b69b

#c1b69b #9bc1b6 #b69bc1

Analogous Colors of #c1b69b

#c1b69b #b9c19b #c1a39b

Monochromatic Colors of #c1b69b

#c1b69b

Complementary Color

#c1b69b #9ba6c1

#c1b69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b69b Color CSS Codes

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

#c1b69b Text Font Color

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

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


#c1b69b Background Color

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

This div background color is #c1b69b


#c1b69b Border Color

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

This div border color is #c1b69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b69b

#c1b69b Color Palettes


Comments

No comments written yet.

Please login to write comment.