Color Hex Logo

#c1bca6 Color Hex

#C1BCA6
(193,188,166)
0 Favorites   0 Comments

Color spaces of #c1bca6

RGB 193188166
HSL0.140.180.70
HSV49°14°76°
CMYK 0.000.030.14   0.24
XYZ46.858550.057143.2687
Yxy50.05710.33430.3571
Hunter Lab70.7510-5.593613.2662
CIE-Lab76.1043-2.010811.7608

#c1bca6 color RGB value is (193,188,166).

#c1bca6 hex color red value is 193, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c1bca6 hue: 0.14 , saturation: 0.18 and the lightness value of c1bca6 is 0.70.

The process color (four color CMYK) of #c1bca6 color hex is 0.00, 0.03, 0.14, 0.24. Web safe color of #c1bca6 is #cccc99. Color #c1bca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111100 10100110
Octal 301 274 246
Decimal 193 188 166
Hex C1 BC A6

RGB Percentages of Color #c1bca6

%35.28
%34.37
%30.35

CMYK Percentages of Color #c1bca6

%0
%3
%14
%24

Triadic Colors of #c1bca6

#c1bca6 #a6c1bc #bca6c1

Analogous Colors of #c1bca6

#c1bca6 #b9c1a6 #c1afa6

Monochromatic Colors of #c1bca6

#c1bca6

Complementary Color

#c1bca6 #a6abc1

#c1bca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bca6 Color CSS Codes

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

#c1bca6 Text Font Color

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

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


#c1bca6 Background Color

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

This div background color is #c1bca6


#c1bca6 Border Color

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

This div border color is #c1bca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bca6


Comments

No comments written yet.

Please login to write comment.