Color Hex Logo

#c0c99f Color Hex

#C0C99F
(192,201,159)
0 Favorites   0 Comments

Color spaces of #c0c99f

RGB 192201159
HSL0.200.280.71
HSV73°21°79°
CMYK 0.040.000.21   0.21
XYZ48.882955.483040.9338
Yxy55.48300.33640.3819
Hunter Lab74.4869-13.209419.5584
CIE-Lab79.3187-10.257619.9968

#c0c99f color RGB value is (192,201,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001001 10011111
Octal 300 311 237
Decimal 192 201 159
Hex C0 C9 9F

RGB Percentages of Color #c0c99f

%34.78
%36.41
%28.80

CMYK Percentages of Color #c0c99f

%4
%0
%21
%21

Triadic Colors of #c0c99f

#c0c99f #9fc0c9 #c99fc0

Analogous Colors of #c0c99f

#c0c99f #abc99f #c9bd9f

Monochromatic Colors of #c0c99f

#c0c99f

Complementary Color

#c0c99f #a89fc9

#c0c99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c99f Color CSS Codes

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

#c0c99f Text Font Color

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

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


#c0c99f Background Color

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

This div background color is #c0c99f


#c0c99f Border Color

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

This div border color is #c0c99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c99f


Comments

No comments written yet.

Please login to write comment.