Color Hex Logo

#c6bc9a Color Hex

#C6BC9A
(198,188,154)
0 Favorites   0 Comments

Color spaces of #c6bc9a

RGB 198188154
HSL0.130.280.69
HSV46°22°78°
CMYK 0.000.050.22   0.22
XYZ47.104750.305337.7991
Yxy50.30530.34840.3721
Hunter Lab70.9262-5.572518.0506
CIE-Lab76.2563-1.975318.4997

#c6bc9a color RGB value is (198,188,154).

#c6bc9a hex color red value is 198, green value is 188 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c6bc9a hue: 0.13 , saturation: 0.28 and the lightness value of c6bc9a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 10011010
Octal 306 274 232
Decimal 198 188 154
Hex C6 BC 9A

RGB Percentages of Color #c6bc9a

%36.67
%34.81
%28.52

CMYK Percentages of Color #c6bc9a

%0
%5
%22
%22

Triadic Colors of #c6bc9a

#c6bc9a #9ac6bc #bc9ac6

Analogous Colors of #c6bc9a

#c6bc9a #bac69a #c6a69a

Monochromatic Colors of #c6bc9a

#c6bc9a

Complementary Color

#c6bc9a #9aa4c6

#c6bc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bc9a Color CSS Codes

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

#c6bc9a Text Font Color

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

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


#c6bc9a Background Color

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

This div background color is #c6bc9a


#c6bc9a Border Color

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

This div border color is #c6bc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bc9a


Comments

No comments written yet.

Please login to write comment.