Color Hex Logo

#c49a8f Color Hex

#C49A8F
(196,154,143)
0 Favorites   0 Comments

Color spaces of #c49a8f

RGB 196154143
HSL0.030.310.66
HSV12°27°77°
CMYK 0.000.210.27   0.23
XYZ39.278536.830131.0253
Yxy36.83010.36660.3438
Hunter Lab60.68789.325512.1708
CIE-Lab67.149414.025411.7531

#c49a8f color RGB value is (196,154,143).

#c49a8f hex color red value is 196, green value is 154 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c49a8f hue: 0.03 , saturation: 0.31 and the lightness value of c49a8f is 0.66.

The process color (four color CMYK) of #c49a8f color hex is 0.00, 0.21, 0.27, 0.23. Web safe color of #c49a8f is #cc9999. Color #c49a8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 10001111
Octal 304 232 217
Decimal 196 154 143
Hex C4 9A 8F

RGB Percentages of Color #c49a8f

%39.76
%31.24
%29.01

CMYK Percentages of Color #c49a8f

%0
%21
%27
%23

Triadic Colors of #c49a8f

#c49a8f #8fc49a #9a8fc4

Analogous Colors of #c49a8f

#c49a8f #c4b58f #c48f9f

Monochromatic Colors of #c49a8f

#c49a8f

Complementary Color

#c49a8f #8fb9c4

#c49a8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49a8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49a8f Color CSS Codes

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

#c49a8f Text Font Color

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

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


#c49a8f Background Color

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

This div background color is #c49a8f


#c49a8f Border Color

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

This div border color is #c49a8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49a8f


Comments

No comments written yet.

Please login to write comment.