Color Hex Logo

#c08942 Color Hex

#C08942
(192,137,66)
0 Favorites   0 Comments

Color spaces of #c08942

RGB 19213766
HSL0.090.500.51
HSV34°66°75°
CMYK 0.000.290.66   0.25
XYZ31.667329.49119.1776
Yxy29.49110.45020.4193
Hunter Lab54.30579.053827.9941
CIE-Lab61.212613.812845.4346

#c08942 color RGB value is (192,137,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 01000010
Octal 300 211 102
Decimal 192 137 66
Hex C0 89 42

RGB Percentages of Color #c08942

%48.61
%34.68
%16.71

CMYK Percentages of Color #c08942

%0
%29
%66
%25

Triadic Colors of #c08942

#c08942 #42c089 #8942c0

Analogous Colors of #c08942

#c08942 #b8c042 #c04a42

Monochromatic Colors of #c08942

#c08942

Complementary Color

#c08942 #4279c0

#c08942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08942 Color CSS Codes

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

#c08942 Text Font Color

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

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


#c08942 Background Color

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

This div background color is #c08942


#c08942 Border Color

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

This div border color is #c08942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08942


Comments

No comments written yet.

Please login to write comment.