Color Hex Logo

#c49793 Color Hex

#C49793
(196,151,147)
0 Favorites   0 Comments

Color spaces of #c49793

RGB 196151147
HSL0.010.290.67
HSV25°77°
CMYK 0.000.230.25   0.23
XYZ39.098035.975632.4871
Yxy35.97560.36350.3345
Hunter Lab59.979711.39169.8722
CIE-Lab66.501316.24758.6004

#c49793 color RGB value is (196,151,147).

#c49793 hex color red value is 196, green value is 151 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c49793 hue: 0.01 , saturation: 0.29 and the lightness value of c49793 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 10010011
Octal 304 227 223
Decimal 196 151 147
Hex C4 97 93

RGB Percentages of Color #c49793

%39.68
%30.57
%29.76

CMYK Percentages of Color #c49793

%0
%23
%25
%23

Triadic Colors of #c49793

#c49793 #93c497 #9793c4

Analogous Colors of #c49793

#c49793 #c4b093 #c493a8

Monochromatic Colors of #c49793

#c49793

Complementary Color

#c49793 #93c0c4

#c49793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49793 Color CSS Codes

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

#c49793 Text Font Color

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

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


#c49793 Background Color

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

This div background color is #c49793


#c49793 Border Color

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

This div border color is #c49793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49793


Comments

No comments written yet.

Please login to write comment.