Color Hex Logo

#c0973e Color Hex

#C0973E
(192,151,62)
0 Favorites   0 Comments

Color spaces of #c0973e

RGB 19215162
HSL0.110.510.50
HSV41°68°75°
CMYK 0.000.210.68   0.25
XYZ33.674333.68759.2849
Yxy33.68750.43930.4395
Hunter Lab58.04091.990831.1439
CIE-Lab64.71385.895051.1306

#c0973e color RGB value is (192,151,62).

#c0973e hex color red value is 192, green value is 151 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c0973e hue: 0.11 , saturation: 0.51 and the lightness value of c0973e is 0.50.

The process color (four color CMYK) of #c0973e color hex is 0.00, 0.21, 0.68, 0.25. Web safe color of #c0973e is #cc9933. Color #c0973e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 00111110
Octal 300 227 76
Decimal 192 151 62
Hex C0 97 3E

RGB Percentages of Color #c0973e

%47.41
%37.28
%15.31

CMYK Percentages of Color #c0973e

%0
%21
%68
%25

Triadic Colors of #c0973e

#c0973e #3ec097 #973ec0

Analogous Colors of #c0973e

#c0973e #a8c03e #c0563e

Monochromatic Colors of #c0973e

#c0973e

Complementary Color

#c0973e #3e67c0

#c0973e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0973e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0973e Color CSS Codes

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

#c0973e Text Font Color

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

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


#c0973e Background Color

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

This div background color is #c0973e


#c0973e Border Color

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

This div border color is #c0973e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0973e


Comments

No comments written yet.

Please login to write comment.