Color Hex Logo

#c19796 Color Hex

#C19796
(193,151,150)
0 Favorites   0 Comments

Color spaces of #c19796

RGB 193151150
HSL0.000.260.67
HSV22°76°
CMYK 0.000.220.22   0.24
XYZ38.563935.672733.7071
Yxy35.67270.35730.3305
Hunter Lab59.726610.73118.3480
CIE-Lab66.269115.54746.5476

#c19796 color RGB value is (193,151,150).

#c19796 hex color red value is 193, green value is 151 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c19796 hue: 0.00 , saturation: 0.26 and the lightness value of c19796 is 0.67.

The process color (four color CMYK) of #c19796 color hex is 0.00, 0.22, 0.22, 0.24. Web safe color of #c19796 is #cc9999. Color #c19796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 10010110
Octal 301 227 226
Decimal 193 151 150
Hex C1 97 96

RGB Percentages of Color #c19796

%39.07
%30.57
%30.36

CMYK Percentages of Color #c19796

%0
%22
%22
%24

Triadic Colors of #c19796

#c19796 #96c197 #9796c1

Analogous Colors of #c19796

#c19796 #c1ad96 #c196ab

Monochromatic Colors of #c19796

#c19796

Complementary Color

#c19796 #96c0c1

#c19796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19796 Color CSS Codes

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

#c19796 Text Font Color

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

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


#c19796 Background Color

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

This div background color is #c19796


#c19796 Border Color

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

This div border color is #c19796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19796


Comments

No comments written yet.

Please login to write comment.