Color Hex Logo

#c46422 Color Hex

#C46422
(196,100,34)
0 Favorites   0 Comments

Color spaces of #c46422

RGB 19610034
HSL0.070.700.45
HSV24°83°77°
CMYK 0.000.490.83   0.23
XYZ27.610920.96564.1049
Yxy20.96560.52410.3980
Hunter Lab45.788227.508526.7364
CIE-Lab52.911834.110651.7513

#c46422 color RGB value is (196,100,34).

#c46422 hex color red value is 196, green value is 100 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c46422 hue: 0.07 , saturation: 0.70 and the lightness value of c46422 is 0.45.

The process color (four color CMYK) of #c46422 color hex is 0.00, 0.49, 0.83, 0.23. Web safe color of #c46422 is #cc6633. Color #c46422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 00100010
Octal 304 144 42
Decimal 196 100 34
Hex C4 64 22

RGB Percentages of Color #c46422

%59.39
%30.30
%10.30

CMYK Percentages of Color #c46422

%0
%49
%83
%23

Triadic Colors of #c46422

#c46422 #22c464 #6422c4

Analogous Colors of #c46422

#c46422 #c4b522 #c42231

Monochromatic Colors of #c46422

#c46422

Complementary Color

#c46422 #2282c4

#c46422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46422 Color CSS Codes

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

#c46422 Text Font Color

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

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


#c46422 Background Color

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

This div background color is #c46422


#c46422 Border Color

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

This div border color is #c46422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46422


Comments

No comments written yet.

Please login to write comment.