Color Hex Logo

#c6bea1 Color Hex

#C6BEA1
(198,190,161)
0 Favorites   0 Comments

Color spaces of #c6bea1

RGB 198190161
HSL0.130.250.70
HSV47°19°78°
CMYK 0.000.040.19   0.22
XYZ48.135251.405941.1035
Yxy51.40590.34220.3655
Hunter Lab71.6979-5.633316.1983
CIE-Lab76.9242-1.989815.6692

#c6bea1 color RGB value is (198,190,161).

#c6bea1 hex color red value is 198, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c6bea1 hue: 0.13 , saturation: 0.25 and the lightness value of c6bea1 is 0.70.

The process color (four color CMYK) of #c6bea1 color hex is 0.00, 0.04, 0.19, 0.22. Web safe color of #c6bea1 is #cccc99. Color #c6bea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 10100001
Octal 306 276 241
Decimal 198 190 161
Hex C6 BE A1

RGB Percentages of Color #c6bea1

%36.07
%34.61
%29.33

CMYK Percentages of Color #c6bea1

%0
%4
%19
%22

Triadic Colors of #c6bea1

#c6bea1 #a1c6be #bea1c6

Analogous Colors of #c6bea1

#c6bea1 #bcc6a1 #c6aca1

Monochromatic Colors of #c6bea1

#c6bea1

Complementary Color

#c6bea1 #a1a9c6

#c6bea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bea1 Color CSS Codes

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

#c6bea1 Text Font Color

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

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


#c6bea1 Background Color

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

This div background color is #c6bea1


#c6bea1 Border Color

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

This div border color is #c6bea1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,190,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6bea1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6bea1;
  -webkit-box-shadow: 1px 1px 3px 2px #c6bea1;
  box-shadow:         1px 1px 3px 2px #c6bea1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,190,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bea1


Comments

No comments written yet.

Please login to write comment.