Color Hex Logo

#c49650 Color Hex

#C49650
(196,150,80)
0 Favorites   0 Comments

Color spaces of #c49650

RGB 19615080
HSL0.100.500.54
HSV36°59°77°
CMYK 0.000.230.59   0.23
XYZ35.119334.127612.3257
Yxy34.12760.43050.4184
Hunter Lab58.41885.074828.3837
CIE-Lab65.06379.376443.0159

#c49650 color RGB value is (196,150,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010110 01010000
Octal 304 226 120
Decimal 196 150 80
Hex C4 96 50

RGB Percentages of Color #c49650

%46.01
%35.21
%18.78

CMYK Percentages of Color #c49650

%0
%23
%59
%23

Triadic Colors of #c49650

#c49650 #50c496 #9650c4

Analogous Colors of #c49650

#c49650 #b8c450 #c45c50

Monochromatic Colors of #c49650

#c49650

Complementary Color

#c49650 #507ec4

#c49650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49650 Color CSS Codes

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

#c49650 Text Font Color

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

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


#c49650 Background Color

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

This div background color is #c49650


#c49650 Border Color

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

This div border color is #c49650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49650

#c49650 Color Palettes


Comments

No comments written yet.

Please login to write comment.