Color Hex Logo

#c8b690 Color Hex

#C8B690
(200,182,144)
0 Favorites   0 Comments

Color spaces of #c8b690

RGB 200182144
HSL0.110.340.67
HSV41°28°78°
CMYK 0.000.090.28   0.22
XYZ45.581447.748933.1996
Yxy47.74890.36020.3774
Hunter Lab69.1006-3.180519.8843
CIE-Lab74.66630.566121.7080

#c8b690 color RGB value is (200,182,144).

#c8b690 hex color red value is 200, green value is 182 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c8b690 hue: 0.11 , saturation: 0.34 and the lightness value of c8b690 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110110 10010000
Octal 310 266 220
Decimal 200 182 144
Hex C8 B6 90

RGB Percentages of Color #c8b690

%38.02
%34.60
%27.38

CMYK Percentages of Color #c8b690

%0
%9
%28
%22

Triadic Colors of #c8b690

#c8b690 #90c8b6 #b690c8

Analogous Colors of #c8b690

#c8b690 #bec890 #c89a90

Monochromatic Colors of #c8b690

#c8b690

Complementary Color

#c8b690 #90a2c8

#c8b690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b690 Color CSS Codes

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

#c8b690 Text Font Color

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

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


#c8b690 Background Color

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

This div background color is #c8b690


#c8b690 Border Color

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

This div border color is #c8b690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,182,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 #c8b690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b690


Comments

No comments written yet.

Please login to write comment.