Color Hex Logo

#c39293 Color Hex

#C39293
(195,146,147)
0 Favorites   0 Comments

Color spaces of #c39293

RGB 195146147
HSL1.000.290.67
HSV359°25°76°
CMYK 0.000.250.25   0.24
XYZ38.051034.266532.2123
Yxy34.26650.36400.3278
Hunter Lab58.537613.58908.3500
CIE-Lab65.173618.62116.6891

#c39293 color RGB value is (195,146,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010010 10010011
Octal 303 222 223
Decimal 195 146 147
Hex C3 92 93

RGB Percentages of Color #c39293

%39.96
%29.92
%30.12

CMYK Percentages of Color #c39293

%0
%25
%25
%24

Triadic Colors of #c39293

#c39293 #93c392 #9293c3

Analogous Colors of #c39293

#c39293 #c3aa92 #c392ac

Monochromatic Colors of #c39293

#c39293

Complementary Color

#c39293 #92c3c2

#c39293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39293 Color CSS Codes

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

#c39293 Text Font Color

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

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


#c39293 Background Color

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

This div background color is #c39293


#c39293 Border Color

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

This div border color is #c39293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39293


Comments

No comments written yet.

Please login to write comment.