Color Hex Logo

#c19193 Color Hex

#C19193
(193,145,147)
0 Favorites   0 Comments

Color spaces of #c19193

RGB 193145147
HSL0.990.280.66
HSV358°25°76°
CMYK 0.000.250.24   0.24
XYZ37.384233.694832.1372
Yxy33.69480.36220.3264
Hunter Lab58.047213.37697.8078
CIE-Lab64.719618.41266.0100

#c19193 color RGB value is (193,145,147).

#c19193 hex color red value is 193, green value is 145 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c19193 hue: 0.99 , saturation: 0.28 and the lightness value of c19193 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010001 10010011
Octal 301 221 223
Decimal 193 145 147
Hex C1 91 93

RGB Percentages of Color #c19193

%39.79
%29.90
%30.31

CMYK Percentages of Color #c19193

%0
%25
%24
%24

Triadic Colors of #c19193

#c19193 #93c191 #9193c1

Analogous Colors of #c19193

#c19193 #c1a791 #c191ab

Monochromatic Colors of #c19193

#c19193

Complementary Color

#c19193 #91c1bf

#c19193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19193 Color CSS Codes

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

#c19193 Text Font Color

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

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


#c19193 Background Color

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

This div background color is #c19193


#c19193 Border Color

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

This div border color is #c19193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19193


Comments

No comments written yet.

Please login to write comment.