Color Hex Logo

#c6bc93 Color Hex

#C6BC93
(198,188,147)
0 Favorites   0 Comments

Color spaces of #c6bc93

RGB 198188147
HSL0.130.310.68
HSV48°26°78°
CMYK 0.000.050.26   0.22
XYZ46.538450.078834.8171
Yxy50.07880.35410.3810
Hunter Lab70.7664-6.453420.3657
CIE-Lab76.1176-2.969622.0587

#c6bc93 color RGB value is (198,188,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 10010011
Octal 306 274 223
Decimal 198 188 147
Hex C6 BC 93

RGB Percentages of Color #c6bc93

%37.15
%35.27
%27.58

CMYK Percentages of Color #c6bc93

%0
%5
%26
%22

Triadic Colors of #c6bc93

#c6bc93 #93c6bc #bc93c6

Analogous Colors of #c6bc93

#c6bc93 #b7c693 #c6a393

Monochromatic Colors of #c6bc93

#c6bc93

Complementary Color

#c6bc93 #939dc6

#c6bc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bc93 Color CSS Codes

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

#c6bc93 Text Font Color

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

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


#c6bc93 Background Color

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

This div background color is #c6bc93


#c6bc93 Border Color

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

This div border color is #c6bc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bc93


Comments

No comments written yet.

Please login to write comment.