Color Hex Logo

#c0b77e Color Hex

#C0B77E
(192,183,126)
0 Favorites   0 Comments

Color spaces of #c0b77e

RGB 192183126
HSL0.140.340.62
HSV52°34°75°
CMYK 0.000.050.34   0.25
XYZ42.437646.579826.4928
Yxy46.57980.36740.4033
Hunter Lab68.2494-8.444824.7596
CIE-Lab73.9202-5.430930.1760

#c0b77e color RGB value is (192,183,126).

#c0b77e hex color red value is 192, green value is 183 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c0b77e hue: 0.14 , saturation: 0.34 and the lightness value of c0b77e is 0.62.

The process color (four color CMYK) of #c0b77e color hex is 0.00, 0.05, 0.34, 0.25. Web safe color of #c0b77e is #cccc66. Color #c0b77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110111 01111110
Octal 300 267 176
Decimal 192 183 126
Hex C0 B7 7E

RGB Percentages of Color #c0b77e

%38.32
%36.53
%25.15

CMYK Percentages of Color #c0b77e

%0
%5
%34
%25

Triadic Colors of #c0b77e

#c0b77e #7ec0b7 #b77ec0

Analogous Colors of #c0b77e

#c0b77e #a8c07e #c0967e

Monochromatic Colors of #c0b77e

#c0b77e

Complementary Color

#c0b77e #7e87c0

#c0b77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b77e Color CSS Codes

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

#c0b77e Text Font Color

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

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


#c0b77e Background Color

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

This div background color is #c0b77e


#c0b77e Border Color

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

This div border color is #c0b77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b77e


Comments

No comments written yet.

Please login to write comment.