Color Hex Logo

#c49652 Color Hex

#C49652
(196,150,82)
0 Favorites   0 Comments

Color spaces of #c49652

RGB 19615082
HSL0.100.490.55
HSV36°58°77°
CMYK 0.000.230.58   0.23
XYZ35.194334.157712.7208
Yxy34.15770.42880.4162
Hunter Lab58.44465.211528.0064
CIE-Lab65.08769.528942.0341

#c49652 color RGB value is (196,150,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010110 01010010
Octal 304 226 122
Decimal 196 150 82
Hex C4 96 52

RGB Percentages of Color #c49652

%45.79
%35.05
%19.16

CMYK Percentages of Color #c49652

%0
%23
%58
%23

Triadic Colors of #c49652

#c49652 #52c496 #9652c4

Analogous Colors of #c49652

#c49652 #b9c452 #c45d52

Monochromatic Colors of #c49652

#c49652

Complementary Color

#c49652 #5280c4

#c49652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49652 Color CSS Codes

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

#c49652 Text Font Color

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

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


#c49652 Background Color

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

This div background color is #c49652


#c49652 Border Color

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

This div border color is #c49652


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,150,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49652


Comments

No comments written yet.

Please login to write comment.