color codes Logo

#c6bc7b color codes

#C6BC7B
(198,188,123)
0 Favorites   0 Comments

Color spaces of #c6bc7b

RGB 198188123
HSL0.140.400.63
HSV52°38°78°
CMYK 0.000.050.38   0.22
XYZ44.847149.402325.9108
Yxy49.40230.37320.4111
Hunter Lab70.2868-9.108327.3438
CIE-Lab75.7009-6.006634.1673

#c6bc7b color RGB value is (198,188,123).

#c6bc7b hex color red value is 198, green value is 188 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c6bc7b hue: 0.14 , saturation: 0.40 and the lightness value of c6bc7b is 0.63.

The process color (four color CMYK) of #c6bc7b color code is 0.00, 0.05, 0.38, 0.22. Web safe color of #c6bc7b is #cccc66. Color #c6bc7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 01111011
Octal 306 274 173
Decimal 198 188 123
Hex C6 BC 7B

RGB Percentages of Color #c6bc7b

%38.90
%36.94
%24.17

CMYK Percentages of Color #c6bc7b

%0
%5
%38
%22

Triadic Colors of #c6bc7b

#c6bc7b #7bc6bc #bc7bc6

Analogous Colors of #c6bc7b

#c6bc7b #abc67b #c6977b

Monochromatic Colors of #c6bc7b

#c6bc7b

Complementary Color

#c6bc7b #7b85c6

#c6bc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bc7b Color CSS Codes

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

#c6bc7b Text Font Color

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

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


#c6bc7b Background Color

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

This div background color is #c6bc7b


#c6bc7b Border Color

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

This div border color is #c6bc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bc7b


Comments

No comments written yet.

Please login to write comment.