Color Hex Logo

#c3958b Color Hex

#C3958B
(195,149,139)
0 Favorites   0 Comments

Color spaces of #c3958b

RGB 195149139
HSL0.030.320.65
HSV11°29°76°
CMYK 0.000.240.29   0.24
XYZ37.913334.961129.1760
Yxy34.96110.37150.3426
Hunter Lab59.127910.981812.1336
CIE-Lab65.718415.827711.9545

#c3958b color RGB value is (195,149,139).

#c3958b hex color red value is 195, green value is 149 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c3958b hue: 0.03 , saturation: 0.32 and the lightness value of c3958b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010101 10001011
Octal 303 225 213
Decimal 195 149 139
Hex C3 95 8B

RGB Percentages of Color #c3958b

%40.37
%30.85
%28.78

CMYK Percentages of Color #c3958b

%0
%24
%29
%24

Triadic Colors of #c3958b

#c3958b #8bc395 #958bc3

Analogous Colors of #c3958b

#c3958b #c3b18b #c38b9d

Monochromatic Colors of #c3958b

#c3958b

Complementary Color

#c3958b #8bb9c3

#c3958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3958b Color CSS Codes

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

#c3958b Text Font Color

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

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


#c3958b Background Color

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

This div background color is #c3958b


#c3958b Border Color

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

This div border color is #c3958b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3958b


Comments

No comments written yet.

Please login to write comment.