Color Hex Logo

#c0993e Color Hex

#C0993E
(192,153,62)
0 Favorites   0 Comments

Color spaces of #c0993e

RGB 19215362
HSL0.120.510.50
HSV42°68°75°
CMYK 0.000.200.68   0.25
XYZ33.999034.33679.3931
Yxy34.33670.43740.4418
Hunter Lab58.59751.022231.5142
CIE-Lab65.22904.807851.6783

#c0993e color RGB value is (192,153,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 00111110
Octal 300 231 76
Decimal 192 153 62
Hex C0 99 3E

RGB Percentages of Color #c0993e

%47.17
%37.59
%15.23

CMYK Percentages of Color #c0993e

%0
%20
%68
%25

Triadic Colors of #c0993e

#c0993e #3ec099 #993ec0

Analogous Colors of #c0993e

#c0993e #a6c03e #c0583e

Monochromatic Colors of #c0993e

#c0993e

Complementary Color

#c0993e #3e65c0

#c0993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0993e Color CSS Codes

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

#c0993e Text Font Color

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

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


#c0993e Background Color

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

This div background color is #c0993e


#c0993e Border Color

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

This div border color is #c0993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0993e


Comments

No comments written yet.

Please login to write comment.