Color Hex Logo

#c0c089 Color Hex

#C0C089
(192,192,137)
0 Favorites   0 Comments

Color spaces of #c0c089

RGB 192192137
HSL0.170.300.65
HSV60°29°75°
CMYK 0.000.000.29   0.25
XYZ45.103250.711931.0781
Yxy50.71190.35540.3996
Hunter Lab71.2123-11.566323.9736
CIE-Lab76.5042-8.729327.8074

#c0c089 color RGB value is (192,192,137).

#c0c089 hex color red value is 192, green value is 192 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c0c089 hue: 0.17 , saturation: 0.30 and the lightness value of c0c089 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000000 10001001
Octal 300 300 211
Decimal 192 192 137
Hex C0 C0 89

RGB Percentages of Color #c0c089

%36.85
%36.85
%26.30

CMYK Percentages of Color #c0c089

%0
%0
%29
%25

Triadic Colors of #c0c089

#c0c089 #89c0c0 #c089c0

Analogous Colors of #c0c089

#c0c089 #a5c089 #c0a589

Monochromatic Colors of #c0c089

#c0c089

Complementary Color

#c0c089 #8989c0

#c0c089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c089 Color CSS Codes

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

#c0c089 Text Font Color

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

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


#c0c089 Background Color

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

This div background color is #c0c089


#c0c089 Border Color

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

This div border color is #c0c089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c089


Comments

No comments written yet.

Please login to write comment.