Color Hex Logo

#c39b9f Color Hex

#C39B9F
(195,155,159)
0 Favorites   0 Comments

Color spaces of #c39b9f

RGB 195155159
HSL0.980.250.69
HSV354°21°76°
CMYK 0.000.210.18   0.24
XYZ40.485037.548037.9146
Yxy37.54800.34920.3238
Hunter Lab61.276410.70026.2080
CIE-Lab67.686215.48653.5806

#c39b9f color RGB value is (195,155,159).

#c39b9f hex color red value is 195, green value is 155 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c39b9f hue: 0.98 , saturation: 0.25 and the lightness value of c39b9f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 10011111
Octal 303 233 237
Decimal 195 155 159
Hex C3 9B 9F

RGB Percentages of Color #c39b9f

%38.31
%30.45
%31.24

CMYK Percentages of Color #c39b9f

%0
%21
%18
%24

Triadic Colors of #c39b9f

#c39b9f #9fc39b #9b9fc3

Analogous Colors of #c39b9f

#c39b9f #c3ab9b #c39bb3

Monochromatic Colors of #c39b9f

#c39b9f

Complementary Color

#c39b9f #9bc3bf

#c39b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39b9f Color CSS Codes

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

#c39b9f Text Font Color

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

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


#c39b9f Background Color

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

This div background color is #c39b9f


#c39b9f Border Color

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

This div border color is #c39b9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,155,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39b9f


Comments

No comments written yet.

Please login to write comment.