Color Hex Logo

#c9c2bf Color Hex

#C9C2BF
(201,194,191)
0 Favorites   0 Comments

Color spaces of #c9c2bf

RGB 201194191
HSL0.050.080.77
HSV18°79°
CMYK 0.000.030.05   0.21
XYZ52.783254.762757.0785
Yxy54.76270.32060.3327
Hunter Lab74.0018-2.18476.0702
CIE-Lab78.90441.91102.3655

#c9c2bf color RGB value is (201,194,191).

#c9c2bf hex color red value is 201, green value is 194 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c9c2bf hue: 0.05 , saturation: 0.08 and the lightness value of c9c2bf is 0.77.

The process color (four color CMYK) of #c9c2bf color hex is 0.00, 0.03, 0.05, 0.21. Web safe color of #c9c2bf is #cccccc. Color #c9c2bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11000010 10111111
Octal 311 302 277
Decimal 201 194 191
Hex C9 C2 BF

RGB Percentages of Color #c9c2bf

%34.30
%33.11
%32.59

CMYK Percentages of Color #c9c2bf

%0
%3
%5
%21

Triadic Colors of #c9c2bf

#c9c2bf #bfc9c2 #c2bfc9

Analogous Colors of #c9c2bf

#c9c2bf #c9c7bf #c9bfc1

Monochromatic Colors of #c9c2bf

#c9c2bf

Complementary Color

#c9c2bf #bfc6c9

#c9c2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9c2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9c2bf Color CSS Codes

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

#c9c2bf Text Font Color

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

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


#c9c2bf Background Color

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

This div background color is #c9c2bf


#c9c2bf Border Color

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

This div border color is #c9c2bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,194,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9c2bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9c2bf;
  -webkit-box-shadow: 1px 1px 3px 2px #c9c2bf;
  box-shadow:         1px 1px 3px 2px #c9c2bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,194,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9c2bf


Comments

No comments written yet.

Please login to write comment.