Color Hex Logo

#c1814e Color Hex

#C1814E
(193,129,78)
0 Favorites   0 Comments

Color spaces of #c1814e

RGB 19312978
HSL0.070.480.53
HSV27°60°76°
CMYK 0.000.330.60   0.24
XYZ31.217727.588010.8874
Yxy27.58800.44790.3958
Hunter Lab52.524314.173624.4772
CIE-Lab59.514719.483237.3685

#c1814e color RGB value is (193,129,78).

#c1814e hex color red value is 193, green value is 129 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c1814e hue: 0.07 , saturation: 0.48 and the lightness value of c1814e is 0.53.

The process color (four color CMYK) of #c1814e color hex is 0.00, 0.33, 0.60, 0.24. Web safe color of #c1814e is #cc9966. Color #c1814e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 01001110
Octal 301 201 116
Decimal 193 129 78
Hex C1 81 4E

RGB Percentages of Color #c1814e

%48.25
%32.25
%19.50

CMYK Percentages of Color #c1814e

%0
%33
%60
%24

Triadic Colors of #c1814e

#c1814e #4ec181 #814ec1

Analogous Colors of #c1814e

#c1814e #c1bb4e #c14e54

Monochromatic Colors of #c1814e

#c1814e

Complementary Color

#c1814e #4e8ec1

#c1814e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1814e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1814e Color CSS Codes

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

#c1814e Text Font Color

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

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


#c1814e Background Color

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

This div background color is #c1814e


#c1814e Border Color

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

This div border color is #c1814e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1814e


Comments

No comments written yet.

Please login to write comment.