Color Hex Logo

#c1989e Color Hex

#C1989E
(193,152,158)
0 Favorites   0 Comments

Color spaces of #c1989e

RGB 193152158
HSL0.980.250.68
HSV351°21°76°
CMYK 0.000.210.18   0.24
XYZ39.392136.262637.2709
Yxy36.26260.34880.3211
Hunter Lab60.218411.38415.4566
CIE-Lab66.720116.23452.7158

#c1989e color RGB value is (193,152,158).

#c1989e hex color red value is 193, green value is 152 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c1989e hue: 0.98 , saturation: 0.25 and the lightness value of c1989e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 10011110
Octal 301 230 236
Decimal 193 152 158
Hex C1 98 9E

RGB Percentages of Color #c1989e

%38.37
%30.22
%31.41

CMYK Percentages of Color #c1989e

%0
%21
%18
%24

Triadic Colors of #c1989e

#c1989e #9ec198 #989ec1

Analogous Colors of #c1989e

#c1989e #c1a798 #c198b3

Monochromatic Colors of #c1989e

#c1989e

Complementary Color

#c1989e #98c1bb

#c1989e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1989e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1989e Color CSS Codes

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

#c1989e Text Font Color

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

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


#c1989e Background Color

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

This div background color is #c1989e


#c1989e Border Color

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

This div border color is #c1989e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1989e


Comments

No comments written yet.

Please login to write comment.