Color Hex Logo

#c48169 Color Hex

#C48169
(196,129,105)
0 Favorites   0 Comments

Color spaces of #c48169

RGB 196129105
HSL0.040.440.59
HSV16°46°77°
CMYK 0.000.340.46   0.23
XYZ33.165028.456217.1092
Yxy28.45620.42120.3614
Hunter Lab53.344417.623618.3249
CIE-Lab60.298723.132823.6250

#c48169 color RGB value is (196,129,105).

#c48169 hex color red value is 196, green value is 129 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c48169 hue: 0.04 , saturation: 0.44 and the lightness value of c48169 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 01101001
Octal 304 201 151
Decimal 196 129 105
Hex C4 81 69

RGB Percentages of Color #c48169

%45.58
%30.00
%24.42

CMYK Percentages of Color #c48169

%0
%34
%46
%23

Triadic Colors of #c48169

#c48169 #69c481 #8169c4

Analogous Colors of #c48169

#c48169 #c4af69 #c4697f

Monochromatic Colors of #c48169

#c48169

Complementary Color

#c48169 #69acc4

#c48169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48169 Color CSS Codes

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

#c48169 Text Font Color

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

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


#c48169 Background Color

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

This div background color is #c48169


#c48169 Border Color

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

This div border color is #c48169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48169


Comments

No comments written yet.

Please login to write comment.