Color Hex Logo

#c09250 Color Hex

#C09250
(192,146,80)
0 Favorites   0 Comments

Color spaces of #c09250

RGB 19214680
HSL0.100.470.53
HSV35°58°75°
CMYK 0.000.240.58   0.25
XYZ33.465132.343412.0685
Yxy32.34340.42970.4153
Hunter Lab56.87135.511127.2281
CIE-Lab63.62579.850741.2142

#c09250 color RGB value is (192,146,80).

#c09250 hex color red value is 192, green value is 146 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c09250 hue: 0.10 , saturation: 0.47 and the lightness value of c09250 is 0.53.

The process color (four color CMYK) of #c09250 color hex is 0.00, 0.24, 0.58, 0.25. Web safe color of #c09250 is #cc9966. Color #c09250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 01010000
Octal 300 222 120
Decimal 192 146 80
Hex C0 92 50

RGB Percentages of Color #c09250

%45.93
%34.93
%19.14

CMYK Percentages of Color #c09250

%0
%24
%58
%25

Triadic Colors of #c09250

#c09250 #50c092 #9250c0

Analogous Colors of #c09250

#c09250 #b6c050 #c05a50

Monochromatic Colors of #c09250

#c09250

Complementary Color

#c09250 #507ec0

#c09250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09250 Color CSS Codes

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

#c09250 Text Font Color

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

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


#c09250 Background Color

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

This div background color is #c09250


#c09250 Border Color

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

This div border color is #c09250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09250


Comments

No comments written yet.

Please login to write comment.