Color Hex Logo

#c7959e Color Hex

#C7959E
(199,149,158)
0 Favorites   0 Comments

Color spaces of #c7959e

RGB 199149158
HSL0.970.310.68
HSV349°25°78°
CMYK 0.000.250.21   0.22
XYZ40.472236.105637.1837
Yxy36.10560.35580.3174
Hunter Lab60.087915.07475.3716
CIE-Lab66.600520.12632.6189

#c7959e color RGB value is (199,149,158).

#c7959e hex color red value is 199, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c7959e hue: 0.97 , saturation: 0.31 and the lightness value of c7959e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10010101 10011110
Octal 307 225 236
Decimal 199 149 158
Hex C7 95 9E

RGB Percentages of Color #c7959e

%39.33
%29.45
%31.23

CMYK Percentages of Color #c7959e

%0
%25
%21
%22

Triadic Colors of #c7959e

#c7959e #9ec795 #959ec7

Analogous Colors of #c7959e

#c7959e #c7a595 #c795b7

Monochromatic Colors of #c7959e

#c7959e

Complementary Color

#c7959e #95c7be

#c7959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7959e Color CSS Codes

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

#c7959e Text Font Color

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

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


#c7959e Background Color

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

This div background color is #c7959e


#c7959e Border Color

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

This div border color is #c7959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7959e


Comments

No comments written yet.

Please login to write comment.