Color Hex Logo

#c46349 Color Hex

#C46349
(196,99,73)
0 Favorites   0 Comments

Color spaces of #c46349

RGB 1969973
HSL0.040.510.53
HSV13°63°77°
CMYK 0.000.490.63   0.23
XYZ28.429421.14058.8855
Yxy21.14050.48630.3617
Hunter Lab45.978829.906420.7272
CIE-Lab53.102936.527332.3927

#c46349 color RGB value is (196,99,73).

#c46349 hex color red value is 196, green value is 99 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c46349 hue: 0.04 , saturation: 0.51 and the lightness value of c46349 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100011 01001001
Octal 304 143 111
Decimal 196 99 73
Hex C4 63 49

RGB Percentages of Color #c46349

%53.26
%26.90
%19.84

CMYK Percentages of Color #c46349

%0
%49
%63
%23

Triadic Colors of #c46349

#c46349 #49c463 #6349c4

Analogous Colors of #c46349

#c46349 #c4a149 #c4496d

Monochromatic Colors of #c46349

#c46349

Complementary Color

#c46349 #49aac4

#c46349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46349 Color CSS Codes

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

#c46349 Text Font Color

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

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


#c46349 Background Color

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

This div background color is #c46349


#c46349 Border Color

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

This div border color is #c46349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46349


Comments

No comments written yet.

Please login to write comment.