Color Hex Logo

#c49269 Color Hex

#C49269
(196,146,105)
0 Favorites   0 Comments

Color spaces of #c49269

RGB 196146105
HSL0.080.440.59
HSV27°46°77°
CMYK 0.000.260.46   0.23
XYZ35.593633.313517.9188
Yxy33.31350.40990.3837
Hunter Lab57.71789.071621.9956
CIE-Lab64.414013.785129.0441

#c49269 color RGB value is (196,146,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 01101001
Octal 304 222 151
Decimal 196 146 105
Hex C4 92 69

RGB Percentages of Color #c49269

%43.85
%32.66
%23.49

CMYK Percentages of Color #c49269

%0
%26
%46
%23

Triadic Colors of #c49269

#c49269 #69c492 #9269c4

Analogous Colors of #c49269

#c49269 #c4c069 #c4696e

Monochromatic Colors of #c49269

#c49269

Complementary Color

#c49269 #699bc4

#c49269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49269 Color CSS Codes

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

#c49269 Text Font Color

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

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


#c49269 Background Color

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

This div background color is #c49269


#c49269 Border Color

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

This div border color is #c49269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49269


Comments

No comments written yet.

Please login to write comment.