Color Hex Logo

#c1ab97 Color Hex

#C1AB97
(193,171,151)
0 Favorites   0 Comments

Color spaces of #c1ab97

RGB 193171151
HSL0.080.250.67
HSV29°22°76°
CMYK 0.000.110.22   0.24
XYZ42.141142.697635.2985
Yxy42.69760.35080.3554
Hunter Lab65.34340.766813.7119
CIE-Lab71.34924.758713.2100

#c1ab97 color RGB value is (193,171,151).

#c1ab97 hex color red value is 193, green value is 171 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c1ab97 hue: 0.08 , saturation: 0.25 and the lightness value of c1ab97 is 0.67.

The process color (four color CMYK) of #c1ab97 color hex is 0.00, 0.11, 0.22, 0.24. Web safe color of #c1ab97 is #cc9999. Color #c1ab97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 10010111
Octal 301 253 227
Decimal 193 171 151
Hex C1 AB 97

RGB Percentages of Color #c1ab97

%37.48
%33.20
%29.32

CMYK Percentages of Color #c1ab97

%0
%11
%22
%24

Triadic Colors of #c1ab97

#c1ab97 #97c1ab #ab97c1

Analogous Colors of #c1ab97

#c1ab97 #c1c097 #c19798

Monochromatic Colors of #c1ab97

#c1ab97

Complementary Color

#c1ab97 #97adc1

#c1ab97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ab97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ab97 Color CSS Codes

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

#c1ab97 Text Font Color

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

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


#c1ab97 Background Color

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

This div background color is #c1ab97


#c1ab97 Border Color

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

This div border color is #c1ab97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ab97


Comments

No comments written yet.

Please login to write comment.