Color Hex Logo

#c19586 Color Hex

#C19586
(193,149,134)
0 Favorites   0 Comments

Color spaces of #c19586

RGB 193149134
HSL0.040.320.64
HSV15°31°76°
CMYK 0.000.230.31   0.24
XYZ37.042834.553627.2714
Yxy34.55360.37470.3495
Hunter Lab58.78239.616213.6407
CIE-Lab65.399614.362814.2740

#c19586 color RGB value is (193,149,134).

#c19586 hex color red value is 193, green value is 149 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c19586 hue: 0.04 , saturation: 0.32 and the lightness value of c19586 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 10000110
Octal 301 225 206
Decimal 193 149 134
Hex C1 95 86

RGB Percentages of Color #c19586

%40.55
%31.30
%28.15

CMYK Percentages of Color #c19586

%0
%23
%31
%24

Triadic Colors of #c19586

#c19586 #86c195 #9586c1

Analogous Colors of #c19586

#c19586 #c1b386 #c18695

Monochromatic Colors of #c19586

#c19586

Complementary Color

#c19586 #86b2c1

#c19586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19586 Color CSS Codes

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

#c19586 Text Font Color

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

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


#c19586 Background Color

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

This div background color is #c19586


#c19586 Border Color

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

This div border color is #c19586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19586


Comments

No comments written yet.

Please login to write comment.