Color Hex Logo

#c0c287 Color Hex

#C0C287
(192,194,135)
0 Favorites   0 Comments

Color spaces of #c0c287

RGB 192194135
HSL0.170.330.65
HSV62°30°76°
CMYK 0.010.000.30   0.24
XYZ45.403251.539330.4767
Yxy51.53930.35630.4045
Hunter Lab71.7909-12.744025.0838
CIE-Lab77.0045-10.023329.5251

#c0c287 color RGB value is (192,194,135).

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

The process color (four color CMYK) of #c0c287 color hex is 0.01, 0.00, 0.30, 0.24. Web safe color of #c0c287 is #cccc99. Color #c0c287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000010 10000111
Octal 300 302 207
Decimal 192 194 135
Hex C0 C2 87

RGB Percentages of Color #c0c287

%36.85
%37.24
%25.91

CMYK Percentages of Color #c0c287

%1
%0
%30
%24

Triadic Colors of #c0c287

#c0c287 #87c0c2 #c287c0

Analogous Colors of #c0c287

#c0c287 #a3c287 #c2a787

Monochromatic Colors of #c0c287

#c0c287

Complementary Color

#c0c287 #8987c2

#c0c287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c287 Color CSS Codes

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

#c0c287 Text Font Color

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

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


#c0c287 Background Color

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

This div background color is #c0c287


#c0c287 Border Color

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

This div border color is #c0c287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c287


Comments

No comments written yet.

Please login to write comment.