Color Hex Logo

#c1805e Color Hex

#C1805E
(193,128,94)
0 Favorites   0 Comments

Color spaces of #c1805e

RGB 19312894
HSL0.060.440.56
HSV21°51°76°
CMYK 0.000.340.51   0.24
XYZ31.731927.584014.2415
Yxy27.58400.43140.3750
Hunter Lab52.520515.935620.6872
CIE-Lab59.511021.382828.6690

#c1805e color RGB value is (193,128,94).

#c1805e hex color red value is 193, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1805e hue: 0.06 , saturation: 0.44 and the lightness value of c1805e is 0.56.

The process color (four color CMYK) of #c1805e color hex is 0.00, 0.34, 0.51, 0.24. Web safe color of #c1805e is #cc9966. Color #c1805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 01011110
Octal 301 200 136
Decimal 193 128 94
Hex C1 80 5E

RGB Percentages of Color #c1805e

%46.51
%30.84
%22.65

CMYK Percentages of Color #c1805e

%0
%34
%51
%24

Triadic Colors of #c1805e

#c1805e #5ec180 #805ec1

Analogous Colors of #c1805e

#c1805e #c1b25e #c15e6e

Monochromatic Colors of #c1805e

#c1805e

Complementary Color

#c1805e #5e9fc1

#c1805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1805e Color CSS Codes

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

#c1805e Text Font Color

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

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


#c1805e Background Color

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

This div background color is #c1805e


#c1805e Border Color

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

This div border color is #c1805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1805e

#c1805e Color Palettes


Comments

No comments written yet.

Please login to write comment.