Color Hex Logo

#c49250 Color Hex

#C49250
(196,146,80)
0 Favorites   0 Comments

Color spaces of #c49250

RGB 19614680
HSL0.090.500.54
HSV34°59°77°
CMYK 0.000.260.59   0.23
XYZ34.491832.872712.1166
Yxy32.87270.43400.4136
Hunter Lab57.33477.047527.6045
CIE-Lab64.057711.563041.8316

#c49250 color RGB value is (196,146,80).

#c49250 hex color red value is 196, green value is 146 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c49250 hue: 0.09 , saturation: 0.50 and the lightness value of c49250 is 0.54.

The process color (four color CMYK) of #c49250 color hex is 0.00, 0.26, 0.59, 0.23. Web safe color of #c49250 is #cc9966. Color #c49250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 01010000
Octal 304 222 120
Decimal 196 146 80
Hex C4 92 50

RGB Percentages of Color #c49250

%46.45
%34.60
%18.96

CMYK Percentages of Color #c49250

%0
%26
%59
%23

Triadic Colors of #c49250

#c49250 #50c492 #9250c4

Analogous Colors of #c49250

#c49250 #bcc450 #c45850

Monochromatic Colors of #c49250

#c49250

Complementary Color

#c49250 #5082c4

#c49250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49250 Color CSS Codes

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

#c49250 Text Font Color

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

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


#c49250 Background Color

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

This div background color is #c49250


#c49250 Border Color

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

This div border color is #c49250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49250


Comments

No comments written yet.

Please login to write comment.