Color Hex Logo

#c0c99e Color Hex

#C0C99E
(192,201,158)
0 Favorites   0 Comments

Color spaces of #c0c99e

RGB 192201158
HSL0.200.280.70
HSV73°21°79°
CMYK 0.040.000.21   0.21
XYZ48.796455.448440.4785
Yxy55.44840.33720.3831
Hunter Lab74.4637-13.339619.8945
CIE-Lab79.2989-10.408720.4998

#c0c99e color RGB value is (192,201,158).

#c0c99e hex color red value is 192, green value is 201 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c0c99e hue: 0.20 , saturation: 0.28 and the lightness value of c0c99e is 0.70.

The process color (four color CMYK) of #c0c99e color hex is 0.04, 0.00, 0.21, 0.21. Web safe color of #c0c99e is #cccc99. Color #c0c99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001001 10011110
Octal 300 311 236
Decimal 192 201 158
Hex C0 C9 9E

RGB Percentages of Color #c0c99e

%34.85
%36.48
%28.68

CMYK Percentages of Color #c0c99e

%4
%0
%21
%21

Triadic Colors of #c0c99e

#c0c99e #9ec0c9 #c99ec0

Analogous Colors of #c0c99e

#c0c99e #abc99e #c9bd9e

Monochromatic Colors of #c0c99e

#c0c99e

Complementary Color

#c0c99e #a79ec9

#c0c99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c99e Color CSS Codes

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

#c0c99e Text Font Color

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

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


#c0c99e Background Color

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

This div background color is #c0c99e


#c0c99e Border Color

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

This div border color is #c0c99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c99e

#c0c99e Color Palettes


Comments

No comments written yet.

Please login to write comment.