color codes Logo

#c6bc90 color codes

#C6BC90
(198,188,144)
0 Favorites   0 Comments

Color spaces of #c6bc90

RGB 198188144
HSL0.140.320.67
HSV49°27°78°
CMYK 0.000.050.27   0.22
XYZ46.306049.985833.5932
Yxy49.98580.35650.3848
Hunter Lab70.7006-6.816021.3190
CIE-Lab76.0605-3.380723.5820

#c6bc90 color RGB value is (198,188,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 10010000
Octal 306 274 220
Decimal 198 188 144
Hex C6 BC 90

RGB Percentages of Color #c6bc90

%37.36
%35.47
%27.17

CMYK Percentages of Color #c6bc90

%0
%5
%27
%22

Triadic Colors of #c6bc90

#c6bc90 #90c6bc #bc90c6

Analogous Colors of #c6bc90

#c6bc90 #b5c690 #c6a190

Monochromatic Colors of #c6bc90

#c6bc90

Complementary Color

#c6bc90 #909ac6

#c6bc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bc90 Color CSS Codes

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

#c6bc90 Text Font Color

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

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


#c6bc90 Background Color

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

This div background color is #c6bc90


#c6bc90 Border Color

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

This div border color is #c6bc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bc90


Comments

No comments written yet.

Please login to write comment.