Color Hex Logo

#c1928e Color Hex

#C1928E
(193,146,142)
0 Favorites   0 Comments

Color spaces of #c1928e

RGB 193146142
HSL0.010.290.66
HSV26°76°
CMYK 0.000.240.26   0.24
XYZ37.153733.848230.1663
Yxy33.84820.36720.3346
Hunter Lab58.179212.17799.9832
CIE-Lab64.841917.13099.0007

#c1928e color RGB value is (193,146,142).

#c1928e hex color red value is 193, green value is 146 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c1928e hue: 0.01 , saturation: 0.29 and the lightness value of c1928e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010010 10001110
Octal 301 222 216
Decimal 193 146 142
Hex C1 92 8E

RGB Percentages of Color #c1928e

%40.12
%30.35
%29.52

CMYK Percentages of Color #c1928e

%0
%24
%26
%24

Triadic Colors of #c1928e

#c1928e #8ec192 #928ec1

Analogous Colors of #c1928e

#c1928e #c1ac8e #c18ea4

Monochromatic Colors of #c1928e

#c1928e

Complementary Color

#c1928e #8ebdc1

#c1928e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1928e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1928e Color CSS Codes

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

#c1928e Text Font Color

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

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


#c1928e Background Color

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

This div background color is #c1928e


#c1928e Border Color

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

This div border color is #c1928e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,146,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1928e


Comments

No comments written yet.

Please login to write comment.