Color Hex Logo

#c0962e Color Hex

#C0962E
(192,150,46)
0 Favorites   0 Comments

Color spaces of #c0962e

RGB 19215046
HSL0.120.610.47
HSV43°76°75°
CMYK 0.000.220.76   0.25
XYZ33.137733.21647.2496
Yxy33.21640.45020.4513
Hunter Lab57.63371.773432.8856
CIE-Lab64.33575.635057.4484

#c0962e color RGB value is (192,150,46).

#c0962e hex color red value is 192, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c0962e hue: 0.12 , saturation: 0.61 and the lightness value of c0962e is 0.47.

The process color (four color CMYK) of #c0962e color hex is 0.00, 0.22, 0.76, 0.25. Web safe color of #c0962e is #cc9933. Color #c0962e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 00101110
Octal 300 226 56
Decimal 192 150 46
Hex C0 96 2E

RGB Percentages of Color #c0962e

%49.48
%38.66
%11.86

CMYK Percentages of Color #c0962e

%0
%22
%76
%25

Triadic Colors of #c0962e

#c0962e #2ec096 #962ec0

Analogous Colors of #c0962e

#c0962e #a1c02e #c04d2e

Monochromatic Colors of #c0962e

#c0962e

Complementary Color

#c0962e #2e58c0

#c0962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0962e Color CSS Codes

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

#c0962e Text Font Color

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

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


#c0962e Background Color

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

This div background color is #c0962e


#c0962e Border Color

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

This div border color is #c0962e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0962e


Comments

No comments written yet.

Please login to write comment.