Color Hex Logo

#c48269 Color Hex

#C48269
(196,130,105)
0 Favorites   0 Comments

Color spaces of #c48269

RGB 196130105
HSL0.050.440.59
HSV16°46°77°
CMYK 0.000.340.46   0.23
XYZ33.297428.720917.1533
Yxy28.72090.42060.3628
Hunter Lab53.591917.118818.5372
CIE-Lab60.534522.584023.9390

#c48269 color RGB value is (196,130,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 01101001
Octal 304 202 151
Decimal 196 130 105
Hex C4 82 69

RGB Percentages of Color #c48269

%45.48
%30.16
%24.36

CMYK Percentages of Color #c48269

%0
%34
%46
%23

Triadic Colors of #c48269

#c48269 #69c482 #8269c4

Analogous Colors of #c48269

#c48269 #c4b069 #c4697e

Monochromatic Colors of #c48269

#c48269

Complementary Color

#c48269 #69abc4

#c48269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48269 Color CSS Codes

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

#c48269 Text Font Color

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

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


#c48269 Background Color

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

This div background color is #c48269


#c48269 Border Color

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

This div border color is #c48269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,130,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 #c48269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48269


Comments

No comments written yet.

Please login to write comment.