Color Hex Logo

#c29396 Color Hex

#C29396
(194,147,150)
0 Favorites   0 Comments

Color spaces of #c29396

RGB 194147150
HSL0.990.280.67
HSV356°24°76°
CMYK 0.000.240.23   0.24
XYZ38.186934.538833.5081
Yxy34.53880.35950.3251
Hunter Lab58.769713.13727.3341
CIE-Lab65.388018.13495.2953

#c29396 color RGB value is (194,147,150).

#c29396 hex color red value is 194, green value is 147 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c29396 hue: 0.99 , saturation: 0.28 and the lightness value of c29396 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 10010110
Octal 302 223 226
Decimal 194 147 150
Hex C2 93 96

RGB Percentages of Color #c29396

%39.51
%29.94
%30.55

CMYK Percentages of Color #c29396

%0
%24
%23
%24

Triadic Colors of #c29396

#c29396 #96c293 #9396c2

Analogous Colors of #c29396

#c29396 #c2a893 #c293ae

Monochromatic Colors of #c29396

#c29396

Complementary Color

#c29396 #93c2bf

#c29396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29396 Color CSS Codes

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

#c29396 Text Font Color

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

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


#c29396 Background Color

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

This div background color is #c29396


#c29396 Border Color

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

This div border color is #c29396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29396


Comments

No comments written yet.

Please login to write comment.