Color Hex Logo

#c19b90 Color Hex

#C19B90
(193,155,144)
0 Favorites   0 Comments

Color spaces of #c19b90

RGB 193155144
HSL0.040.280.66
HSV13°25°76°
CMYK 0.000.200.25   0.24
XYZ38.747736.793831.4452
Yxy36.79380.36220.3439
Hunter Lab60.65797.872811.7244
CIE-Lab67.122012.458011.1149

#c19b90 color RGB value is (193,155,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011011 10010000
Octal 301 233 220
Decimal 193 155 144
Hex C1 9B 90

RGB Percentages of Color #c19b90

%39.23
%31.50
%29.27

CMYK Percentages of Color #c19b90

%0
%20
%25
%24

Triadic Colors of #c19b90

#c19b90 #90c19b #9b90c1

Analogous Colors of #c19b90

#c19b90 #c1b490 #c1909e

Monochromatic Colors of #c19b90

#c19b90

Complementary Color

#c19b90 #90b6c1

#c19b90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19b90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19b90 Color CSS Codes

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

#c19b90 Text Font Color

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

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


#c19b90 Background Color

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

This div background color is #c19b90


#c19b90 Border Color

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

This div border color is #c19b90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19b90


Comments

No comments written yet.

Please login to write comment.