Color Hex Logo

#c6bb9b Color Hex

#C6BB9B
(198,187,155)
0 Favorites   0 Comments

Color spaces of #c6bb9b

RGB 198187155
HSL0.120.270.69
HSV45°22°78°
CMYK 0.000.060.22   0.22
XYZ46.975449.913038.1686
Yxy49.91300.34780.3696
Hunter Lab70.6491-4.949317.4226
CIE-Lab76.0158-1.301317.6286

#c6bb9b color RGB value is (198,187,155).

#c6bb9b hex color red value is 198, green value is 187 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c6bb9b hue: 0.12 , saturation: 0.27 and the lightness value of c6bb9b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 10011011
Octal 306 273 233
Decimal 198 187 155
Hex C6 BB 9B

RGB Percentages of Color #c6bb9b

%36.67
%34.63
%28.70

CMYK Percentages of Color #c6bb9b

%0
%6
%22
%22

Triadic Colors of #c6bb9b

#c6bb9b #9bc6bb #bb9bc6

Analogous Colors of #c6bb9b

#c6bb9b #bcc69b #c6a69b

Monochromatic Colors of #c6bb9b

#c6bb9b

Complementary Color

#c6bb9b #9ba6c6

#c6bb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bb9b Color CSS Codes

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

#c6bb9b Text Font Color

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

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


#c6bb9b Background Color

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

This div background color is #c6bb9b


#c6bb9b Border Color

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

This div border color is #c6bb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bb9b


Comments

No comments written yet.

Please login to write comment.