Color Hex Logo

#c48843 Color Hex

#C48843
(196,136,67)
0 Favorites   0 Comments

Color spaces of #c48843

RGB 19613667
HSL0.090.520.52
HSV32°66°77°
CMYK 0.000.310.66   0.23
XYZ32.582229.74939.3351
Yxy29.74930.45460.4151
Hunter Lab54.542911.180128.0325
CIE-Lab61.437316.150845.3232

#c48843 color RGB value is (196,136,67).

#c48843 hex color red value is 196, green value is 136 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #c48843 hue: 0.09 , saturation: 0.52 and the lightness value of c48843 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 01000011
Octal 304 210 103
Decimal 196 136 67
Hex C4 88 43

RGB Percentages of Color #c48843

%49.12
%34.09
%16.79

CMYK Percentages of Color #c48843

%0
%31
%66
%23

Triadic Colors of #c48843

#c48843 #43c488 #8843c4

Analogous Colors of #c48843

#c48843 #c0c443 #c44743

Monochromatic Colors of #c48843

#c48843

Complementary Color

#c48843 #437fc4

#c48843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48843 Color CSS Codes

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

#c48843 Text Font Color

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

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


#c48843 Background Color

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

This div background color is #c48843


#c48843 Border Color

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

This div border color is #c48843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48843


Comments

No comments written yet.

Please login to write comment.