Color Hex Logo

#c0b39f Color Hex

#C0B39F
(192,179,159)
0 Favorites   0 Comments

Color spaces of #c0b39f

RGB 192179159
HSL0.100.210.69
HSV36°17°75°
CMYK 0.000.070.17   0.25
XYZ44.116345.949939.3449
Yxy45.94990.34090.3551
Hunter Lab67.7864-2.455813.0370
CIE-Lab73.51301.298111.8794

#c0b39f color RGB value is (192,179,159).

#c0b39f hex color red value is 192, green value is 179 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c0b39f hue: 0.10 , saturation: 0.21 and the lightness value of c0b39f is 0.69.

The process color (four color CMYK) of #c0b39f color hex is 0.00, 0.07, 0.17, 0.25. Web safe color of #c0b39f is #cccc99. Color #c0b39f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110011 10011111
Octal 300 263 237
Decimal 192 179 159
Hex C0 B3 9F

RGB Percentages of Color #c0b39f

%36.23
%33.77
%30.00

CMYK Percentages of Color #c0b39f

%0
%7
%17
%25

Triadic Colors of #c0b39f

#c0b39f #9fc0b3 #b39fc0

Analogous Colors of #c0b39f

#c0b39f #bdc09f #c0a39f

Monochromatic Colors of #c0b39f

#c0b39f

Complementary Color

#c0b39f #9facc0

#c0b39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b39f Color CSS Codes

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

#c0b39f Text Font Color

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

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


#c0b39f Background Color

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

This div background color is #c0b39f


#c0b39f Border Color

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

This div border color is #c0b39f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,179,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0b39f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0b39f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0b39f;
  box-shadow:         1px 1px 3px 2px #c0b39f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,179,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b39f


Comments

No comments written yet.

Please login to write comment.