Color Hex Logo

#c7bcaa Color Hex

#C7BCAA
(199,188,170)
0 Favorites   0 Comments

Color spaces of #c7bcaa

RGB 199188170
HSL0.100.210.72
HSV37°15°78°
CMYK 0.000.060.15   0.22
XYZ48.792151.010845.3047
Yxy51.01080.33620.3515
Hunter Lab71.4218-3.045312.3861
CIE-Lab76.68560.843810.4919

#c7bcaa color RGB value is (199,188,170).

#c7bcaa hex color red value is 199, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c7bcaa hue: 0.10 , saturation: 0.21 and the lightness value of c7bcaa is 0.72.

The process color (four color CMYK) of #c7bcaa color hex is 0.00, 0.06, 0.15, 0.22. Web safe color of #c7bcaa is #cccc99. Color #c7bcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111100 10101010
Octal 307 274 252
Decimal 199 188 170
Hex C7 BC AA

RGB Percentages of Color #c7bcaa

%35.73
%33.75
%30.52

CMYK Percentages of Color #c7bcaa

%0
%6
%15
%22

Triadic Colors of #c7bcaa

#c7bcaa #aac7bc #bcaac7

Analogous Colors of #c7bcaa

#c7bcaa #c4c7aa #c7aeaa

Monochromatic Colors of #c7bcaa

#c7bcaa

Complementary Color

#c7bcaa #aab5c7

#c7bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bcaa Color CSS Codes

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

#c7bcaa Text Font Color

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

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


#c7bcaa Background Color

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

This div background color is #c7bcaa


#c7bcaa Border Color

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

This div border color is #c7bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bcaa


Comments

No comments written yet.

Please login to write comment.