Color Hex Logo

#c49628 Color Hex

#C49628
(196,150,40)
0 Favorites   0 Comments

Color spaces of #c49628

RGB 19615040
HSL0.120.660.46
HSV42°80°77°
CMYK 0.000.230.80   0.23
XYZ34.054333.70176.7177
Yxy33.70170.45730.4525
Hunter Lab58.05323.116033.7764
CIE-Lab64.72517.171960.1527

#c49628 color RGB value is (196,150,40).

#c49628 hex color red value is 196, green value is 150 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c49628 hue: 0.12 , saturation: 0.66 and the lightness value of c49628 is 0.46.

The process color (four color CMYK) of #c49628 color hex is 0.00, 0.23, 0.80, 0.23. Web safe color of #c49628 is #cc9933. Color #c49628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010110 00101000
Octal 304 226 50
Decimal 196 150 40
Hex C4 96 28

RGB Percentages of Color #c49628

%50.78
%38.86
%10.36

CMYK Percentages of Color #c49628

%0
%23
%80
%23

Triadic Colors of #c49628

#c49628 #28c496 #9628c4

Analogous Colors of #c49628

#c49628 #a4c428 #c44828

Monochromatic Colors of #c49628

#c49628

Complementary Color

#c49628 #2856c4

#c49628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49628 Color CSS Codes

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

#c49628 Text Font Color

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

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


#c49628 Background Color

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

This div background color is #c49628


#c49628 Border Color

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

This div border color is #c49628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49628


Comments

No comments written yet.

Please login to write comment.